Method

GntComboBoxget_selected_data

Declaration [src]

gpointer
gnt_combo_box_get_selected_data (
  GntComboBox* box
)

Description [src]

Get the data that is currently selected.

Return value

Type: gpointer

The data of the currently selected entry.

The data is owned by the instance.
The return value can be NULL.