keyrouter: Fix wrong validity check
[platform/core/uifw/libds-tizen.git] / include / libds / presentation.h
1 #ifndef LIBstruct ds_presentationIME_H
2 #define LIBstruct ds_presentationIME_H
3
4 #include <time.h>
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 struct ds_presentation;
11
12 struct ds_presentation *
13 ds_presentation_create(struct wl_display *display,
14         clockid_t clk_id);
15
16 #ifdef __cplusplus
17 }
18 #endif
19
20 #endif