mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv
This commit is contained in:
parent
9497a198f7
commit
b193be9003
@ -1123,7 +1123,7 @@ gtk_tree_model_get_path (GtkTreeModel *tree_model,
|
||||
* @tree_model: A #GtkTreeModel.
|
||||
* @iter: The #GtkTreeIter.
|
||||
* @column: The column to lookup the value at.
|
||||
* @value: An empty #GValue to set.
|
||||
* @value: (inout) (transfer none) An empty #GValue to set.
|
||||
*
|
||||
* Initializes and sets @value to that at @column.
|
||||
* When done with @value, g_value_unset() needs to be called
|
||||
|
@ -325,7 +325,7 @@ gtk_tree_store_newv (gint n_columns,
|
||||
* gtk_tree_store_set_column_types:
|
||||
* @tree_store: A #GtkTreeStore
|
||||
* @n_columns: Number of columns for the tree store
|
||||
* @types: An array of #GType types, one for each column
|
||||
* @types: (array length=n_columns): An array of #GType types, one for each column
|
||||
*
|
||||
* This function is meant primarily for #GObjects that inherit from
|
||||
* #GtkTreeStore, and should only be used when constructing a new
|
||||
|
Loading…
Reference in New Issue
Block a user