treeview: Deprecate gtk_tree_view_set_destroy_count_func()

The accessibility code doesn't need it anymore.
This commit is contained in:
Benjamin Otte
2011-12-12 11:55:28 +01:00
parent ab9c2c2de2
commit 6fa72300be
2 changed files with 3 additions and 0 deletions

View File

@ -14692,6 +14692,8 @@ gtk_tree_view_create_row_drag_icon (GtkTreeView *tree_view,
* This function should almost never be used. It is meant for private use by
* ATK for determining the number of visible children that are removed when the
* user collapses a row, or a row is deleted.
*
* Deprecated: 3.4: Accessibility does not need the function anymore.
**/
void
gtk_tree_view_set_destroy_count_func (GtkTreeView *tree_view,