CloudProviders
CloudProviders — Singleton for tracking all providers.
|
|
Includes
#include <src/cloudproviders.h>
Description
CloudProviders is a singleton to track all the changes in all providers.
Using a CloudProviders you can implement integration for all of them at once
and represent them in the UI, track new providers added or removed and their
status.
Functions
cloud_providers_dup_singleton ()
CloudProviders *
cloud_providers_dup_singleton (void);
cloud_providers_update ()
void
cloud_providers_update (CloudProviders *self);
cloud_providers_get_providers ()
GList *
cloud_providers_get_providers (CloudProviders *self);