widget: Add a missing nullability annotation

This commit is contained in:
Matthias Clasen 2020-12-02 10:08:58 -05:00
parent b5077d02ed
commit af944aa74c

View File

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