![]() |
Property List Mutability Flags | Header: CFPropertyList.h |
Option flags that are passed to the function CFPropertyListCreateFromXMLData which determine the degree of mutibility for the newly created property list.
enum { kCFPropertyListImmutable = 0, kCFPropertyListMutableContainers = 1, kCFPropertyListMutableContainersAndLeaves = 2 };
Causes the returned property list to be immutable.
Causes the property list to be created with mutable containers but immutable leaves.
Causes the property list to be created with mutable containers as well as mutable leaves.