Method
PidginAccountChooserget_selected
unstable 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 returned data, and is responsible for freeing it. |