summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_finger.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:29:47 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:29:47 +0100
commit71e3a0bc514fbd28fe9600448c40b7bb53627378 (patch)
tree681d52aad0044ac852b520c0141ed57a3e3d567c /lib/efl/native/elm/elm_finger.rb
parent3fce398a3e2b7a1cd231223abea6961a4cbf8ea9 (diff)
downloadffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.zip
ffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.tar.gz
update elm API
Diffstat (limited to 'lib/efl/native/elm/elm_finger.rb')
-rw-r--r--lib/efl/native/elm/elm_finger.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_finger.rb b/lib/efl/native/elm/elm_finger.rb
index de374e5..819960d 100644
--- a/lib/efl/native/elm/elm_finger.rb
+++ b/lib/efl/native/elm/elm_finger.rb
@@ -23,10 +23,6 @@ module Efl
#
# FUNCTIONS
fcts = [
- # EAPI Evas_Coord elm_finger_size_get(void);
- [ :elm_finger_size_get, [ ], :int ],
- # EAPI void elm_finger_size_set(Evas_Coord size);
- [ :elm_finger_size_set, [ :int ], :void ],
# EAPI void elm_coords_finger_size_adjust(int times_w, Evas_Coord *w, int times_h, Evas_Coord *h);
[ :elm_coords_finger_size_adjust, [ :int, :pointer, :int, :pointer ], :void ],
]