Constructor

PidginQrCodenew

unstable since: 3.0

Declaration [src]

GtkWidget*
pidgin_qr_code_new (
  PurpleQrCode* qr_code
)

Description [src]

Creates a new dialog to display a QR Code.

Available since: 3.0

Parameters

qr_code

Type: PurpleQrCode

The QR Code.

The data is owned by the caller of the function.

Return value

Type: PidginQrCode

The new dialog.

The caller of the function takes ownership of the data, and is responsible for freeing it.