summaryrefslogtreecommitdiff
path: root/src/cairo-hash-private.h
AgeCommit message (Expand)AuthorFilesLines
2006-03-22Make all hash/cache keys_equal function accept const pointers.Carl Worth1-1/+1
2005-07-12Remove destroy notifier. This simplifies the implementation a bit, and no ant...Carl Worth1-8/+17
2005-06-29Add _cairo_hash_table_random_entry.Carl Worth1-1/+4
2005-06-29Rewrite hash table to use a single cairo_hash_entry_t* rather than void *key ...Carl Worth1-15/+43
2005-06-29Rework the cache code as a hast table with a much simpler interface, (no obje...Carl Worth1-0/+85