| Top |  |  |  |  | 
| GoaTodo | |
| struct | GoaTodoIface | 
| struct | GoaTodoProxy | 
| struct | GoaTodoProxyClass | 
| struct | GoaTodoSkeleton | 
| struct | GoaTodoSkeletonClass | 
This section contains code for working with the org.gnome.OnlineAccounts.Todo D-Bus interface in C.
GDBusInterfaceInfo *
goa_todo_interface_info (void);
goa_todo_interface_info is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Gets a machine-readable description of the org.gnome.OnlineAccounts.Todo D-Bus interface.
Since: 3.26.0
guint goa_todo_override_properties (GObjectClass *klass,guint property_id_begin);
goa_todo_override_properties is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Overrides all GObject properties in the GoaTodo interface for a concrete class. The properties are overridden in the order they are defined.
| klass | The class structure for a GObject derived class. | |
| property_id_begin | The property id to assign to the first overridden property. | 
Since: 3.26.0
typedef struct _GoaTodo GoaTodo;
GoaTodo is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Abstract interface type for the D-Bus interface org.gnome.OnlineAccounts.Todo.
Since: 3.26.0
struct GoaTodoIface {
  GTypeInterface parent_iface;
};
GoaTodoIface is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Virtual table for the D-Bus interface org.gnome.OnlineAccounts.Todo.
Since: 3.26.0
struct GoaTodoProxy {
};
GoaTodoProxy is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
The GoaTodoProxy structure contains only private data and should only be accessed using the provided API.
Since: 3.26.0
struct GoaTodoProxyClass {
  GDBusProxyClass parent_class;
};
GoaTodoProxyClass is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Class structure for GoaTodoProxy.
Since: 3.26.0
struct GoaTodoSkeleton {
};
GoaTodoSkeleton is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
The GoaTodoSkeleton structure contains only private data and should only be accessed using the provided API.
Since: 3.26.0
struct GoaTodoSkeletonClass {
  GDBusInterfaceSkeletonClass parent_class;
};
GoaTodoSkeletonClass is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Class structure for GoaTodoSkeleton.
Since: 3.26.0