From: Ji-hoon Lee Date: Wed, 13 Jul 2016 00:57:34 +0000 (+0900) Subject: Avoid name mangling for device_event headader X-Git-Tag: submit/tizen/20160713.035522~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cb674c4bd0cf0e7677dc17de99a2bf048da2201;p=platform%2Fcore%2Fapi%2Finputmethod.git Avoid name mangling for device_event headader Change-Id: I6895028dc9e328aae88d8847ce6f02cac34143e0 --- diff --git a/include/wearable/inputmethod_device_event.h b/include/wearable/inputmethod_device_event.h index 1b74a21..16c1909 100644 --- a/include/wearable/inputmethod_device_event.h +++ b/include/wearable/inputmethod_device_event.h @@ -22,6 +22,10 @@ * @brief This file contains definitions for unconventional input device events. */ +#ifdef __cplusplus +extern "C" { +#endif + /** * @addtogroup CAPI_UIX_INPUTMETHOD_MODULE * @{ @@ -198,6 +202,10 @@ EXPORT_API int ime_event_unset_process_input_device_event_cb(void); */ EXPORT_API int ime_input_device_rotary_get_direction(ime_input_device_event_h event_handle, ime_input_device_rotary_direction_e *direction); +#ifdef __cplusplus +} +#endif + /** * @} */