Method
GtkSelectionModelselection_changed
Declaration [src]
void
gtk_selection_model_selection_changed (
  GtkSelectionModel* model,
  guint position,
  guint n_items
)
Description [src]
Helper function for implementations of GtkSelectionModel.
Call this when the selection changes to emit the
GtkSelectionModel::selection-changed signal.