module Libvirt::FFI::Common

Constants

FREE_CALLBACK

typedef void (*virFreeCallback) (

void * opaque

)

Public Class Methods

free_function(*args, &block) click to toggle source
# File lib/libvirt/ffi/common.rb, line 17
def self.free_function(*args, &block)
  callback_function(FREE_CALLBACK, *args, &block)
end