Method

PidginAccountChooserget_selected

since: 3.0

Declaration [src]

PurpleAccount*
pidgin_account_chooser_get_selected (
  PidginAccountChooser* chooser
)

Description [src]

Gets the currently selected account from an account combo box.

Available since: 3.0

Return value

Type: PurpleAccount

Returns the PurpleAccount that is currently selected.

The caller of the method takes ownership of the data, and is responsible for freeing it.