Class: Idevice::Plist_t_Unmanaged

Inherits:
Plist_t show all
Defined in:
lib/idevice/plist.rb

Overview

for use with plists via callbacks and other cases where the ownership of the pointer is not granted

Class Method Summary collapse

Methods inherited from Plist_t

from_binary, from_ruby, from_xml, new_array, new_bool, new_data, new_dict, new_real, new_string, new_uint, #to_plist_t, #to_ruby

Methods inherited from C::ManagedOpaquePointer

#initialize

Constructor Details

This class inherits a constructor from Idevice::C::ManagedOpaquePointer

Class Method Details

.release(ptr) ⇒ Object



188
189
190
# File 'lib/idevice/plist.rb', line 188

def self.release(ptr)
  #nop
end