Sha256: 77ad814d7967ffe459079b8478befecabd3df0a1b227ee78d1ffbd503e94670d
Contents?: true
Size: 446 Bytes
Versions: 19
Compression:
Stored size: 446 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_1_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