summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_check.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 15:27:30 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 15:27:30 +0100
commitda1ba75528a8366db7a3d09a8c67070dd0b47b90 (patch)
tree89adcddbfdcd71552b95de9de56b71f2dd21c1f1 /lib/efl/elm/elm_check.rb
parent7d085da91d5c2c7da74f9eaca50cca9faa4e33ef (diff)
downloadffi-efl-da1ba75528a8366db7a3d09a8c67070dd0b47b90.zip
ffi-efl-da1ba75528a8366db7a3d09a8c67070dd0b47b90.tar.gz
parse elm_check.h, generate elm_check.rb
Diffstat (limited to 'lib/efl/elm/elm_check.rb')
-rw-r--r--lib/efl/elm/elm_check.rb22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_check.rb b/lib/efl/elm/elm_check.rb
new file mode 100644
index 0000000..141890a
--- /dev/null
+++ b/lib/efl/elm/elm_check.rb
@@ -0,0 +1,22 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+require 'efl/elm/elm_object'
+require 'efl/native/elm/elm_check'
+#
+module Efl
+ #
+ module Elm
+ #
+ class ElmCheck < ElmObject
+ #
+ include Helper
+ constructor :elm_check_add
+ search_prefixes 'elm_check_'
+ #
+ end
+ #
+ end
+end
+#
+# EOF