Function
GtkTreeDestroyCountFunc
Declaration
void
(* GtkTreeDestroyCountFunc) (
GtkTreeView* tree_view,
GtkTreePath* path,
gint children,
gpointer user_data
)
Parameters
tree_view-
Type:
GtkTreeViewNo description available.
The data is owned by the caller of the function. path-
Type:
GtkTreePathNo description available.
The data is owned by the caller of the function. children-
Type:
gintNo description available.
user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.