summaryrefslogtreecommitdiff
path: root/glib/ghash.h
Commit message (Expand)AuthorAgeFilesLines
* Add g_hash_table_get_keys() and g_hash_table_get_values(), API to retrieveEmmanuele Bassi2007-04-111-0/+3
* Add g_hash_table_{remove,steal}_all to remove all nodes from a hash table.Matthias Clasen2006-06-011-0/+2
* g_hash_table_new_full(): create hash tables with a ref count of 1.Tim Janik2005-11-221-1/+5
* One more parameter renamedMatthias Clasen2005-05-011-1/+1
* CosmeticsMatthias Clasen2005-05-011-2/+2
* applied patch from #131937 with slight renames. providesTim Janik2004-02-201-0/+3
* Fix a bunch of typos in header comments. (#102422, Morten Welinder)Matthias Clasen2003-02-061-3/+3
* The following patch corrects some function attributes. (#61780)Matthias Clasen2001-12-061-2/+2
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* Remove definition of g_hash_table_freeze and g_hash_table_thaw. InsteadSebastian Wilhelmi2001-04-191-2/+6
* ghash.[ch] added new functions g_hash_table_new_full,Sven Neumann2001-03-301-36/+48
* return whether a value got removed.Tim Janik2000-12-131-1/+1
* Introduced new function type GEqualFunc to return TRUE for equal params.Sebastian Wilhelmi2000-10-301-5/+5
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+92