Method

PidginAccountManagerRowget_status

unstable since: 3.0

Declaration [src]

const char*
pidgin_account_manager_row_get_status (
  PidginAccountManagerRow* row
)

Description [src]

Gets the status message for the account.

Available since: 3.0

Return value

Type: const char*

The status message.

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