Class
CloudProvidersAccountExporter
Description [src]
final class CloudProviders.AccountExporter : GObject.Object
{
/* No available fields */
}
Base object for representing a cloud providers account.
Instance methods
cloud_providers_account_exporter_set_action_group
In order for a menu to receive events that will eventually call your callbacks, it needs the corresponding GActionGroup. Use this function to export it.
cloud_providers_account_exporter_set_menu_model
One of the benefits of the integration is to display a menu with available
options for an account. Use this function to export a GMenuModel menu to be
displayed by the chosen integration by the desktop environment or application.
Properties
CloudProviders.AccountExporter:action-group
The action group associated with the account and menu model.
Signals
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.