Sha256: d5a5b34cb1bb8c701425653611a6fe142fbf1acceb2326d8ad717dcce2dd1ee8
Contents?: true
Size: 446 Bytes
Versions: 19
Compression:
Stored size: 446 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_X # This interface is actually only used with the FFI implementer but # is created here to allow easier usage with the FFI abstractions. class NSISupports < AbstractInterface function :QueryInterface, :pointer, [:pointer] function :AddRef, nil, [] function :Release, nil, [] end end end end end
Version data entries
19 entries across 19 versions & 3 rubygems