summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/ecore_evas.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-24 11:35:20 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-24 11:35:20 +0100
commit79da88cbb11077ddbfab7555a15bb4be0d5f63b7 (patch)
tree4fd7a99303ace99582315de7f73bb731e44c1968 /lib/efl/native/ecore_evas.rb
parentbc29d767ec7df5528335f93a9420812aa388f0f3 (diff)
downloadffi-efl-79da88cbb11077ddbfab7555a15bb4be0d5f63b7.zip
ffi-efl-79da88cbb11077ddbfab7555a15bb4be0d5f63b7.tar.gz
update evas,edje,ecore_evas API
Diffstat (limited to 'lib/efl/native/ecore_evas.rb')
-rw-r--r--lib/efl/native/ecore_evas.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/efl/native/ecore_evas.rb b/lib/efl/native/ecore_evas.rb
index 5f4445f..420dfca 100644
--- a/lib/efl/native/ecore_evas.rb
+++ b/lib/efl/native/ecore_evas.rb
@@ -299,6 +299,8 @@ module Efl
[ :ecore_evas_software_wince_gdi_new, [ :pointer, :int, :int, :int, :int ], :pointer ],
# EAPI Ecore_WinCE_Window *ecore_evas_software_wince_window_get(const Ecore_Evas *ee);
[ :ecore_evas_software_wince_window_get, [ :pointer ], :pointer ],
+ # EAPI Ecore_Evas *ecore_evas_cocoa_new(Ecore_Cocoa_Window *parent, int x, int y, int w, int h);
+ # FIXME
# EAPI Ecore_Evas *ecore_evas_psl1ght_new(const char* name, int w, int h);
[ :ecore_evas_psl1ght_new, [ :pointer, :int, :int ], :pointer ],
# EAPI const char *ecore_evas_engine_name_get(const Ecore_Evas *ee);
@@ -472,10 +474,6 @@ module Efl
# EAPI Eina_Bool ecore_evas_extn_plug_connect(Evas_Object *obj, const char *svcname, int svcnum, Eina_Bool svcsys);
[ :ecore_evas_extn_plug_connect, [ :pointer, :string, :int, :eina_bool ], :eina_bool ],
]
- if RUBY_PLATFORM =~ /darwin/
- # EAPI Ecore_Evas *ecore_evas_cocoa_new(Ecore_Cocoa_Window *parent, int x, int y, int w, int h);
- fcts << [ :ecore_evas_cocoa_new, [ :string, :int, :int ], :ecore_evas_p ]
- end
#
attach_fcts fcts
#