summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:38:45 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:38:45 +0100
commit0c899cabaa0bb264c7d2c57ae6510d069796dd2d (patch)
tree3fb26f7b909ef88924cf7a14ec643a3694ecf2d1 /lib/efl/elm
parent05c5bc859f299c50f281fd39accb852e6ed3ad47 (diff)
downloadffi-efl-0c899cabaa0bb264c7d2c57ae6510d069796dd2d.zip
ffi-efl-0c899cabaa0bb264c7d2c57ae6510d069796dd2d.tar.gz
add elm_datetime
Diffstat (limited to 'lib/efl/elm')
-rw-r--r--lib/efl/elm/elm_datetime.rb22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_datetime.rb b/lib/efl/elm/elm_datetime.rb
new file mode 100644
index 0000000..22682c4
--- /dev/null
+++ b/lib/efl/elm/elm_datetime.rb
@@ -0,0 +1,22 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+require 'efl/elm/elm_object'
+require 'efl/native/elm/elm_datetime'
+#
+module Efl
+ #
+ module Elm
+ #
+ class ElmDatetime < ElmObject
+ #
+ include Helper
+ constructor :elm_datetime_add
+ search_prefixes 'elm_datetime_'
+ #
+ end
+ #
+ end
+end
+#
+# EOF