[gtk: 1/2] widget: get_name() is not nullable




commit b89376da55dc1cd650a3c035139a34cdcef21625
Author: Sophie Herold <sophie hemio de>
Date:   Wed Jan 27 17:49:17 2021 +0000

    widget: get_name() is not nullable
    
    Partial revert of !2905

 gtk/gtkwidget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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 *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]