Merge branch 'missing-gobject-annotation' into 'master'

Add nullable annotation to combo_box_text_get_active_text

See merge request GNOME/gtk!1012
This commit is contained in:
Matthias Clasen 2019-07-24 13:50:04 +00:00
commit 2f387c2a23

View File

@ -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 *