Codebase list libcloudproviders / c352ed3
fix wrong constructor param on annotation Fernando da Silva Sousa 5 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
241241
242242 /**
243243 * cloud_providers_account_new
244 * @bus_name: DBus bus name
245 * @object_path: Path to export the DBus object to
244 * @proxy: DBus proxy
246245 *
247246 * A #CloudProvidersAccount object are used to fetch details about cloud providers from DBus.
248247 * Object are usually fetched from cloud_providers_get_providers() as a list.