Expand description
Raw bindings to the libplist library.
Re-exports§
pub use plist_type::PlistType;
Modules§
- plist_
type - Plist node types.
Functions§
- plist_
access_ ⚠path - plist_
array_ ⚠append_ item - plist_
array_ ⚠get_ item - plist_
array_ ⚠get_ item_ index - plist_
array_ ⚠get_ size - plist_
array_ ⚠insert_ item - plist_
array_ ⚠remove_ item - plist_
array_ ⚠set_ item - plist_
compare_ ⚠node_ value - plist_
copy ⚠ - plist_
dict_ ⚠get_ item - plist_
dict_ ⚠get_ item_ key - plist_
dict_ ⚠get_ size - plist_
dict_ ⚠merge - plist_
dict_ ⚠new_ iter - plist_
dict_ ⚠next_ item - plist_
dict_ ⚠remove_ item - plist_
dict_ ⚠set_ item - plist_
free ⚠ - plist_
from_ ⚠bin - plist_
from_ ⚠memory - plist_
from_ ⚠xml - plist_
get_ ⚠bool_ val - plist_
get_ ⚠data_ val - plist_
get_ ⚠date_ val - plist_
get_ ⚠key_ val - plist_
get_ ⚠node_ type - plist_
get_ ⚠parent - plist_
get_ ⚠real_ val - plist_
get_ ⚠string_ val - plist_
get_ ⚠uid_ val - plist_
get_ ⚠uint_ val - plist_
is_ ⚠binary - plist_
is_ ⚠type - Compares
node’s type withplist_type. - plist_
new_ ⚠array - plist_
new_ ⚠bool - plist_
new_ ⚠data - plist_
new_ ⚠date - plist_
new_ ⚠dict - plist_
new_ ⚠real - plist_
new_ ⚠string - plist_
new_ ⚠uid - plist_
new_ ⚠uint - plist_
set_ ⚠bool_ val - plist_
set_ ⚠data_ val - plist_
set_ ⚠date_ val - plist_
set_ ⚠key_ val - plist_
set_ ⚠real_ val - plist_
set_ ⚠string_ val - plist_
set_ ⚠uid_ val - plist_
set_ ⚠uint_ val - plist_
to_ ⚠bin - plist_
to_ ⚠xml