Merge branch 'wip/jfelder/customsorter-null' into 'master'
customsorter: Add missing nullable annotation See merge request GNOME/gtk!2923
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user