summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleprovider.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 10:01:17 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-20 13:57:18 +0100
commit2f0d40335b83d70d04a205dd17e8a5514b79f2d4 (patch)
treee154bd17faf149c40807461f9e671983e32b6f82 /gtk/gtkstyleprovider.c
parent9b88eb356dde2578ff652511fcfc083b66be7b0b (diff)
downloadgtk+-2f0d40335b83d70d04a205dd17e8a5514b79f2d4.tar.gz
[GI] Add missing (transfer) annotations
Diffstat (limited to 'gtk/gtkstyleprovider.c')
-rw-r--r--gtk/gtkstyleprovider.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkstyleprovider.c b/gtk/gtkstyleprovider.c
index 5cd63e4f06..d43808f1aa 100644
--- a/gtk/gtkstyleprovider.c
+++ b/gtk/gtkstyleprovider.c
@@ -62,7 +62,8 @@ gtk_style_provider_iface_init (gpointer g_iface)
* Returns the style settings affecting a widget defined by @path, or %NULL if
* @provider doesn't contemplate styling @path.
*
- * Returns: a #GtkStyleProperties containing the style settings affecting @path
+ * Returns: (transfer full): a #GtkStyleProperties containing the
+ * style settings affecting @path
*
* Since: 3.0
**/
@@ -126,7 +127,7 @@ gtk_style_provider_get_style_property (GtkStyleProvider *provider,
* Returns the #GtkIconFactory defined to be in use for @path, or %NULL if none
* is defined.
*
- * Returns: The icon factory to use for @path, or %NULL
+ * Returns: (transfer none): The icon factory to use for @path, or %NULL
*
* Since: 3.0
**/