Tons of transfer annotations
This commit is contained in:
@ -5099,12 +5099,13 @@ out:
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_combo_box_get_model
|
||||
* gtk_combo_box_get_model:
|
||||
* @combo_box: A #GtkComboBox
|
||||
*
|
||||
* Returns the #GtkTreeModel which is acting as data source for @combo_box.
|
||||
*
|
||||
* Return value: (transfer none): A #GtkTreeModel which was passed during construction.
|
||||
* Return value: (transfer none): A #GtkTreeModel which was passed
|
||||
* during construction.
|
||||
*
|
||||
* Since: 2.4
|
||||
*/
|
||||
@ -5744,7 +5745,8 @@ gtk_combo_box_set_title (GtkComboBox *combo_box,
|
||||
* This function is mostly intended for use by accessibility technologies;
|
||||
* applications should have little use for it.
|
||||
*
|
||||
* Returns: the accessible object corresponding to the combo box's popup.
|
||||
* Returns: (transfer none): the accessible object corresponding
|
||||
* to the combo box's popup.
|
||||
*
|
||||
* Since: 2.6
|
||||
*/
|
||||
|
Reference in New Issue
Block a user