Method
Gtk.SelectionModel.get_selection
Declaration [src]
GtkBitset*
gtk_selection_model_get_selection (
  GtkSelectionModel* model
)
Description [src]
Gets the set containing all currently selected items in the model.
This function may be slow, so if you are only interested in single item,
consider using gtk_selection_model_is_selected() or if you are only
interested in a few, consider gtk_selection_model_get_selection_in_range().
Return value
| Returns: GtkBitset | |
| a  | |
| Ownership of the data is transferred to the caller | |