Simple copy of hash table

2005-05-05 Thread Uzytkownik
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 How copy hash table without g_hash_table_foreach? Is it possible in one line of code? Regards. - -- Linux user: #376500 (patrz http://counter.li.org/) -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux)

Re: Simple copy of hash table

2005-05-05 Thread David Necas (Yeti)
On Thu, May 05, 2005 at 09:35:02PM +0200, Uzytkownik wrote: How copy hash table without g_hash_table_foreach? Is it possible in one line of code? GHashTable has no knowledge whether/how to duplicate keys and/or values. Only you know. So how could it copy them? Yeti -- A: Because it