Re: GHashTable strange behavior

2015-03-06 Thread Nicola Fontana
Il Wed, 4 Mar 2015 20:44:04 +0200 Stathis Gkotsis scrisse: > Hi all, > > I am facing some strange behavior with GHashTable. When I use > g_hash_table_insert to insert the same key twice, it does not return > FALSE, but TRUE: Hi, in your example you are not inserting the same key but two diffe

RE: GHashTable strange behavior

2015-03-04 Thread Stathis Gkotsis
Forgot to mention that I am using Glib 2.42 on Linux. > From: stathisgot...@hotmail.com > To: gtk-list@gnome.org > Subject: GHashTable strange behavior > Date: Wed, 4 Mar 2015 20:44:04 +0200 > > Hi all, > > I am facing some strange behavior with GHashTable.