Codebase list libcloudproviders / b3a7dc7
Merge branch 'master' into fix-gir-annotation Fernando da Silva Sousa 5 years ago
2 changed file(s) with 18 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 #ifndef CLOUDPROVIDERS_H
1 #define CLOUDPROVIDERS_H
2
3 G_BEGIN_DECLS
4
5 #define CLOUDPROVIDERS_INSIDE
6 #include "enums.h"
7 #include "cloudprovidersaccount.h"
8 #include "cloudprovidersaccountexporter.h"
9 #include "cloudproviderscollector.h"
10 #include "cloudprovidersprovider.h"
11 #include "cloudprovidersproviderexporter.h"
12 #undef CLOUDPROVIDERS_INSIDE
13
14 G_END_DECLS
15
16 #endif // CLOUDPROVIDERS_H
00 libcloudproviders_deps = [glib, gio, gio_unix]
11
22 libcloudproviders_headers = [
3 'cloudproviders.h',
34 'cloudproviderscollector.h',
45 'cloudprovidersaccount.h',
56 'cloudprovidersaccountexporter.h',