forked from AuroraMiddleware/gtk
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:
parent
5474259dea
commit
f48e9b1d20
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user