summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-05-26 21:31:37 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-05-26 21:31:37 +0000
commite9b9c3d0cf2aa8d5e575bceed52117c7dd35f9c8 (patch)
treec42cc445b7f3f3b163450fc70eae1332888edb2f /docs
parent275097edd78c095559e1f60ef6d64d297e473da4 (diff)
downloadpygtk-e9b9c3d0cf2aa8d5e575bceed52117c7dd35f9c8.tar.gz
Fix link errors.
* Fix link errors.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/pygtk-gdk-constants.xml2
-rw-r--r--docs/reference/pygtk-gtkcontainer.xml12
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/reference/pygtk-gdk-constants.xml b/docs/reference/pygtk-gdk-constants.xml
index ed32d866..6754481b 100644
--- a/docs/reference/pygtk-gdk-constants.xml
+++ b/docs/reference/pygtk-gdk-constants.xml
@@ -1904,7 +1904,7 @@ PyGTK.</para>
</refsect2>
<refsect2 id="gdk-pixbuf-rotation-constants">
- <title id="gdk-pixbuf-rotation-mode-constants-title">GDK Pixbuf Rotation Constants</title>
+ <title id="gdk-pixbuf-rotation-constants-title">GDK Pixbuf Rotation Constants</title>
<para>The Pixbuf Rotation constants specify the angles that a pixbuf
can be rotated using the <link
diff --git a/docs/reference/pygtk-gtkcontainer.xml b/docs/reference/pygtk-gtkcontainer.xml
index b5fd117c..66f0866d 100644
--- a/docs/reference/pygtk-gtkcontainer.xml
+++ b/docs/reference/pygtk-gtkcontainer.xml
@@ -498,9 +498,9 @@ their relation. Typical examples of child properties are the "position" or
linkend="class-gtkbox"><classname>gtk.Box</classname></link>.</para>
<para>Use the <link
-linkend="function-gtk--container-class-install-child-property"><function>gtk.container_class_install_child_property</function>()</link>
-function to install child properties for a container class and the <link
-linkend="function-gtk--container-class-list-child-properties"><function>gtk.container_class_list_child_properties</function>()</link>
+linkend="method-gtkcontainer--install-child-property"><methodname>install_child_property</methodname>()</link>
+method to install child properties for a container class and the <link
+linkend="method-gtkcontainer--list-child-properties"><methodname>list_child_properties</methodname>()</link>
function to get information about existing child properties.</para>
<para>To set the value of a child property, use the <link
@@ -1397,11 +1397,11 @@ or <literal>None</literal></simpara>
</refsect2>
- <refsect2 id="method-gtk--container-class-list-child-properties">
- <title>gtk.container_class_list_child_properties</title>
+ <refsect2 id="method-gtkcontainer--list-child-properties">
+ <title>gtk.Container.list_child_properties</title>
<programlisting><methodsynopsis language="python">
- <methodname>gtk.container_class_list_child_properties</methodname>
+ <methodname>list_child_properties</methodname>
<methodparam></methodparam>
</methodsynopsis></programlisting>
<variablelist>