Signal

Gtk.TreeModel::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 g_signal_connect()

Parameters

path GtkTreePath
 

a GtkTreePath-struct identifying the changed row

 Ownership is not transferred to the callee
iter GtkTreeIter
 

a valid GtkTreeIter-struct pointing to the changed row

 Ownership is not transferred to the callee