From 0d2366d5eb8e73150147ba811299458391cfe4ca Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 7 Jun 2010 13:15:27 -0400 Subject: add allow-none annotation to gtk_clipboard_set_can_store's targets parameter --- gtk/gtkclipboard.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk/gtkclipboard.c') 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 -- cgit v1.2.1