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