Class: FFI::GPhoto2::CameraAbilitiesList
- Inherits:
-
ManagedStruct
- Object
- ManagedStruct
- FFI::GPhoto2::CameraAbilitiesList
- Defined in:
- lib/ffi/gphoto2/camera_abilities_list.rb
Class Method Summary collapse
Class Method Details
.release(ptr) ⇒ Object
10 11 12 |
# File 'lib/ffi/gphoto2/camera_abilities_list.rb', line 10 def self.release(ptr) FFI::GPhoto2.gp_abilities_list_free(ptr) end |