Add missing introspection annotations

https://bugzilla.gnome.org/show_bug.cgi?id=707519
This commit is contained in:
Phil Clayton
2013-09-05 01:08:41 +01:00
committed by Matthias Clasen
parent 90383300d2
commit 59c4fb9d6a
8 changed files with 18 additions and 14 deletions

View File

@ -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.
*