Constructor

GcrGtk4CertificateWidgetnew

Declaration [src]

GtkWidget*
gcr_certificate_widget_new (
  GcrCertificate* certificate
)

Description [src]

Create a new certificate widget which displays a given certificate.

Parameters

certificate GcrCertificate*
 

Certificate to display, or NULL.

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

Return value

Returns: GtkWidget*
 

A newly allocated GcrCertificateWidget, which should be freed with g_object_unref()

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