[gtk+/gtk-3-22] Expander: Annotate new()’s label arg as nullable



commit b68892b5bee75ee5cd9e595f76f789f316644f67
Author: Daniel Boles <dboles src gnome org>
Date:   Thu Sep 14 21:19:33 2017 +0100

    Expander: Annotate new()’s label arg as nullable
    
    to match new_with_mnemonic()

 gtk/gtkexpander.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index bc6b90e..1eee8db 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -1215,7 +1215,7 @@ gtk_expander_get_preferred_height_for_width (GtkWidget *widget,
 
 /**
  * gtk_expander_new:
- * @label: the text of the label
+ * @label: (nullable): the text of the label
  *
  * Creates a new expander using @label as the text of the label.
  *


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