Ecore mainloop: add some more events.
authorTom Hacohen <tom@stosb.com>
Fri, 1 Aug 2014 05:38:40 +0000 (06:38 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 21 Aug 2014 10:02:11 +0000 (11:02 +0100)
src/lib/ecore/ecore_mainloop.eo

index bc38a54..5e5f4a8 100644 (file)
@@ -31,4 +31,10 @@ class Ecore_Mainloop (Eo.Base)
          return Eina_Bool;
       }
    }
+   events {
+      idle,enter;
+      idle,exit;
+      idle; /* FIXME: We need to make sure we can get it work. */
+      /* TODO: All of the legacy ecore events. (Ecore.h header) */
+   }
 }