Method
PurpleRequestPageget_account
unstable since: 3.0
Declaration [src]
PurpleAccount*
purple_request_page_get_account (
PurpleRequestPage* page,
const char* id
)
Parameters
id
-
Type:
const char*
The ID of the field.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: PurpleAccount
The account value, if found, or NULL
otherwise.
The returned data is owned by the instance. |