mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 17:50:18 +00:00
treeview: Add a few missing annotations
gtk_tree_view_row_activated and the ::row-activated signal can (and do) receive NULL for the column occasionally. This is an introspection api change. Fixes: #3828
This commit is contained in:
parent
fca19e72ad
commit
b1beb3650b
@ -1167,7 +1167,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
|
|||||||
* GtkTreeView::row-activated:
|
* GtkTreeView::row-activated:
|
||||||
* @tree_view: the object on which the signal is emitted
|
* @tree_view: the object on which the signal is emitted
|
||||||
* @path: the `GtkTreePath` for the activated row
|
* @path: the `GtkTreePath` for the activated row
|
||||||
* @column: the `GtkTreeViewColumn` in which the activation occurred
|
* @column: (nullable): the `GtkTreeViewColumn` in which the activation occurred
|
||||||
*
|
*
|
||||||
* The "row-activated" signal is emitted when the method
|
* The "row-activated" signal is emitted when the method
|
||||||
* gtk_tree_view_row_activated() is called, when the user double
|
* gtk_tree_view_row_activated() is called, when the user double
|
||||||
@ -11283,7 +11283,7 @@ gtk_tree_view_scroll_to_cell (GtkTreeView *tree_view,
|
|||||||
* gtk_tree_view_row_activated:
|
* gtk_tree_view_row_activated:
|
||||||
* @tree_view: A `GtkTreeView`
|
* @tree_view: A `GtkTreeView`
|
||||||
* @path: The `GtkTreePath` to be activated.
|
* @path: The `GtkTreePath` to be activated.
|
||||||
* @column: The `GtkTreeViewColumn` to be activated.
|
* @column: (nullable): The `GtkTreeViewColumn` to be activated.
|
||||||
*
|
*
|
||||||
* Activates the cell determined by @path and @column.
|
* Activates the cell determined by @path and @column.
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user