Osxcart, or OS X Converting And Reading Tool, is a unique, small library designed to import file formats used in Mac OS X, NeXTSTEP, and GnuSTEP into GTK+/GLib-based programs easily, using a lightweight interface.
Examples: property lists, RTF and RTFD documents.
Here are some key features of "Osxcart":
· Read XML-format property lists
· Import RTF documents into a GtkTextView
· Includes support for RTFD packages
What's New in This Release: [ read full changelog ]
· Removed the 'rpm' target from the makefile after being convinced that it was a bad idea.
· Added a convenience function plist_object_lookup() to navigate a tree of
· PList objects.
· Removed the PList parser implementation that was compatible with GLib < 2.18.
· Osxcart now depends on GLib 2.18.
· Osxcart now works with GObject Introspection.
· Osxcart now comes with a .vapi file so it can be used from Vala.
· Added API plist_read_file(), plist_write_file(),
· rtf_text_buffer_import_file(), and rtf_text_buffer_export_file(), for reading
· and writing from GFile objects.
· Added API plist_object_get_boolean(), plist_object_set_boolean(), etc. for
· manipulating the PlistObjects from introspected language bindings.
· Updated the documentation.
· Updated the Dutch translation.
· Fixed various bugs.