Method

PurpleQrCodeget_text

unstable since: 3.0

Declaration [src]

const char*
purple_qr_code_get_text (
  PurpleQrCode* qr_code
)

Description [src]

Gets the text which is being encoded.

Available since: 3.0

Gets propertyPurple.QrCode:text

Return value

Type: const char*

The text.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.