Interface
GoaContacts
Description [src]
interface Goa.Contacts : GObject.ObjectAbstract interface type for the D-Bus interface org.gnome.OnlineAccounts.Contacts.
Prerequisite
In order to implement Contacts, your type must inherit fromGObject.
Functions
goa_contacts_interface_info
Gets a machine-readable description of the org.gnome.OnlineAccounts.Contacts D-Bus interface.
goa_contacts_override_properties
Overrides all GObject properties in the GoaContacts interface for a concrete class.
The properties are overridden in the order they are defined.
Interface structure
struct GoaContactsIface {
  GTypeInterface parent_iface;
  gboolean (* get_accept_ssl_errors) (
    GoaContacts* object
  );
  const gchar* (* get_uri) (
    GoaContacts* object
  );
  
}Virtual table for the D-Bus interface org.gnome.OnlineAccounts.Contacts.
Interface members
| parent_iface |  | 
| The parent interface. | |
| get_accept_ssl_errors |  | 
| Getter for the  | |
| get_uri |  | 
| Getter for the  |