diff options
author | Ryan Westlund <rlwestlund@gmail.com> | 2019-07-23 22:09:06 -0400 |
---|---|---|
committer | Ryan Westlund <rlwestlund@gmail.com> | 2019-07-23 22:59:35 -0400 |
commit | f00d964f4ff2218f0c0e23f024484047c3251235 (patch) | |
tree | 73bab1f73ccabd0a96670ac392cf2f011f8e20a8 /gtk/gtkcomboboxtext.c | |
parent | d2920c501d7853d6733c9930cc487198e76df65a (diff) | |
download | gtk+-f00d964f4ff2218f0c0e23f024484047c3251235.tar.gz |
Add nullable annotation to combo_box_text_get_active_text
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r-- | gtk/gtkcomboboxtext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index b363f71a53..0db2906d81 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -580,7 +580,7 @@ gtk_combo_box_text_remove_all (GtkComboBoxText *combo_box) * function will return its contents (which will not necessarily * be an item from the list). * - * Returns: (transfer full): a newly allocated string containing the + * Returns: (nullable) (transfer full): a newly allocated string containing the * currently active text. Must be freed with g_free(). */ gchar * |