Merge branch 'wip/jfelder/customsorter-null' into 'master'

customsorter: Add missing nullable annotation

See merge request GNOME/gtk!2923
This commit is contained in:
Emmanuele Bassi
2020-12-04 23:39:48 +00:00

View File

@@ -101,7 +101,7 @@ gtk_custom_sorter_init (GtkCustomSorter *self)
/**
* gtk_custom_sorter_new:
* @sort_func: the #GCompareDataFunc to use for sorting
* @sort_func: (nullable): the #GCompareDataFunc to use for sorting
* @user_data: (nullable): user data to pass to @sort_func
* @user_destroy: (nullable): destroy notify for @user_data
*