mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
Add nullable annotation to combo_box_text_get_active_text
This commit is contained in:
parent
d2920c501d
commit
f00d964f4f
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user