Sha256: a81e463ac22d4d4b3ce1735b17d26959c4da1bf67c181da0139058873e45c60a
Contents?: true
Size: 363 Bytes
Versions: 5
Compression:
Stored size: 363 Bytes
Contents
# frozen_string_literal: true module Libvirt module FFI module Libvirt extend ::FFI::Library ffi_lib Util.library_path # int virGetVersion ( # unsigned long *libVer, # const char *type, # unsigned long *typeVer # ) attach_function :virGetVersion, [:pointer, :string, :pointer], :int end end end
Version data entries
5 entries across 5 versions & 1 rubygems