summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_web.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-08 10:49:41 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-08 10:49:41 +0100
commit1f20cb1a9fa5dfcea67e356c5f2f53642ae044bf (patch)
treec4acf6ffc8ff72f32f0ad7d935affdb60c748ccc /lib/efl/native/elm/elm_web.rb
parent7d25e33cdffa2984544366a83b9f0014297267d8 (diff)
downloadffi-efl-1f20cb1a9fa5dfcea67e356c5f2f53642ae044bf.zip
ffi-efl-1f20cb1a9fa5dfcea67e356c5f2f53642ae044bf.tar.gz
fix the FIXME's
Diffstat (limited to 'lib/efl/native/elm/elm_web.rb')
-rw-r--r--lib/efl/native/elm/elm_web.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/efl/native/elm/elm_web.rb b/lib/efl/native/elm/elm_web.rb
index 5270288..c9bfeee 100644
--- a/lib/efl/native/elm/elm_web.rb
+++ b/lib/efl/native/elm/elm_web.rb
@@ -127,8 +127,6 @@ module Efl
[ :elm_web_back_possible_get, [ :evas_object ], :bool ],
# EAPI Eina_Bool elm_web_forward_possible_get(Evas_Object *obj);
[ :elm_web_forward_possible_get, [ :evas_object ], :bool ],
- # EAPI Eina_Bool elm_web_navigate_possible_get(Evas_Object *obj, int steps);
- [ :elm_web_navigate_possible_get, [ :evas_object, :int ], :bool ],
# EAPI Eina_Bool elm_web_history_enabled_get(const Evas_Object *obj);
[ :elm_web_history_enabled_get, [ :evas_object ], :bool ],
# EAPI void elm_web_history_enabled_set(Evas_Object *obj, Eina_Bool enabled);