diff options
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. * |