mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
iconview: fix get_tooltip_context transfer annotation
Just like treeview. https://bugzilla.gnome.org/show_bug.cgi?id=681005
This commit is contained in:
parent
4a7d830780
commit
e5269ebbcd
@ -4575,7 +4575,8 @@ gtk_icon_view_set_tooltip_cell (GtkIconView *icon_view,
|
||||
* @x: (inout): the x coordinate (relative to widget coordinates)
|
||||
* @y: (inout): the y coordinate (relative to widget coordinates)
|
||||
* @keyboard_tip: whether this is a keyboard tooltip or not
|
||||
* @model: (out) (allow-none): a pointer to receive a #GtkTreeModel or %NULL
|
||||
* @model: (out) (allow-none) (transfer none): a pointer to receive a
|
||||
* #GtkTreeModel or %NULL
|
||||
* @path: (out) (allow-none): a pointer to receive a #GtkTreePath or %NULL
|
||||
* @iter: (out) (allow-none): a pointer to receive a #GtkTreeIter or %NULL
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user