diff options
author | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2011-04-20 09:47:47 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2011-04-20 09:47:47 +0200 |
commit | 1cc2c83a0241ff8d36811d40062ba26ae8e28485 (patch) | |
tree | c88feb9f3d012b8a9e9d7f286ea2bd8ae02233a3 /lib/e17/eina.rb | |
parent | 0e9018d11822ba3afeea664dc9326de0d272602b (diff) | |
download | ffi-efl-1cc2c83a0241ff8d36811d40062ba26ae8e28485.zip ffi-efl-1cc2c83a0241ff8d36811d40062ba26ae8e28485.tar.gz |
set edje lib and specs, remove eina lib and specs
Diffstat (limited to 'lib/e17/eina.rb')
-rw-r--r-- | lib/e17/eina.rb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/e17/eina.rb b/lib/e17/eina.rb deleted file mode 100644 index 9309cfe..0000000 --- a/lib/e17/eina.rb +++ /dev/null @@ -1,26 +0,0 @@ -#! /usr/bin/env ruby -# -*- coding: UTF-8 -*- -# -require 'e17/ffi_helper' -# -module E17 - module EINA - # - extend FFIHelper - extend FFI::Library - # - ffi_lib 'eina' - # - fcts = [ - [ :eina_init, [], :int], - [ :eina_shutdown, [], :int], - ] - # - attach_fcts fcts - # - create_aliases 'eina_'.length, fcts - # - end -end -# -# EOF |