Method

PurpleQrCodeget_description

unstable since: 3.0

Declaration [src]

const char*
purple_qr_code_get_description (
  PurpleQrCode* qr_code
)

Description [src]

Gets the description.

Available since: 3.0

Return value

Type: const char*

The description.

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