summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/ecore_evas.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-08 09:06:38 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-08 09:06:38 +0100
commit7d25e33cdffa2984544366a83b9f0014297267d8 (patch)
treeb92dc3485bc3259a70ee85c6a393cc5aff39ac7f /lib/efl/native/ecore_evas.rb
parent3b787f0dedd7755a2a8eb5684bd0c83c0ec24cac (diff)
downloadffi-efl-7d25e33cdffa2984544366a83b9f0014297267d8.zip
ffi-efl-7d25e33cdffa2984544366a83b9f0014297267d8.tar.gz
regenerate, fixes 2 FIXME in ecore_evas and elm_photocam
Diffstat (limited to 'lib/efl/native/ecore_evas.rb')
-rw-r--r--lib/efl/native/ecore_evas.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/native/ecore_evas.rb b/lib/efl/native/ecore_evas.rb
index ac1ddf2..a005b4d 100644
--- a/lib/efl/native/ecore_evas.rb
+++ b/lib/efl/native/ecore_evas.rb
@@ -323,8 +323,8 @@ module Efl
[ :ecore_evas_software_wince_gdi_new, [ :ecore_wince_window, :int, :int, :int, :int ], :ecore_evas ],
# EAPI Ecore_WinCE_Window *ecore_evas_software_wince_window_get(const Ecore_Evas *ee);
[ :ecore_evas_software_wince_window_get, [ :ecore_evas ], :ecore_wince_window ],
- # 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_cocoa_new(Ecore_Cocoa_Window *parent, int x, int y, int w, int h);
+ [ :ecore_evas_cocoa_new, [ :ecore_cocoa_window, :int, :int, :int, :int ], :ecore_evas ],
# EAPI Ecore_Evas *ecore_evas_psl1ght_new(const char* name, int w, int h);
[ :ecore_evas_psl1ght_new, [ :pointer, :int, :int ], :ecore_evas ],
# EAPI const char *ecore_evas_engine_name_get(const Ecore_Evas *ee);