Class
CloudProvidersProvider
Description [src]
final class CloudProviders.Provider : GObject.Object
{
/* No available fields */
}
Base object for representing a single provider for clients.
This is the basic object object for client implementers that contains the properties of the provider such as name, and the accounts associated with it.
Signals
CloudProviders.Provider::accounts-changed
This signal is emitted by a provider if the number of accounts changed.
CloudProviders.Provider::removed
This signal is emitted by a provider when the provider is removed in DBUS.
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.