summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelgroup.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 10:14:56 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-20 13:57:15 +0100
commit9b88eb356dde2578ff652511fcfc083b66be7b0b (patch)
tree1cb2fb0483a5a8df0027c6659bc0313fd7fea80a /gtk/gtkaccelgroup.c
parent3c8fc21e9b3e035b86ae0715b62dd88085ec08a8 (diff)
downloadgtk+-9b88eb356dde2578ff652511fcfc083b66be7b0b.tar.gz
[GI] Add missing (scope) annotations
Diffstat (limited to 'gtk/gtkaccelgroup.c')
-rw-r--r--gtk/gtkaccelgroup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c
index 560386dd31..f575c54a30 100644
--- a/gtk/gtkaccelgroup.c
+++ b/gtk/gtkaccelgroup.c
@@ -375,7 +375,8 @@ gtk_accel_groups_from_object (GObject *object)
/**
* gtk_accel_group_find:
* @accel_group: a #GtkAccelGroup
- * @find_func: a function to filter the entries of @accel_group with
+ * @find_func: (scope call): a function to filter the entries
+ * of @accel_group with
* @data: data to pass to @find_func
* @returns: the key of the first entry passing @find_func. The key is
* owned by GTK+ and must not be freed.