forked from AuroraMiddleware/gtk
Merge branch 'sophie-h-master-patch-47269' into 'master'
widget: get_name() is not nullable See merge request GNOME/gtk!3124
This commit is contained in:
commit
7f4bd6917e
@ -5436,7 +5436,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: (nullable): name of the widget. This string is owned by GTK and
|
||||
* Returns: 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