NetBSD/common/include/prop
thorpej d21620b264 Several changes to proplib:
- Arrays can now be externalized and internalized in the same way
  dictionaries can.
- Add new "externalize to file" and "internalize from file" functions
  to make reading a property list from a file and writing a property
  list to a file more convenient.
- Many assertions in the object implementations are gone.  Instead,
  calling an accessor for one object type with a different object type
  as an argument will return a suitable "invalid" value.
- prop_object_type() now returns a new PROP_TYPE_UNKNOWN value if called
  with a NULL object.
- Externalized property lists now contain a reference to the Apple XML
  plist DTD.
- Add a new prop_ingest(3) facility, which provides a convenient way to
  translate a dictionary into an arbitrary binary representation.
2006-08-21 04:13:28 +00:00
..
Makefile Several changes to proplib: 2006-08-21 04:13:28 +00:00
prop_array.h Several changes to proplib: 2006-08-21 04:13:28 +00:00
prop_bool.h - Add prop_array_equals(), prop_dictionary_equals(), and 2006-05-18 03:05:19 +00:00
prop_data.h
prop_dictionary.h Several changes to proplib: 2006-08-21 04:13:28 +00:00
prop_ingest.h Several changes to proplib: 2006-08-21 04:13:28 +00:00
prop_number.h don't include stdint.h for _STANDALONE. 2006-07-12 13:54:55 +00:00
prop_object.h Several changes to proplib: 2006-08-21 04:13:28 +00:00
prop_string.h
proplib.h Several changes to proplib: 2006-08-21 04:13:28 +00:00