Method

PurpleRequestFieldQRCodeset_url

unstable since: 3.0

Declaration [src]

void
purple_request_field_qr_code_set_url (
  PurpleRequestFieldQRCode* qr_code,
  const char* url
)

Description [src]

Sets the URL for the QR Code.

Some QR Codes update very frequently, this allows updating the URL to handle those codes.

Available since: 3.0

Parameters

url

Type: const char*

The new url.

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