RSS/Atom feed Twitter
Site is read-only, email is disabled

ANNOUNCE: libpdb suite 0.2.0

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

ANNOUNCE: libpdb suite 0.2.0 Nathan Carl Summers 20 Dec 08:55
Nathan Carl Summers
2002-12-20 08:55:02 UTC (over 21 years ago)

ANNOUNCE: libpdb suite 0.2.0

Libpdb suite 0.2.0 has been released. This is mostly a code cleanup release. Changes include:

* Renamed WireStandardProtocol WireStdProtocol. Hopefully this will save some typing. Similarly, WireStandardProtocolMessage is WireStdProtocolMsg.

* The read and write functions in WireStdProtocol now take a single value instead of an array. The old functionality is still available with new functions that have a _v suffix.

* WireStdProtocol now provides signed and unsigned version of the read and write functions.

* Parameters can now be marked as required or optional. This currently serves no purpose, but when keyword calling is supported, optional parameters will be supplied with default values if not specified.

* GError is used to report errors in libwire.

* libwire is now (almost) completely documented.

* i18n now works. A Spanish translation is provided.

Many exciting new features are planned for 0.3! Check out the TODO list for details.

Downloads are available at http://www.gimp.org/~rock/libpdb.

A libpdb mailing list is now available at libpdb-developer-at-lists.xcf.berkely.edu.

Libpdb can also be obtained from gnome cvs by checking out the libpdb module.

Rockwalrus