LWN.net Logo

[ANNOUNCE] libgee 0.1.1 - GObject collection library

From:  =?ISO-8859-1?Q?J=FCrg?= Billeter <j-AT-bitron.ch>
To:  gnome-announce-list-AT-gnome.org
Subject:  [ANNOUNCE] libgee 0.1.1 - GObject collection library
Date:  Tue, 22 Jan 2008 14:43:56 +0100
Message-ID:  <1201009436.4917.9.camel@juerg-pd.bitron.ch>
Cc:  vala-list-AT-gnome.org

I'm pleased to announce version 0.1.1 of libgee, the GObject collection
library.

libgee 0.1.1 is now available for download at:
   ?http://download.gnome.org/sources/libgee/0.1/

Changes since 0.1.0
 * Add get_element_type method to Gee.Iterable.
 * Update for Vala 0.1.6.

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

libgee provides the following interfaces:

	* Iterable
	  * Collection
	    * List
	    * Set
	* Iterator
	* Map

The ArrayList, HashSet, and HashMap classes provide a reasonable sample
implementation 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 libgee is available at

	http://live.gnome.org/Libgee


        Jürg Billeter


_______________________________________________
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 © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds