diff options
author | Phil Clayton <phil.clayton@lineone.net> | 2013-09-05 01:08:41 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-09-10 17:20:15 -0400 |
commit | 59c4fb9d6af4b39b258c1abc0e6ed0d2d2c9780f (patch) | |
tree | 46281a02e0bf0053dcd4d59c092a60e8dab6df30 /gtk/gtkselection.c | |
parent | 90383300d2a01f7a610b2e2c1f711b6bfc4b61c8 (diff) | |
download | gtk+-59c4fb9d6af4b39b258c1abc0e6ed0d2d2c9780f.tar.gz |
Add missing introspection annotations
https://bugzilla.gnome.org/show_bug.cgi?id=707519
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r-- | gtk/gtkselection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index 67a774f768..84bba6d260 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -558,8 +558,8 @@ gtk_target_list_remove (GtkTargetList *list, * gtk_target_list_find: * @list: a #GtkTargetList * @target: an interned atom representing the target to search for - * @info: a pointer to the location to store application info for target, - * or %NULL + * @info: (out) (allow-none): a pointer to the location to store + * application info for target, or %NULL * * Looks up a given target in a #GtkTargetList. * |