forked from AuroraMiddleware/gtk
customsorter: Add missing nullable annotation
This commit is contained in:
parent
4087055b18
commit
4430314514
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user