summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_photocam.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:33:16 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:33:16 +0100
commit9a924c6c52e33721b37905a8761348792b70a34b (patch)
tree8787fae49a26fe4afba89cc59ac5b3cf2443b108 /lib/efl/elm/elm_photocam.rb
parentb79cc483a8a09f9589cf7b9ef31bc78d947f24ff (diff)
downloadffi-efl-9a924c6c52e33721b37905a8761348792b70a34b.zip
ffi-efl-9a924c6c52e33721b37905a8761348792b70a34b.tar.gz
parse elm_photo.h, generate elm_photo.rb
Diffstat (limited to 'lib/efl/elm/elm_photocam.rb')
-rw-r--r--lib/efl/elm/elm_photocam.rb22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_photocam.rb b/lib/efl/elm/elm_photocam.rb
new file mode 100644
index 0000000..92ea9e2
--- /dev/null
+++ b/lib/efl/elm/elm_photocam.rb
@@ -0,0 +1,22 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+require 'efl/elm/elm_object'
+require 'efl/native/elm/elm_photocam'
+#
+module Efl
+ #
+ module Elm
+ #
+ class ElmPhotoCam < ElmObject
+ #
+ include Helper
+ constructor :elm_photocam_add
+ search_prefixes 'elm_photocam_'
+ #
+ end
+ #
+ end
+end
+#
+# EOF