Sha256: daa8ba72539d08dbc11ebe842270992c49541ff2f0cd3d35b7490a60a36cf77a
Contents?: true
Size: 629 Bytes
Versions: 4
Compression:
Stored size: 629 Bytes
Contents
require 'ffi' module FFI module CPL module Port extend ::FFI::Library ffi_lib [FFI::CURRENT_PROCESS, FFI::GDAL.gdal_library_path] #------------------------------------------------------------------------ # Typedefs #------------------------------------------------------------------------ typedef :int, :GInt32 typedef :uint, :GUInt32 typedef :short, :GInt16 typedef :ushort, :GUInt16 typedef :uchar, :GByte typedef :int, :GBool typedef :long_long, :GIntBig typedef :ulong_long, :GUIntBig typedef :GIntBig, :GPtrDiff_t end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.0.0.beta7 | lib/ffi/cpl/port.rb |
ffi-gdal-1.0.0.beta6 | lib/ffi/cpl/port.rb |
ffi-gdal-1.0.0.beta5 | lib/ffi/cpl/port.rb |
ffi-gdal-1.0.0.beta4 | lib/ffi/cpl/port.rb |