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:
Timm Bäder 2021-01-27 18:34:10 +00:00
commit 7f4bd6917e

View File

@ -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 *