|  |  |  | telepathy-glib API Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
#include <telepathy-glib/telepathy-glib.h>
                    TpTLSCertificateRejection;
const gchar *       tp_tls_certificate_rejection_get_dbus_error
                                                        (TpTLSCertificateRejection *self);
GVariant *          tp_tls_certificate_rejection_get_details
                                                        (TpTLSCertificateRejection *self);
const GError *      tp_tls_certificate_rejection_get_error
                                                        (TpTLSCertificateRejection *self);
TpTLSCertificateRejectReason tp_tls_certificate_rejection_get_reason
                                                        (TpTLSCertificateRejection *self);
gboolean            tp_tls_certificate_rejection_raise_error
                                                        (TpTLSCertificateRejection *self,
                                                         GError **error);
"dbus-error" gchar* : Read / Write / Construct Only "details" GVariant* : Read / Write / Construct Only "error" GError* : Read / Write / Construct Only "reason" guint : Read / Write / Construct Only
TpTLSCertificateRejection is a small object used by TpTLSCertificate to represent the rejection of a certificate.
typedef struct _TpTLSCertificateRejection TpTLSCertificateRejection;
Data structure representing a TpTLSCertificateRejection.
Since 0.19.0
const gchar *       tp_tls_certificate_rejection_get_dbus_error
                                                        (TpTLSCertificateRejection *self);
Return the "dbus-error" property
| 
 | a TpTLSCertificateRejection | 
| Returns : | the value of "dbus-error" property | 
Since 0.19.0
GVariant *          tp_tls_certificate_rejection_get_details
                                                        (TpTLSCertificateRejection *self);
Return the "details" property
| 
 | a TpTLSCertificateRejection | 
| Returns : | the value of "details" property | 
Since 0.19.0
const GError *      tp_tls_certificate_rejection_get_error
                                                        (TpTLSCertificateRejection *self);
Return the "error" property
| 
 | a TpTLSCertificateRejection | 
| Returns : | the value of "error" property | 
Since 0.19.0
TpTLSCertificateRejectReason tp_tls_certificate_rejection_get_reason
                                                        (TpTLSCertificateRejection *self);
Return the "reason" property
| 
 | a TpTLSCertificateRejection | 
| Returns : | the value of "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.
| 
 | a TpTLSCertificateRejection | 
| 
 | a GError to fill. [out][allow-none][transfer full] | 
| Returns : | FALSE | 
Since 0.19.0
"dbus-error" property"dbus-error" gchar* : Read / Write / Construct Only
The D-Bus error name of the rejection
Default value: NULL
Since 0.19.0
"details" property"details" GVariant* : Read / Write / Construct Only
A G_VARIANT_TYPE_VARDICT containing the details of the rejection
Allowed values: GVariant<a{sv}>
Default value: NULL
Since 0.19.0
"error" property"error" GError* : Read / Write / Construct Only
a GError (likely to be in the TP_ERROR domain) indicating the reason
of the rejection
Since 0.19.0
"reason" property"reason" guint : Read / Write / Construct Only
TpTLSCertificateRejectReason representing the reason of the rejection
Allowed values: <= 10
Default value: 0
Since 0.19.0