Method

PurpleQrCodeset_alt_text

unstable since: 3.0

Declaration [src]

void
purple_qr_code_set_alt_text (
  PurpleQrCode* qr_code,
  const char* alt_text
)

Description [src]

Sets the alternative text.

Available since: 3.0

Sets propertyPurple.QrCode:alt-text

Parameters

alt_text

Type: const char*

The new alternative 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.