diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-15 21:18:35 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-15 21:18:35 +0000 |
commit | 41a950d823b629a9ce2f4ce9df6c2e9bef1fedf1 (patch) | |
tree | fce095e3fac5bb6f97c342434ec19479c84cd4b5 /gtk/gtkbuildable.c | |
parent | 2c1ee89734d65494a3a1938234ac564090af1dfe (diff) | |
download | gtk+-41a950d823b629a9ce2f4ce9df6c2e9bef1fedf1.tar.gz |
Documentation fixes
svn path=/trunk/; revision=18151
Diffstat (limited to 'gtk/gtkbuildable.c')
-rw-r--r-- | gtk/gtkbuildable.c | 22 |
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 <ui> 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 + * <ui> 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 **/ |