]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcomboboxtext.c
Add GtkSelectionWindow
[~andy/gtk] / gtk / gtkcomboboxtext.c
index f077c8e6fc74f451532f287185cbf3ca526a7aae..e09f3ef3c490f825f8ba01b25309015b67d1edcd 100644 (file)
@@ -467,7 +467,7 @@ gtk_combo_box_text_prepend (GtkComboBoxText *combo_box,
  *
  * Inserts @text at @position in the list of strings stored in @combo_box.
  * If @id is non-%NULL then it is used as the ID of the row.  See
- * #GtkComboBox::id-column.
+ * #GtkComboBox:id-column.
  *
  * If @position is negative then @text is appended.
  *
@@ -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
  */