Method

GcrUiComboSelectorget_selected

Declaration [src]

GObject*
gcr_combo_selector_get_selected (
  GcrComboSelector* self
)

Description [src]

Get the selected object in the selector, or NULL if nothing selected.

Return value

Returns: GObject
 

The selected object, owned by the selector, or NULL.

 The data is owned by the instance.