Constructor
GcrUiCertificateWidgetnew
Declaration [src]
GcrCertificateWidget*
gcr_certificate_widget_new (
GcrCertificate* certificate
)
Parameters
certificate
-
Type:
GcrCertificate
Certificate to display, or
NULL
.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GcrCertificateWidget
A new certificate widget.
The caller of the function takes ownership of the data, and is responsible for freeing it. |