| Top |
| GckAttributes * | attributes | Read / Write |
| GcrCertificate * | certificate | Read / Write |
| GckAttributes * | attributes | Read / Write |
| GcrCertificate * | certificate | Read / Write |
| gchar * | label | Read / Write |
| struct | GcrCertificateWidget |
| struct | GcrCertificateWidgetClass |
| struct | GcrCertificateRenderer |
| struct | GcrCertificateRendererClass |
GObject ├── GInitiallyUnowned │ ╰── GtkWidget │ ╰── GtkContainer │ ╰── GtkBin │ ╰── GcrCertificateWidget ╰── GcrCertificateRenderer
GcrCertificateWidget implements AtkImplementorIface and GtkBuildable.
GcrCertificateRenderer implements GcrRenderer, GcrComparableIface and GcrCertificate.
#define GCR_CERTIFICATE_COLUMNS (gcr_certificate_get_columns ())
The columns that are valid for a certificate. This is to be used with the GcrTreeSelector or GcrCollectionModel.
This is an array of GcrColumn, owned by the gcr library.
GcrCertificateWidget *
gcr_certificate_widget_new (GcrCertificate *certificate);
GcrCertificate *
gcr_certificate_widget_get_certificate
(GcrCertificateWidget *self);
void gcr_certificate_widget_set_certificate (GcrCertificateWidget *self,GcrCertificate *certificate);
GcrCertificateRenderer *
gcr_certificate_renderer_new (GcrCertificate *certificate);
GcrCertificateRenderer * gcr_certificate_renderer_new_for_attributes (const gchar *label,struct _GckAttributes *attrs);
GcrCertificate *
gcr_certificate_renderer_get_certificate
(GcrCertificateRenderer *self);
void gcr_certificate_renderer_set_certificate (GcrCertificateRenderer *self,GcrCertificate *certificate);
“attributes” property “attributes” GckAttributes *
Attributes which contain the certificate.
Flags: Read / Write
“certificate” property“certificate” GcrCertificate *
Certificate to display.
Flags: Read / Write
“attributes” property “attributes” GckAttributes *
Certificate pkcs11 attributes.
Flags: Read / Write
“certificate” property“certificate” GcrCertificate *
Certificate to display.
Flags: Read / Write