TelepathyGLib.TLSCertificateRejection

g GObject.Object GObject.Object TelepathyGLib.TLSCertificateRejection TelepathyGLib.TLSCertificateRejection GObject.Object->TelepathyGLib.TLSCertificateRejection

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_dbus_error ()

get_details ()

get_error ()

get_reason ()

raise_error ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

dbus-error

str

r/w/co

DBus error

details

GLib.Variant

r/w/co

GLib.Variant

error

GLib.Error

r/w/co

GLib.Error

reason

int

r/w/co

TelepathyGLib.TLSCertificateRejectReason

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

priv

TelepathyGLib.TLSCertificateRejectionPriv

r

Class Details

class TelepathyGLib.TLSCertificateRejection(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

TelepathyGLib.TLSCertificateRejectionClass

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:

str

Return the TelepathyGLib.TLSCertificateRejection :dbus-error property

New in version 0.19.0.

get_details()
Returns:

the value of TelepathyGLib.TLSCertificateRejection :details property

Return type:

GLib.Variant

Return the TelepathyGLib.TLSCertificateRejection :details property

New in version 0.19.0.

get_error()
Returns:

the value of TelepathyGLib.TLSCertificateRejection :error property

Return type:

GLib.Error

Return the TelepathyGLib.TLSCertificateRejection :error property

New in version 0.19.0.

get_reason()
Returns:

the value of TelepathyGLib.TLSCertificateRejection :reason property

Return type:

TelepathyGLib.TLSCertificateRejectReason

Return the TelepathyGLib.TLSCertificateRejection :reason property

New in version 0.19.0.

raise_error()
Raises:

GLib.Error

Returns:

False

Return type:

bool

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:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The D-Bus error name of the rejection

New in version 0.19.0.

TelepathyGLib.TLSCertificateRejection.props.details
Name:

details

Type:

GLib.Variant

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

A #G_VARIANT_TYPE_VARDICT containing the details of the rejection

New in version 0.19.0.

TelepathyGLib.TLSCertificateRejection.props.error
Name:

error

Type:

GLib.Error

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

a GLib.Error (likely to be in the %TP_ERROR domain) indicating the reason of the rejection

New in version 0.19.0.

TelepathyGLib.TLSCertificateRejection.props.reason
Name:

reason

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

TelepathyGLib.TLSCertificateRejectReason representing the reason of the rejection

New in version 0.19.0.