Quoting alex <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :Well I only mention it because I take advantage of glib for the hash :tables in the bitzi code. I just wanted to check that everyone else :didn't know something that I didn't ;-)
As long as you rely on glib for high-level features like types (gint, gpointer) and data structures (lists, trees, hash tables), there is no problem at all. We don't plan to remove the glib dependency any time soon. However, this does not prevent us from NOT using glib if we have better / more suitable alternatives to the functionalities provided by glib. Raphael ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idP47&alloc_id808&op=click _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
