summaryrefslogtreecommitdiffstats
path: root/lib/e17/ecore.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/e17/ecore.rb')
-rw-r--r--lib/e17/ecore.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/e17/ecore.rb b/lib/e17/ecore.rb
index fe4786f..b0be458 100644
--- a/lib/e17/ecore.rb
+++ b/lib/e17/ecore.rb
@@ -6,6 +6,15 @@ require 'e17/ecore/ecore-ffi'
module E17
module Ecore
#
+ # ecore-1/Ecore.h line 95
+ EVENT_NONE = 0
+ EVENT_SIGNAL_USER = 1 # User signal event
+ EVENT_SIGNAL_HUP = 2 # Hup signal event
+ EVENT_SIGNAL_EXIT = 3 # Exit signal event
+ EVENT_SIGNAL_POWER = 4 # Power signal event
+ EVENT_SIGNAL_REALTIME = 5 # Realtime signal event
+ EVENT_COUNT = 6
+ #
class EcorePipe
def initialize cb, data
@ptr = E17::API.ecore_pipe_add cb, data