Signal
GtkTreeModel::row-changed
Declaration
void
row_changed (
  GtkTreeModel* self,
  GtkTreePath* path,
  GtkTreeIter* iter,
  gpointer user_data
)
Description [src]
This signal is emitted when a row in the model has changed.
| Default handler: The default handler is called after the handlers added via  | 
Parameters
- path
- 
            Type: GtkTreePathA GtkTreePathidentifying 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.