[GI] Add missing (transfer) annotations

This commit is contained in:
Pavel Holejsovsky
2011-01-18 10:01:17 +01:00
parent 9b88eb356d
commit 2f0d40335b
45 changed files with 126 additions and 113 deletions

View File

@ -11515,8 +11515,8 @@ gtk_widget_class_install_style_property (GtkWidgetClass *klass,
* gtk_widget_class_find_style_property:
* @klass: a #GtkWidgetClass
* @property_name: the name of the style property to find
* @returns: (allow-none): the #GParamSpec of the style property or %NULL if @class has no
* style property with that name.
* @returns: (transfer none): the #GParamSpec of the style property or
* %NULL if @class has no style property with that name.
*
* Finds a style property of a widget class by name.
*