Method

PurpleQrCodeget_alt_text

unstable since: 3.0

Declaration [src]

const char*
purple_qr_code_get_alt_text (
  PurpleQrCode* qr_code
)

Description [src]

Gets the alternative text.

Available since: 3.0

Gets propertyPurple.QrCode:alt-text

Return value

Type: const char*

The alternative text.

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