Method

PurpleRequestPageget_choice

unstable since: 3.0

Declaration [src]

BirbLocalizedString*
purple_request_page_get_choice (
  PurpleRequestPage* page,
  const char* id
)

Description [src]

Gets the selected item of the choice field with the given id.

Available since: 3.0

Parameters

id

Type: const char*

The id.

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

Return value

Type: BirbLocalizedString

The value if found.

The returned data is owned by the instance.
The return value can be NULL.