Method
PurpleRequestPageget_string
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_request_page_get_string (
PurpleRequestPage* page,
const char* id
)
[−]
Description [src]
Returns the string value of a field with the specified ID.
Available since: 3.0
[−]
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: const char*
The string value, if found, or NULL
otherwise.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |