diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-01-27 16:05:41 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-01-27 16:05:41 +0100 |
commit | cc17bb7fbf2651c3ed51691d646be72335e1faec (patch) | |
tree | c81b2aa601e2c710c98646c7c856b4ab8d9d6913 /src/lib/elocation/gen/eldbus_geo_clue2_manager.h | |
parent | 803daba4231bc800768f1d5540544d00c60f1e4c (diff) |
elocation: Hide also generated headers behind the BETA API define
Diffstat (limited to '')
-rw-r--r-- | src/lib/elocation/gen/eldbus_geo_clue2_manager.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/elocation/gen/eldbus_geo_clue2_manager.h b/src/lib/elocation/gen/eldbus_geo_clue2_manager.h index b96323a462..572e1fac5c 100644 --- a/src/lib/elocation/gen/eldbus_geo_clue2_manager.h +++ b/src/lib/elocation/gen/eldbus_geo_clue2_manager.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef ELDBUS_GEO_CLUE2_MANAGER_H | 1 | #ifndef ELDBUS_GEO_CLUE2_MANAGER_H |
2 | #define ELDBUS_GEO_CLUE2_MANAGER_H | 2 | #define ELDBUS_GEO_CLUE2_MANAGER_H |
3 | 3 | ||
4 | #ifdef EFL_BETA_API_SUPPORT | ||
5 | |||
4 | #include <Eina.h> | 6 | #include <Eina.h> |
5 | #include <Ecore.h> | 7 | #include <Ecore.h> |
6 | #include <Eldbus.h> | 8 | #include <Eldbus.h> |
@@ -16,4 +18,6 @@ Eldbus_Pending *geo_clue2_manager_add_agent_call(Eldbus_Proxy *proxy, Geo_Clue2_ | |||
16 | Eldbus_Pending *geo_clue2_manager_in_use_propget(Eldbus_Proxy *proxy, Eldbus_Codegen_Property_Bool_Get_Cb cb, const void *data); | 18 | Eldbus_Pending *geo_clue2_manager_in_use_propget(Eldbus_Proxy *proxy, Eldbus_Codegen_Property_Bool_Get_Cb cb, const void *data); |
17 | Eldbus_Pending *geo_clue2_manager_available_accuracy_level_propget(Eldbus_Proxy *proxy, Eldbus_Codegen_Property_Uint32_Get_Cb cb, const void *data); | 19 | Eldbus_Pending *geo_clue2_manager_available_accuracy_level_propget(Eldbus_Proxy *proxy, Eldbus_Codegen_Property_Uint32_Get_Cb cb, const void *data); |
18 | 20 | ||
19 | #endif \ No newline at end of file | 21 | #endif /* BETA API */ |
22 | |||
23 | #endif | ||