Method
PidginAccountEditorget_account
unstable since: 3.0
Declaration [src]
PurpleAccount*
pidgin_account_editor_get_account (
PidginAccountEditor* editor
)
Description [src]
Gets the PurpleAccount
that editor
is modifying.
Available since: 3.0
Gets property | Pidgin.AccountEditor:account |
Return value
Type: PurpleAccount
The PurpleAccount
or NULL
.
The returned data is owned by the instance. |