Method

GcrUiListSelectorset_selected

Declaration [src]

void
gcr_list_selector_set_selected (
  GcrListSelector* self,
  GList* selected
)

Description [src]

Select certain objects in the selector.

Parameters

selected

Type: A list of GObject*

The list of objects to select.

The data is owned by the caller of the function.