Method

PurpleRequestPageget_field

since: 3.0

Declaration [src]

PurpleRequestField*
purple_request_page_get_field (
  PurpleRequestPage* page,
  const char* id
)

Description [src]

Return the 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 function.
The value is a NUL terminated UTF-8 string.

Return value

Type: PurpleRequestField

The field, if found.

The data is owned by the instance.