summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophie Herold <sophie@hemio.de>2021-01-27 17:49:17 +0000
committerSophie Herold <sophie@hemio.de>2021-01-27 17:49:17 +0000
commitb89376da55dc1cd650a3c035139a34cdcef21625 (patch)
tree96b772fb5cf3b3ea2cecdb2b5a775c4fae9b58b2
parenteeb3dd35119cb5219f95d875fe4c3f6054ec32f8 (diff)
downloadgtk+-b89376da55dc1cd650a3c035139a34cdcef21625.tar.gz
widget: get_name() is not nullable
Partial revert of !2905
-rw-r--r--gtk/gtkwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 0186968bd7..52f5833f0e 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -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 *