diff options
| author | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2011-04-19 16:46:06 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2011-04-19 16:46:06 +0200 | 
| commit | 86f9d0b69ecf361a74253055d835240a165afff0 (patch) | |
| tree | afac36a3eeb220b8ac9c643f2ffdb7a893accc3f /lib | |
| parent | dc7e8bff7e751fe97149f41fecbe5216dbc9c890 (diff) | |
| download | ffi-efl-86f9d0b69ecf361a74253055d835240a165afff0.zip ffi-efl-86f9d0b69ecf361a74253055d835240a165afff0.tar.gz  | |
require eina_types-ffi from ffi.rb
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/e17/ffi.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/e17/ffi.rb b/lib/e17/ffi.rb index e8a644c..379b620 100644 --- a/lib/e17/ffi.rb +++ b/lib/e17/ffi.rb @@ -25,6 +25,7 @@ module E17          typedef :pointer, :void_p          typedef :pointer, :uchar_p          typedef :pointer, :string_array +        typedef :pointer, :string_array_p          #          typedef :pointer, :eina_list_p          # @@ -32,4 +33,6 @@ module E17      #  end  # +require 'e17/eina/eina_types-ffi' +#  # EOF  | 
