Function
GtkTreeDestroyCountFunc
Declaration
void
(* GtkTreeDestroyCountFunc) (
GtkTreeView* tree_view,
GtkTreePath* path,
gint children,
gpointer user_data
)
Parameters
tree_view |
GtkTreeView |
No description available. | |
The data is owned by the caller of the function. | |
path |
GtkTreePath |
No description available. | |
The data is owned by the caller of the function. | |
children |
gint |
No description available. | |
user_data |
gpointer |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. |