Codebase list libcloudproviders / 8ccd11a
Merge branch 'wip/tintou/fix-doc' into 'master' Fix some warnings with the documentation and the introspection See merge request World/libcloudproviders!38 Carlos Soriano 5 years ago
2 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
370370 /**
371371 * cloud_providers_account_exporter_set_action_group:
372372 * @self: The cloud provider
373 * @account_name: The name of the account
374373 * @action_group: The GActionGroup to be used by the menu exported by cloud_providers_account_exporter_export_menu
375374 *
376375 * In order for a menu exported with cloud_providers_account_exporter_export_menu to receive events
4444 CloudProvidersProviderExporter*
4545 cloud_providers_provider_exporter_new (GDBusConnection *bus,
4646 const gchar *bus_name,
47 const gchar *object_path);
47 const gchar *bus_path);
4848
4949 G_END_DECLS
5050