Method

PurpleQrCodeset_text

unstable since: 3.0

Declaration [src]

void
purple_qr_code_set_text (
  PurpleQrCode* qr_code,
  const char* text
)

Description [src]

Sets the text to be encoded.

Available since: 3.0

Sets propertyPurple.QrCode:text

Parameters

text

Type: const char*

The new text.

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