Sha256: ccf03635a3b9e5bc0c9ecad73aa586a2e4457dc09c6790fce86ea668b4664593
Contents?: true
Size: 299 Bytes
Versions: 6
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true module Libvirt module FFI module Common extend ::FFI::Library ffi_lib Util.library_path # typedef void (*virFreeCallback) ( # void * opaque # ) FREE_CALLBACK = callback :virFreeCallback, [:pointer], :void end end end
Version data entries
6 entries across 6 versions & 1 rubygems