diff options
Diffstat (limited to 'gtk/gtkrecentchooser.c')
-rw-r--r-- | gtk/gtkrecentchooser.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkrecentchooser.c b/gtk/gtkrecentchooser.c index a69b1c21fb..bb84ef5e07 100644 --- a/gtk/gtkrecentchooser.c +++ b/gtk/gtkrecentchooser.c @@ -717,8 +717,8 @@ gtk_recent_chooser_get_sort_type (GtkRecentChooser *chooser) * gtk_recent_chooser_set_sort_func: * @chooser: a #GtkRecentChooser * @sort_func: the comparison function - * @sort_data: user data to pass to @sort_func, or %NULL - * @data_destroy: destroy notifier for @sort_data, or %NULL + * @sort_data: (allow-none): user data to pass to @sort_func, or %NULL + * @data_destroy: (allow-none): destroy notifier for @sort_data, or %NULL * * Sets the comparison function used when sorting to be @sort_func. If * the @chooser has the sort type set to #GTK_RECENT_SORT_CUSTOM then @@ -749,7 +749,7 @@ gtk_recent_chooser_set_sort_func (GtkRecentChooser *chooser, * gtk_recent_chooser_set_current_uri: * @chooser: a #GtkRecentChooser * @uri: a URI - * @error: return location for a #GError, or %NULL + * @error: (allow-none): return location for a #GError, or %NULL * * Sets @uri as the current URI for @chooser. * @@ -820,7 +820,7 @@ gtk_recent_chooser_get_current_item (GtkRecentChooser *chooser) * gtk_recent_chooser_select_uri: * @chooser: a #GtkRecentChooser * @uri: a URI - * @error: return location for a #GError, or %NULL + * @error: (allow-none): return location for a #GError, or %NULL * * Selects @uri inside @chooser. * @@ -916,7 +916,7 @@ gtk_recent_chooser_get_items (GtkRecentChooser *chooser) /** * gtk_recent_chooser_get_uris: * @chooser: a #GtkRecentChooser - * @length: return location for a the length of the URI list, or %NULL + * @length: (allow-none): return location for a the length of the URI list, or %NULL * * Gets the URI of the recently used resources. * |