CloudProviders

CloudProviders — Singleton for tracking all providers.

Functions

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);

Returns

A manager singleton.

[transfer full]


cloud_providers_update ()

void
cloud_providers_update (CloudProviders *self);

Parameters

manager

A CloudProviders

 

cloud_providers_get_providers ()

GList *
cloud_providers_get_providers (CloudProviders *self);

Parameters

self

A CloudProviders

 

Returns

A GList* of CloudProviderProxy objects.

[transfer none]

Types and Values