Method

GcrUiCertificateWidgetset_certificate

Declaration [src]

void
gcr_certificate_widget_set_certificate (
  GcrCertificateWidget* self,
  GcrCertificate* certificate
)

Description [src]

Set the certificate displayed in the widget.

Parameters

certificate GcrCertificate
 

The certificate to display.

 The argument can be NULL.
 The data is owned by the caller of the function.