summaryrefslogtreecommitdiff
path: root/gtk/gtkbuildable.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-06-15 21:18:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-06-15 21:18:35 +0000
commit41a950d823b629a9ce2f4ce9df6c2e9bef1fedf1 (patch)
treefce095e3fac5bb6f97c342434ec19479c84cd4b5 /gtk/gtkbuildable.c
parent2c1ee89734d65494a3a1938234ac564090af1dfe (diff)
downloadgtk+-41a950d823b629a9ce2f4ce9df6c2e9bef1fedf1.tar.gz
Documentation fixes
svn path=/trunk/; revision=18151
Diffstat (limited to 'gtk/gtkbuildable.c')
-rw-r--r--gtk/gtkbuildable.c22
1 files changed, 14 insertions, 8 deletions
diff --git a/gtk/gtkbuildable.c b/gtk/gtkbuildable.c
index ee3934ec27..acac25fe82 100644
--- a/gtk/gtkbuildable.c
+++ b/gtk/gtkbuildable.c
@@ -75,12 +75,15 @@ gtk_buildable_set_name (GtkBuildable *buildable,
* gtk_buildable_get_name:
* @buildable: a #GtkBuildable
*
- * Returns: the buildable name, the name which was set in
- * the <link linkend="BUILDER-UI">GtkBuilder UI definition</link> used to
- * construct the @buildable.
+ *
+ * Returns the buildable name. #GtkBuilder sets the name based on the
+ * the <link linkend="BUILDER-UI">GtkBuilder UI definition</link> used
+ * to construct the @buildable.
*
* #GtkWidget implements this to map the buildable name to the widget name
*
+ * Returns: the name set with gtk_buildable_set_name()
+ *
* Since: 2.12
**/
const gchar *
@@ -206,9 +209,12 @@ gtk_buildable_parser_finished (GtkBuildable *buildable,
*
* Construct a child of @buildable with the name @name.
*
- * #GtkUIManager implements this to reference to a widget created in a &lt;ui&gt; tag
- * which is outside of the normal <link linkend="BUILDER-UI">GtkBuilder UI definition</link>
- * object hierarchy.
+ * #GtkUIManager implements this to reference to a widget created in a
+ * &lt;ui&gt; tag which is outside of the normal
+ * <link linkend="BUILDER-UI">GtkBuilder UI definition</link>
+ * hierarchy.
+ *
+ * Returns: the child with name @name
*
* Since: 2.12
**/
@@ -344,9 +350,9 @@ gtk_buildable_custom_finished (GtkBuildable *buildable,
* @builder: a #GtkBuilder
* @childname: name of child
*
- * Get the internal child called @child of the @buildable object.
+ * Get the internal child called @childname of the @buildable object.
*
- * Return: the internal child of the buildable object
+ * Returns: the internal child of the buildable object
*
* Since: 2.12
**/