Class: Idevice::MobileSyncAnchors

Inherits:
FFI::ManagedStruct
  • Object
show all
Defined in:
lib/idevice/mobilesync.rb

Overview

Mobile Sync anchors used by the device and computer

Class Method Summary collapse

Class Method Details

.release(ptr) ⇒ Object



213
214
215
# File 'lib/idevice/mobilesync.rb', line 213

def self.release(ptr)
  C.mobilesync_anchors_free(ptr) unless ptr.null?
end