Function
Gtk.TreeRowReference.deleted
Declaration [src]
void
gtk_tree_row_reference_deleted (
  GObject* proxy,
  GtkTreePath* path
)
Description [src]
Lets a set of row reference created by
gtk_tree_row_reference_new_proxy() know that the
model emitted the GtkTreeModel::row-deleted signal.
Parameters
| proxy | GObject* | 
| a  | |
| Ownership is not transferred to the callee | |
| path | GtkTreePath | 
| the path position that was deleted | |
| Ownership is not transferred to the callee |