Method

GcrUiCertificateRendererget_certificate

Declaration [src]

GcrCertificate*
gcr_certificate_renderer_get_certificate (
  GcrCertificateRenderer* self
)

Description [src]

Get the certificate displayed in the renderer. If no certificate was explicitly set, then the renderer will return itself since it acts as a valid certificate.

Return value

Returns: GcrCertificate
 

The certificate, owned by the renderer.

 The data is owned by the instance.