Method

PurpleRequestPageis_field_required

since: 3.0

Declaration [src]

gboolean
purple_request_page_is_field_required (
  PurpleRequestPage* page,
  const char* id
)

Description [src]

Returns whether or not a field with the specified ID is required.

Available since: 3.0

Parameters

id

Type: const char*

The field ID.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if the specified field is required, or FALSE.