Interface
GoaExchange
since: 3.6.0
Description [src]
interface Goa.Exchange : GObject.ObjectAbstract interface type for the D-Bus interface org.gnome.OnlineAccounts.Exchange.
Available since: 3.6.0
Prerequisite
In order to implement Exchange, your type must inherit fromGObject.
Functions
goa_exchange_interface_info
Gets a machine-readable description of the org.gnome.OnlineAccounts.Exchange D-Bus interface.
since: 3.6.0
goa_exchange_override_properties
Overrides all GObject properties in the GoaExchange interface for a concrete class.
The properties are overridden in the order they are defined.
since: 3.6.0
Instance methods
goa_exchange_get_accept_ssl_errors
Gets the value of the “AcceptSslErrors” D-Bus property.
since: 3.6.0
Interface structure
struct GoaExchangeIface {
  GTypeInterface parent_iface;
  gboolean (* get_accept_ssl_errors) (
    GoaExchange* object
  );
  const gchar* (* get_host) (
    GoaExchange* object
  );
  
}Virtual table for the D-Bus interface org.gnome.OnlineAccounts.Exchange.
Interface members
| parent_iface |  | 
| The parent interface. | |
| get_accept_ssl_errors |  | 
| Getter for the  | |
| get_host |  | 
| Getter for the  | 
Virtual methods
Goa.Exchange.get_accept_ssl_errors
Gets the value of the “AcceptSslErrors” D-Bus property.
since: 3.6.0