Fix "not nullable" annotation

This commit is contained in:
Emmanuele Bassi 2020-07-07 12:03:44 +01:00
parent 9b73c55559
commit fdeda388bf

View File

@ -158,7 +158,7 @@ gtk_string_object_new_take (char *string)
/** /**
* gtk_string_object_new: * gtk_string_object_new:
* @string: (non-nullable): The string to wrap * @string: (not nullable): The string to wrap
* *
* Wraps a string in an object for use with #GListModel * Wraps a string in an object for use with #GListModel
* *