Functions
example_cat_override_properties ()
guint
example_cat_override_properties (GObjectClass *klass,
guint property_id_begin);
Overrides all GObject properties in the ExampleCat interface for a concrete class.
The properties are overridden in the order they are defined.
Returns
The last property id.
example_cat_proxy_new_finish ()
ExampleCat *
example_cat_proxy_new_finish (GAsyncResult *res,
GError **error);
Finishes an operation started with example_cat_proxy_new().
Returns
The constructed proxy object or NULL if error
is set.
[transfer full][type ExampleCatProxy]
example_cat_proxy_new_for_bus_finish ()
ExampleCat *
example_cat_proxy_new_for_bus_finish (GAsyncResult *res,
GError **error);
Finishes an operation started with example_cat_proxy_new_for_bus().
Returns
The constructed proxy object or NULL if error
is set.
[transfer full][type ExampleCatProxy]
Types and Values
struct ExampleCatProxy
struct ExampleCatProxy;
The ExampleCatProxy structure contains only private data and should only be accessed using the provided API.
struct ExampleCatProxyClass
struct ExampleCatProxyClass {
GDBusProxyClass parent_class;
};
Class structure for ExampleCatProxy.
struct ExampleCatSkeleton
struct ExampleCatSkeleton;
The ExampleCatSkeleton structure contains only private data and should only be accessed using the provided API.
struct ExampleCatSkeletonClass
struct ExampleCatSkeletonClass {
GDBusInterfaceSkeletonClass parent_class;
};
Class structure for ExampleCatSkeleton.