LWN.net Logo

Libgee 0.3.0 - GObject collection library

From:  "Didier \"Ptitjes\"" <ptitjes-AT-free.fr>
To:  gnome-announce-list-AT-gnome.org
Subject:  Libgee 0.3.0 - GObject collection library
Date:  Wed, 05 Aug 2009 13:12:08 +0200
Message-ID:  <4A796908.5050601@free.fr>
Archive-link:  Article, Thread

I am pleased to announce version 0.3.0 of libgee, a GObject collection
library.

Libgee 0.3.0 is now available for download at:
   http://ftp.gnome.org/pub/GNOME/sources/libgee/0.3/

Changes since 0.2.0
 * Introduce AbstractCollection, AbstractList and AbstractMap base classes.
 * Add new properties and methods to Collection, List and Map. (Tomaz
Vajngerl)
 * Add LinkedList implementation. (Mark Lee)
 * Add TreeSet and TreeMap implementations. (Maciej Piechotka)
 * Iterable.element_type is now a property.
 * Map.remove now takes an optional parameter to retrieve the removed value.
 * Bump library version info to reflect API/ABI breakage


libgee is a collection library providing GObject-based interfaces and
classes for commonly used data structures.

libgee provides the following interfaces:

    * Iterable
          o Collection
                + List
                + Set
    * Iterator
    * Map

The ArrayList, LinkedList, HashSet, HashMap, TreeSet and TreeMap classes
provide some implementations of the List, Set, and Map interfaces.
ReadOnlyCollection, ReadOnlyList, ReadOnlySet, and ReadOnlyMap are
read-only wrapper classes that prevent modification of the underlying
collection.

libgee is written in Vala and can be used like any GObject-based C
library. It's planned to provide bindings for further languages.

More information about Vala is available at

    http://live.gnome.org/Libgee


Didier Villevalois



_______________________________________________
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds