TelepathyGLib.TLSCertificateRejection¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
DBus error |
||
r/w/co |
|||
r/w/co |
|||
r/w/co |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class TelepathyGLib.TLSCertificateRejection(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Data structure representing a
TelepathyGLib.TLSCertificateRejection
.New in version 0.19.0.
- get_dbus_error()¶
- Returns:
the value of
TelepathyGLib.TLSCertificateRejection
:dbus-error
property- Return type:
Return the
TelepathyGLib.TLSCertificateRejection
:dbus-error
propertyNew in version 0.19.0.
- get_details()¶
- Returns:
the value of
TelepathyGLib.TLSCertificateRejection
:details
property- Return type:
Return the
TelepathyGLib.TLSCertificateRejection
:details
propertyNew in version 0.19.0.
- get_error()¶
- Returns:
the value of
TelepathyGLib.TLSCertificateRejection
:error
property- Return type:
Return the
TelepathyGLib.TLSCertificateRejection
:error
propertyNew in version 0.19.0.
- get_reason()¶
- Returns:
the value of
TelepathyGLib.TLSCertificateRejection
:reason
property- Return type:
Return the
TelepathyGLib.TLSCertificateRejection
:reason
propertyNew in version 0.19.0.
- raise_error()¶
- Raises:
- Returns:
- Return type:
Convenient function to raise the
TelepathyGLib.TLSCertificateRejection
:error
property in language binding supporting this feature.New in version 0.19.0.
Property Details¶
- TelepathyGLib.TLSCertificateRejection.props.dbus_error¶
- Name:
dbus-error
- Type:
- Default Value:
- Flags:
The D-Bus error name of the rejection
New in version 0.19.0.
- TelepathyGLib.TLSCertificateRejection.props.details¶
- Name:
details
- Type:
- Default Value:
- Flags:
A #G_VARIANT_TYPE_VARDICT containing the details of the rejection
New in version 0.19.0.
- TelepathyGLib.TLSCertificateRejection.props.error¶
- Name:
error
- Type:
- Default Value:
- Flags:
a
GLib.Error
(likely to be in the %TP_ERROR domain) indicating the reason of the rejectionNew in version 0.19.0.
- TelepathyGLib.TLSCertificateRejection.props.reason¶
- Name:
reason
- Type:
- Default Value:
0
- Flags:
TelepathyGLib.TLSCertificateRejectReason
representing the reason of the rejectionNew in version 0.19.0.