X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libspi%2Fkeystrokelistener.h;h=ea2052ccae543e6d3eac68c11eeded7e86f251e4;hb=4328426aeae1eeed7c2e696536351b224eeddbce;hp=a2b4c119c04d885906ab51380f1399c973ffe13b;hpb=72d587fda7e8dda1632a4a8f4010c6262ffc31be;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/libspi/keystrokelistener.h b/libspi/keystrokelistener.h index a2b4c11..ea2052c 100644 --- a/libspi/keystrokelistener.h +++ b/libspi/keystrokelistener.h @@ -23,14 +23,12 @@ #ifndef SPI_KEYSTROKE_LISTENER_H_ #define SPI_KEYSTROKE_LISTENER_H_ -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - #include #include #include -#include "keymasks.h" +#include + +G_BEGIN_DECLS #define SPI_KEYSTROKE_LISTENER_TYPE (spi_keystroke_listener_get_type ()) #define SPI_KEYSTROKE_LISTENER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SPI_KEYSTROKE_LISTENER_TYPE, SpiKeystrokeListener)) @@ -58,8 +56,6 @@ void spi_keystroke_listener_remove_callback (SpiKeystrokeListe BooleanKeystrokeListenerCB callback); -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS #endif /* KEYSTROKE_SPI_LISTENER_H_ */