Move glib header outside extern C
[platform/core/api/gesture.git] / manager / gestured_invocation_manager.h
1 #ifndef __GESTURED_INVOCATION_MANAGER_H__
2 #define __GESTURED_INVOCATION_MANAGER_H__
3
4 #include <gio/gio.h>
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 int gestureInvocationManagerInit();
11 int gestureInvocationManagerAdd(GDBusMethodInvocation* invocation);
12 GDBusMethodInvocation* gestureInvocationManagerGet(int invocation_id);
13 bool gestureInvocationManagerRemove(int invocation_id);
14
15 #ifdef __cplusplus
16 }
17 #endif
18
19 #endif /* __GESTURED_INVOCATION_MANAGER_H__ */
20