Method

PurpleRequestFieldQRCodeset_alt_text

unstable since: 3.0

Declaration [src]

void
purple_request_field_qr_code_set_alt_text (
  PurpleRequestFieldQRCode* qr_code,
  const char* alt_text
)

Description [src]

Sets the alternative text for the QR Code.

The alternative text can optionally be shown by the user interface.

Available since: 3.0

Parameters

alt_text

Type: const char*

The new alt text.

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