Method

PidginQrCodeset_qr_code

unstable since: 3.0

Declaration [src]

void
pidgin_qr_code_set_qr_code (
  PidginQrCode* widget,
  PurpleQrCode* qr_code
)

Description [src]

Sets the QR Code to be displayed.

Available since: 3.0

Sets propertyPidgin.QrCode:qr-code

Parameters

qr_code

Type: PurpleQrCode

The QR code.

The data is owned by the caller of the method.