Interface
CloudProvidersDbusProvider
Description [src]
interface CloudProviders.DbusProvider : GObject.Object
Abstract interface type for the D-Bus interface org.freedesktop.CloudProviders.Provider.
Prerequisite
In order to implement DbusProvider, your type must inherit fromGObject.
Functions
cloud_providers_dbus_provider_interface_info
Gets a machine-readable description of the org.freedesktop.CloudProviders.Provider D-Bus interface.
cloud_providers_dbus_provider_override_properties
Overrides all GObject properties in the CloudProvidersDbusProvider interface for a concrete class.
The properties are overridden in the order they are defined.
Interface structure
struct CloudProvidersDbusProviderIface {
GTypeInterface parent_iface;
const gchar* (* get_name) (
CloudProvidersDbusProvider* object
);
}
Virtual table for the D-Bus interface org.freedesktop.CloudProviders.Provider.
Interface members
parent_iface |
|
The parent interface. |
|
get_name |
|
Getter for the |