diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-06 23:58:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-06 23:58:37 +0000 |
commit | 7f12a27249aa091f242c1a18993c2777c68e0216 (patch) | |
tree | 30ad32f9e8638f60a140c3fb75dd68038a558df1 /gtk/gtkwidget.c | |
parent | 03fa126663603ff6d9111a0a7954020f95138838 (diff) | |
download | gtk+-7f12a27249aa091f242c1a18993c2777c68e0216.tar.gz |
Clarify the docs. Pointed out by Wolfgang Oertl
* gtk/gtkwidget.c (gtk_widget_get_composite_name): Clarify the
docs. Pointed out by Wolfgang Oertl
svn path=/trunk/; revision=20798
Diffstat (limited to 'gtk/gtkwidget.c')
-rw-r--r-- | gtk/gtkwidget.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 5c5a2f6069..c1c8a496a6 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -7564,11 +7564,12 @@ gtk_widget_set_composite_name (GtkWidget *widget, /** * gtk_widget_get_composite_name: * @widget: a #GtkWidget - * @returns: the composite name of @widget, or %NULL if @widget is not - * a composite child. The string should not be freed when it is no - * longer needed. * * Obtains the composite name of a widget. + * + * Returns: the composite name of @widget, or %NULL if @widget is not + * a composite child. The string should be freed when it is no + * longer needed. **/ gchar* gtk_widget_get_composite_name (GtkWidget *widget) |