Method

GcrUiListSelectorget_selected

Declaration [src]

GList*
gcr_list_selector_get_selected (
  GcrListSelector* self
)

Description [src]

Get a list of selected objects.

Return value

Type: A list of GObject*

The list of selected objects, to be released with g_list_free()

The caller of the method takes ownership of the data container, but not the data inside it.