Add (out) annotations to GtkTreeIter parameters
This commit is contained in:

committed by
Ignacio Casal Quinteiro

parent
c4832a9d0e
commit
0b51abbfdf
@ -5001,9 +5001,9 @@ gtk_icon_view_set_tooltip_cell (GtkIconView *icon_view,
|
||||
* @x: the x coordinate (relative to widget coordinates)
|
||||
* @y: the y coordinate (relative to widget coordinates)
|
||||
* @keyboard_tip: whether this is a keyboard tooltip or not
|
||||
* @model: (allow-none): a pointer to receive a #GtkTreeModel or %NULL
|
||||
* @path: (allow-none): a pointer to receive a #GtkTreePath or %NULL
|
||||
* @iter: (allow-none): a pointer to receive a #GtkTreeIter or %NULL
|
||||
* @model: (out) (allow-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
|
||||
*
|
||||
* This function is supposed to be used in a #GtkWidget::query-tooltip
|
||||
* signal handler for #GtkIconView. The @x, @y and @keyboard_tip values
|
||||
|
Reference in New Issue
Block a user