Method

GcrUiCertificateRendererset_certificate

Declaration [src]

void
gcr_certificate_renderer_set_certificate (
  GcrCertificateRenderer* self,
  GcrCertificate* certificate
)

Description [src]

Set a certificate to display in the renderer.

Parameters

certificate

Type: GcrCertificate

The certificate to display.

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