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
This commit is contained in:
Matthias Clasen 2008-07-06 23:58:37 +00:00
parent 03fa126663
commit 7f12a27249
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 510225 gtk_widget_get_composite_name retval should be freed
* gtk/gtkwidget.c (gtk_widget_get_composite_name): Clarify the
docs. Pointed out by Wolfgang Oertl
2008-07-06 Matthias Clasen <mclasen@redhat.com> 2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 531129 gtk_style_copy() does not include a return value or Bug 531129 gtk_style_copy() does not include a return value or

View File

@ -7564,11 +7564,12 @@ gtk_widget_set_composite_name (GtkWidget *widget,
/** /**
* gtk_widget_get_composite_name: * gtk_widget_get_composite_name:
* @widget: a #GtkWidget * @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. * 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* gchar*
gtk_widget_get_composite_name (GtkWidget *widget) gtk_widget_get_composite_name (GtkWidget *widget)