forked from AuroraMiddleware/gtk
Fix "not nullable" annotation
This commit is contained in:
parent
9b73c55559
commit
fdeda388bf
@ -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
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user