summaryrefslogtreecommitdiff
path: root/gtk/gtkbindings.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/gtkbindings.c
parent9b88eb356dde2578ff652511fcfc083b66be7b0b (diff)
downloadgtk+-2f0d40335b83d70d04a205dd17e8a5514b79f2d4.tar.gz
[GI] Add missing (transfer) annotations
Diffstat (limited to 'gtk/gtkbindings.c')
-rw-r--r--gtk/gtkbindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbindings.c b/gtk/gtkbindings.c
index 733c9b1060..21820b7c1e 100644
--- a/gtk/gtkbindings.c
+++ b/gtk/gtkbindings.c
@@ -650,7 +650,7 @@ gtk_binding_set_by_class (gpointer object_class)
* either be a name used for gtk_binding_set_new() or the type name of
* a class used in gtk_binding_set_by_class().
*
- * Return value: %NULL or the specified binding set
+ * Return value: (transfer none): %NULL or the specified binding set
*/
GtkBindingSet*
gtk_binding_set_find (const gchar *set_name)