DSEventLoop: add testEmitIdleEntererFuncs() for test cases
[platform/core/uifw/libds.git] / src / DSEventLoop / DSEventLoop.h
index c2ea27d..1cc365b 100644 (file)
@@ -47,6 +47,8 @@ public:
        // register callback functions
        void registerCallbackIdleEnterer(DSObject *slot, std::function<void(void *data)> func);
 
+       static Eina_Bool testEmitIdleEntererFuncs(void *data); // for test cases only
+
 private:
        DSEventLoop(); // private constructor
        ~DSEventLoop(); // private desctructor