Top |
TpTLSCertificateRejection is a small object used by TpTLSCertificate to represent the rejection of a certificate.
const gchar *
tp_tls_certificate_rejection_get_dbus_error
(TpTLSCertificateRejection *self
);
Return the “dbus-error” property
Since 0.19.0
GVariant *
tp_tls_certificate_rejection_get_details
(TpTLSCertificateRejection *self
);
Return the “details” property
Since 0.19.0
const GError *
tp_tls_certificate_rejection_get_error
(TpTLSCertificateRejection *self
);
Return the “error” property
Since 0.19.0
TpTLSCertificateRejectReason
tp_tls_certificate_rejection_get_reason
(TpTLSCertificateRejection *self
);
Return the “reason” property
Since 0.19.0
gboolean tp_tls_certificate_rejection_raise_error (TpTLSCertificateRejection *self
,GError **error
);
Convenient function to raise the “error” property in language binding supporting this feature.
Since 0.19.0
struct TpTLSCertificateRejection;
Data structure representing a TpTLSCertificateRejection.
Since 0.19.0
“dbus-error”
property“dbus-error” gchar *
The D-Bus error name of the rejection
Flags: Read / Write / Construct Only
Default value: NULL
Since 0.19.0
“details”
property“details” GVariant *
A G_VARIANT_TYPE_VARDICT containing the details of the rejection
Flags: Read / Write / Construct Only
Allowed values: GVariant<a{sv}>
Default value: NULL
Since 0.19.0
“error”
property“error” GError *
a GError (likely to be in the TP_ERROR
domain) indicating the reason
of the rejection
Flags: Read / Write / Construct Only
Since 0.19.0
“reason”
property“reason” guint
TpTLSCertificateRejectReason representing the reason of the rejection
Flags: Read / Write / Construct Only
Allowed values: <= 10
Default value: 0
Since 0.19.0