summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2010-06-07 13:15:27 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2010-06-07 13:15:27 -0400
commit0d2366d5eb8e73150147ba811299458391cfe4ca (patch)
treee7a2bb92c873d506b19787f59ff4c2c003551d8e /gtk/gtkclipboard.c
parentca6aacc32d8141c0d6ebbf8c1ed6152764232bae (diff)
downloadgtk+-0d2366d5eb8e73150147ba811299458391cfe4ca.tar.gz
add allow-none annotation to gtk_clipboard_set_can_store's targets parameter
Diffstat (limited to 'gtk/gtkclipboard.c')
-rw-r--r--gtk/gtkclipboard.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c
index ddfc709d54..7e3c7ac506 100644
--- a/gtk/gtkclipboard.c
+++ b/gtk/gtkclipboard.c
@@ -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