Function

GtkTreeDestroyCountFunc

Declaration

void
(* GtkTreeDestroyCountFunc) (
  GtkTreeView* tree_view,
  GtkTreePath* path,
  gint children,
  gpointer user_data
)

Description

No description available.

Parameters

tree_view

Type: GtkTreeView

No description available.

The data is owned by the caller of the function.
path

Type: GtkTreePath

No description available.

The data is owned by the caller of the function.
children

Type: gint

No description available.

user_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.