Method

GtkTreeModelrow_inserted

Declaration [src]

void
gtk_tree_model_row_inserted (
  GtkTreeModel* tree_model,
  GtkTreePath* path,
  GtkTreeIter* iter
)

Description [src]

Emits the GtkTreeModel::row-inserted signal on tree_model.

Parameters

path

Type: GtkTreePath

A GtkTreePath-struct pointing to the inserted row.

The data is owned by the caller of the method.
iter

Type: GtkTreeIter

A valid GtkTreeIter-struct pointing to the inserted row.

The data is owned by the caller of the method.