ghash: Document that GHashTable is not suitable for static hash tables
commit404c2d24542d5306aa579cfc43470e789306866e
authorPhilip Withnall <withnall@endlessm.com>
Thu, 2 Mar 2017 10:26:26 +0000 (2 10:26 +0000)
committerPhilip Withnall <withnall@endlessm.com>
Tue, 2 May 2017 15:59:50 +0000 (2 16:59 +0100)
tree9d568bf551f7de39780e39946b622fcf4cf1be38
parentf6f6b3d83c2abae8aac55c59339adcee919ab6e5
ghash: Document that GHashTable is not suitable for static hash tables

Instead, gperf should be used for that kind of thing.

Inspired by http://stackoverflow.com/q/42372382/2931197.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
glib/ghash.c