ExampleObject
ExampleObject — Specialized GDBusObject types
|
|
Prerequisites
ExampleObject requires
GDBusObject and GObject.
Functions
example_object_proxy_new ()
ExampleObjectProxy *
example_object_proxy_new (GDBusConnection *connection,
const gchar *object_path);
Creates a new proxy object.
Returns
The proxy object.
[transfer full]
example_object_skeleton_new ()
ExampleObjectSkeleton *
example_object_skeleton_new (const gchar *object_path);
Creates a new skeleton object.
Returns
The skeleton object.
[transfer full]
Types and Values
ExampleObject
typedef struct _ExampleObject ExampleObject;
The ExampleObject type is a specialized container of interfaces.
struct ExampleObjectIface
struct ExampleObjectIface {
GTypeInterface parent_iface;
};
Virtual table for the ExampleObject interface.
struct ExampleObjectProxy
struct ExampleObjectProxy;
The ExampleObjectProxy structure contains only private data and should only be accessed using the provided API.
struct ExampleObjectProxyClass
struct ExampleObjectProxyClass {
GDBusObjectProxyClass parent_class;
};
Class structure for ExampleObjectProxy.
struct ExampleObjectSkeleton
struct ExampleObjectSkeleton;
The ExampleObjectSkeleton structure contains only private data and should only be accessed using the provided API.
struct ExampleObjectSkeletonClass
struct ExampleObjectSkeletonClass {
GDBusObjectSkeletonClass parent_class;
};
Class structure for ExampleObjectSkeleton.