Method

PurpleRequestFieldQRCodeget_url

unstable since: 3.0

Declaration [src]

const char*
purple_request_field_qr_code_get_url (
  PurpleRequestFieldQRCode* qr_code
)

Description [src]

Gets the URL for this QR Code.

Available since: 3.0

Return value

Type: const char*

The URL.

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