customsorter: Add missing nullable annotation

This commit is contained in:
Jean Felder 2020-12-05 00:04:36 +01:00
parent 4087055b18
commit 4430314514

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
*