summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_win.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-07-10 20:43:01 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-07-10 20:43:01 +0200
commitcd947233f9956480844f74f2911004c6d5d83dd9 (patch)
tree321739a5d79538c4645c9a3f1204d4546a002bd4 /lib/efl/native/elm/elm_win.rb
parentf18831355aace20918e92f174dbfa8847ca39968 (diff)
downloadffi-efl-cd947233f9956480844f74f2911004c6d5d83dd9.zip
ffi-efl-cd947233f9956480844f74f2911004c6d5d83dd9.tar.gz
update elmentary API
Diffstat (limited to 'lib/efl/native/elm/elm_win.rb')
-rw-r--r--lib/efl/native/elm/elm_win.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_win.rb b/lib/efl/native/elm/elm_win.rb
index 5b854f8..b62a6ab 100644
--- a/lib/efl/native/elm/elm_win.rb
+++ b/lib/efl/native/elm/elm_win.rb
@@ -182,6 +182,8 @@ module Efl
[ :elm_win_screen_constrain_get, [ :evas_object ], :bool ],
# EAPI void elm_win_screen_size_get(const Evas_Object *obj, int *x, int *y, int *w, int *h);
[ :elm_win_screen_size_get, [ :evas_object, :pointer, :pointer, :pointer, :pointer ], :void ],
+ # EAPI void elm_win_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi);
+ [ :elm_win_screen_dpi_get, [ :evas_object, :pointer, :pointer ], :void ],
# EAPI void elm_win_focus_highlight_enabled_set(Evas_Object *obj, Eina_Bool enabled);
[ :elm_win_focus_highlight_enabled_set, [ :evas_object, :bool ], :void ],
# EAPI Eina_Bool elm_win_focus_highlight_enabled_get(const Evas_Object *obj);