mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
Fix annotation on gtk_tree_model_get_value
(cherry picked from commit aff8fb2ea2
)
This commit is contained in:
parent
ef3ec85bac
commit
b27d39ee23
@ -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: (out) (transfer none) An empty #GValue to set.
|
||||
* @value: (out) (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
|
||||
|
Loading…
Reference in New Issue
Block a user