Method

CMAccountget_login_id

Declaration [src]

const char*
cm_account_get_login_id (
  CmAccount* self
)

Description [src]

Get the login ID set for the account.

Return value

Type: const char*

The login ID of the account.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.