mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 13:10:08 +00:00
iconview: Prevent ownership transfer of cell out-param in get_item_at_pos()
This commit is contained in:
parent
01c349995c
commit
43433f3ccd
@ -4472,7 +4472,7 @@ gtk_icon_view_get_path_at_pos (GtkIconView *icon_view,
|
|||||||
* @x: The x position to be identified
|
* @x: The x position to be identified
|
||||||
* @y: The y position to be identified
|
* @y: The y position to be identified
|
||||||
* @path: (out) (allow-none): Return location for the path, or %NULL
|
* @path: (out) (allow-none): Return location for the path, or %NULL
|
||||||
* @cell: (out) (allow-none): Return location for the renderer
|
* @cell: (out) (allow-none) (transfer none): Return location for the renderer
|
||||||
* responsible for the cell at (@x, @y), or %NULL
|
* responsible for the cell at (@x, @y), or %NULL
|
||||||
*
|
*
|
||||||
* Finds the path at the point (@x, @y), relative to bin_window coordinates.
|
* Finds the path at the point (@x, @y), relative to bin_window coordinates.
|
||||||
|
Loading…
Reference in New Issue
Block a user