Method

PurpleQrCodeset_title

unstable since: 3.0

Declaration [src]

void
purple_qr_code_set_title (
  PurpleQrCode* qr_code,
  const char* title
)

Description [src]

Sets the title.

Available since: 3.0

Sets propertyPurple.QrCode:title

Parameters

title

Type: const char*

The new title.

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