Method

GcrUiTreeSelectorset_selected

Declaration [src]

void
gcr_tree_selector_set_selected (
  GcrTreeSelector* self,
  GList* selected
)

Description [src]

Select certain objects in the selector.

Parameters

selected A list of GObject*
 

The list of objects to select.

 The data is owned by the caller of the function.