Goa.Exchange

g GObject.GInterface GObject.GInterface Goa.Exchange Goa.Exchange GObject.GInterface->Goa.Exchange

Implementations:

Goa.ExchangeProxy, Goa.ExchangeSkeleton

Methods

class

interface_info ()

class

override_properties (klass, property_id_begin)

Virtual Methods

None

Properties

Name

Type

Flags

Short Description

accept-ssl-errors

bool

r/w

AcceptSslErrors

host

str

r/w

Host

Signals

None

Fields

None

Class Details

class Goa.Exchange
Bases:

GObject.GInterface

Structure:

Goa.ExchangeIface

Abstract interface type for the D-Bus interface ‘org.gnome.OnlineAccounts.Exchange [gdbus-interface-org-gnome-OnlineAccounts-Exchange.top_of_page]’.

New in version 3.6.0.

classmethod interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.gnome.OnlineAccounts.Exchange [gdbus-interface-org-gnome-OnlineAccounts-Exchange.top_of_page]’ D-Bus interface.

New in version 3.6.0.

classmethod override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the Goa.Exchange interface for a concrete class. The properties are overridden in the order they are defined.

New in version 3.6.0.

Property Details

Goa.Exchange.props.accept_ssl_errors
Name:

accept-ssl-errors

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“AcceptSslErrors” [gdbus-property-org-gnome-OnlineAccounts-Exchange.AcceptSslErrors]’.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 3.6.0.

Goa.Exchange.props.host
Name:

host

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“Host” [gdbus-property-org-gnome-OnlineAccounts-Exchange.Host]’.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 3.6.0.