Add missing annotation for gtk_combo_box_text_get_active_text()

https://bugzilla.gnome.org/show_bug.cgi?id=688140
This commit is contained in:
Tristan Brindle 2012-11-12 13:44:10 +08:00 committed by Sébastien Wilmet
parent 5474259dea
commit f48e9b1d20

View File

@ -576,8 +576,8 @@ 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: a newly allocated string containing the currently
* active text. Must be freed with g_free().
* Returns: (transfer full): a newly allocated string containing the
* currently active text. Must be freed with g_free().
*
* Since: 2.24
*/