Method
PidginAccountRowget_account
unstable since: 3.0
Declaration [src]
PurpleAccount*
pidgin_account_row_get_account (
PidginAccountRow* row
)
Description [src]
Gets the PurpleAccount
that is currently selected.
Available since: 3.0
Gets property | Pidgin.AccountRow:account |
Return value
Type: PurpleAccount
The account if one is selected otherwise NULL
if
the model is empty.
The returned data is owned by the instance. |