Virtual Method
GtkTreeModelrow_changed
deprecated: 4.10
Declaration [src]
void
row_changed (
  GtkTreeModel* tree_model,
  GtkTreePath* path,
  GtkTreeIter* iter
)
Description [src]
Emits the ::row-changed signal on tree_model.
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
- path
- 
            Type: GtkTreePathA GtkTreePathpointing to the changed row.The data is owned by the caller of the function. 
- iter
- 
            Type: GtkTreeIterA valid GtkTreeIterpointing to the changed row.The data is owned by the caller of the function.