Top | ![]() |
![]() |
![]() |
![]() |
GoaMaps | |
struct | GoaMapsIface |
struct | GoaMapsProxy |
struct | GoaMapsProxyClass |
struct | GoaMapsSkeleton |
struct | GoaMapsSkeletonClass |
GInterface ╰── GoaMaps GObject ├── GDBusInterfaceSkeleton │ ╰── GoaMapsSkeleton ╰── GDBusProxy ╰── GoaMapsProxy
GoaMapsProxy implements GDBusInterface, GInitable, GAsyncInitable and GoaMaps.
GoaMapsSkeleton implements GDBusInterface and GoaMaps.
This section contains code for working with the org.gnome.OnlineAccounts.Maps D-Bus interface in C.
GDBusInterfaceInfo *
goa_maps_interface_info (void
);
goa_maps_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.Maps D-Bus interface.
Since: 3.14.0
guint goa_maps_override_properties (GObjectClass *klass
,guint property_id_begin
);
goa_maps_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 GoaMaps 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.14.0
typedef struct _GoaMaps GoaMaps;
GoaMaps
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.Maps.
Since: 3.14.0
struct GoaMapsIface { GTypeInterface parent_iface; };
GoaMapsIface
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.Maps.
Since: 3.14.0
struct GoaMapsProxy;
GoaMapsProxy
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
The GoaMapsProxy structure contains only private data and should only be accessed using the provided API.
Since: 3.14.0
struct GoaMapsProxyClass { GDBusProxyClass parent_class; };
GoaMapsProxyClass
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Class structure for GoaMapsProxy.
Since: 3.14.0
struct GoaMapsSkeleton;
GoaMapsSkeleton
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
The GoaMapsSkeleton structure contains only private data and should only be accessed using the provided API.
Since: 3.14.0
struct GoaMapsSkeletonClass { GDBusInterfaceSkeletonClass parent_class; };
GoaMapsSkeletonClass
is deprecated and should not be used in newly-written code.
The D-Bus interface has been deprecated.
Class structure for GoaMapsSkeleton.
Since: 3.14.0