class FFI::GPhoto2::CameraFile

Constants

MAX_PATH

Public Class Methods

release(ptr) click to toggle source
# File lib/ffi/gphoto2/camera_file.rb, line 23
def self.release(ptr)
  FFI::GPhoto2.gp_file_free(ptr)
end