forked from AuroraMiddleware/gtk
widget: Add a missing nullability annotation
This commit is contained in:
parent
b5077d02ed
commit
af944aa74c
@ -5288,7 +5288,7 @@ gtk_widget_set_name (GtkWidget *widget,
|
||||
* Retrieves the name of a widget. See gtk_widget_set_name() for the
|
||||
* significance of widget names.
|
||||
*
|
||||
* Returns: name of the widget. This string is owned by GTK and
|
||||
* Returns: (nullable): name of the widget. This string is owned by GTK and
|
||||
* should not be modified or freed
|
||||
**/
|
||||
const char *
|
||||
|
Loading…
Reference in New Issue
Block a user