Merge branch 'master' into 'master'

Fix annotation for gtk_tree_view_is_blank_at_pos()

See merge request GNOME/gtk!13
This commit is contained in:
Christoph Reiter 2018-02-18 10:48:23 +00:00
commit fef3dfc43e

View File

@ -13346,10 +13346,14 @@ gtk_tree_view_get_visible_range (GtkTreeView *tree_view,
* @tree_view: A #GtkTreeView
* @x: The x position to be identified (relative to bin_window)
* @y: The y position to be identified (relative to bin_window)
* @path: (out) (allow-none): A pointer to a #GtkTreePath pointer to be filled in, or %NULL
* @column: (out) (allow-none): A pointer to a #GtkTreeViewColumn pointer to be filled in, or %NULL
* @cell_x: (out) (allow-none): A pointer where the X coordinate relative to the cell can be placed, or %NULL
* @cell_y: (out) (allow-none): A pointer where the Y coordinate relative to the cell can be placed, or %NULL
* @path: (out) (optional) (nullable): A pointer to a #GtkTreePath pointer to
* be filled in, or %NULL
* @column: (out) (transfer none) (optional) (nullable): A pointer to a
* #GtkTreeViewColumn pointer to be filled in, or %NULL
* @cell_x: (out) (optional): A pointer where the X coordinate relative to the
* cell can be placed, or %NULL
* @cell_y: (out) (optional): A pointer where the Y coordinate relative to the
* cell can be placed, or %NULL
*
* Determine whether the point (@x, @y) in @tree_view is blank, that is no
* cell content nor an expander arrow is drawn at the location. If so, the