summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-01-06 09:40:26 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-01-06 09:40:26 +0100
commit43433f3ccdccacba054b2ce63ab26490d3a781cf (patch)
tree09fb7596ac04ebfef3aca4d5efc211d8f8f55ac4
parent01c349995cb3a63879aaf8852fb1c3ed3947bd74 (diff)
downloadgtk+-43433f3ccdccacba054b2ce63ab26490d3a781cf.tar.gz
iconview: Prevent ownership transfer of cell out-param in get_item_at_pos()
-rw-r--r--gtk/gtkiconview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index 091c9a6bd2..4062bfd7db 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -4472,7 +4472,7 @@ gtk_icon_view_get_path_at_pos (GtkIconView *icon_view,
* @x: The x position to be identified
* @y: The y position to be identified
* @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
*
* Finds the path at the point (@x, @y), relative to bin_window coordinates.