Files
evolution/e-util
Matthew Barnes de978d4231 Use g_hash_table_add() when using a hash table as a set.
g_hash_table_add(table, key) uses less memory than
g_hash_table_insert(table, key, GINT_TO_POINTER (1)).

Also use g_hash_table_contains() when testing for membership.
2013-01-11 13:43:19 -05:00
..
2012-12-15 08:16:36 -05:00
2012-12-16 18:07:54 -05:00
2012-12-16 18:07:54 -05:00
2012-08-19 14:17:55 -04:00
2012-12-16 16:04:54 -05:00
2011-09-04 07:34:32 -04:00
2012-12-15 08:16:36 -05:00
2012-12-17 11:31:17 +01:00