Sha256: 3d550f7e74538f7c1c8c2b53fb76e3468fa5c649c765767d1954f172b27b9224

Contents?: true

Size: 499 Bytes

Versions: 3

Compression:

Stored size: 499 Bytes

Contents

module VirtualBox
  module COM
    module Interface
      module Version_4_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
          # This has no parent
          parent nil

          function :QueryInterface, :pointer, [:pointer]
          function :AddRef, nil, []
          function :Release, nil, []
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
virtualbox-0.9.2 lib/virtualbox/com/interface/4.1.x/NSISupports.rb
virtualbox-0.9.1 lib/virtualbox/com/interface/4.1.x/NSISupports.rb
virtualbox-0.9.0 lib/virtualbox/com/interface/4.1.x/NSISupports.rb