]> Pileus Git - ~andy/gtk/commitdiff
iconview: fix get_tooltip_context transfer annotation
authorRené Stadler <rene.stadler@collabora.co.uk>
Wed, 1 Aug 2012 16:51:21 +0000 (18:51 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 1 Aug 2012 17:00:36 +0000 (19:00 +0200)
Just like treeview.

https://bugzilla.gnome.org/show_bug.cgi?id=681005

gtk/gtkiconview.c

index 6d3a6e8f756f232adcf8d4764d1f733351955511..08076c3ad70fbfc855e2094e95b40d2f90f7ac5e 100644 (file)
@@ -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
  *