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
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.