README for glib-sven-010105-1.patch This patch adds a new function g_tree_lookup_extended() which works just like g_hash_table_lookup_extended(). This function is IMHO absolutely necessary since there is at the moment no way to retrieve the memory location of a key in a GTree which makes it extremely difficult to use without leaking memory. Sven Neumann