Method

Gtk.TreeModel.row_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 GtkTreePath
 

a GtkTreePath-struct pointing to the inserted row

 Ownership is not transferred to the callee
iter GtkTreeIter
 

a valid GtkTreeIter-struct pointing to the inserted row

 Ownership is not transferred to the callee