| Top |
CloudProviderProxy is the basic object used to construct the integrator UI and actions that a provider will present to the user, from the client side. Integrators of the cloud providers can use this object to poll the CloudProvider menus, status and actions.
CloudProviderProxy * cloud_provider_proxy_new (const gchar *bus_name,const gchar *object_path);
CloudProviderStatus
cloud_provider_proxy_get_status (CloudProviderProxy *self);
gchar *
cloud_provider_proxy_get_status_details
(CloudProviderProxy *self);
GMenuModel *
cloud_provider_proxy_get_menu_model (CloudProviderProxy *self);
GActionGroup *
cloud_provider_proxy_get_action_group (CloudProviderProxy *self);
gchar *
cloud_provider_proxy_get_owner (CloudProviderProxy *self);
gboolean
cloud_provider_proxy_is_available (CloudProviderProxy *self);