commit | c6ad7b7ac89ef2e377711a5b76d820dc7c86af25 | [log] [tgz] |
---|---|---|
author | Martyn James Russell <mr@src.gnome.org> | Wed Dec 07 12:09:44 2005 +0000 |
committer | Martyn James Russell <mr@src.gnome.org> | Wed Dec 07 12:09:44 2005 +0000 |
tree | 2c801cbf985b81a5bc4ffad9701dc5fcd11d93e8 | |
parent | 9763367246002fa3501f222105cb3b20d8d18c97 [diff] |
- Call g_queue_insert_sorted() instead of duplicating the code. - Call * glib/gasyncqueue.c: - Call g_queue_insert_sorted() instead of duplicating the code. - Call g_queue_sort() instead of duplicating the code. - Invert sort function results to make sure the same sort function gives the same results across glist, gslist, gqueue and gasyncqueue. * tests/asyncqueue-test.c: - Updated the sort function to reflect the example in the documentation for gasyncqueue.c.