diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-10 20:43:01 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-10 20:43:01 +0200 |
commit | cd947233f9956480844f74f2911004c6d5d83dd9 (patch) | |
tree | 321739a5d79538c4645c9a3f1204d4546a002bd4 /lib/efl/native/elm/elm_photocam.rb | |
parent | f18831355aace20918e92f174dbfa8847ca39968 (diff) | |
download | ffi-efl-cd947233f9956480844f74f2911004c6d5d83dd9.zip ffi-efl-cd947233f9956480844f74f2911004c6d5d83dd9.tar.gz |
update elmentary API
Diffstat (limited to 'lib/efl/native/elm/elm_photocam.rb')
-rw-r--r-- | lib/efl/native/elm/elm_photocam.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_photocam.rb b/lib/efl/native/elm/elm_photocam.rb index 8504d89..4ffba08 100644 --- a/lib/efl/native/elm/elm_photocam.rb +++ b/lib/efl/native/elm/elm_photocam.rb @@ -56,10 +56,6 @@ module Efl [ :elm_photocam_paused_get, [ :evas_object ], :bool ], # EAPI Evas_Object *elm_photocam_internal_image_get(const Evas_Object *obj); [ :elm_photocam_internal_image_get, [ :evas_object ], :evas_object ], - # EAPI void elm_photocam_bounce_set(Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce); - [ :elm_photocam_bounce_set, [ :evas_object, :bool, :bool ], :void ], - # EAPI void elm_photocam_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce); - [ :elm_photocam_bounce_get, [ :evas_object, :pointer, :pointer ], :void ], # EAPI void elm_photocam_gesture_enabled_set(Evas_Object *obj, Eina_Bool gesture); [ :elm_photocam_gesture_enabled_set, [ :evas_object, :bool ], :void ], # EAPI Eina_Bool elm_photocam_gesture_enabled_get(const Evas_Object *obj); |