add allow-none annotation to gtk_clipboard_set_can_store's targets parameter

This commit is contained in:
John (J5) Palmieri 2010-06-07 13:15:27 -04:00
parent ca6aacc32d
commit 0d2366d5eb

View File

@ -1927,8 +1927,9 @@ gtk_clipboard_store_timeout (GtkClipboard *clipboard)
/**
* gtk_clipboard_set_can_store:
* @clipboard: a #GtkClipboard
* @targets: array containing information about which forms should be stored
* or %NULL to indicate that all forms should be stored.
* @targets: (allow-none): array containing information about which forms
* should be stored or %NULL to indicate that all forms should
* be stored.
* @n_targets: number of elements in @targets
*
* Hints that the clipboard data should be stored somewhere when the