diff options
author | Martyn James Russell <mr@src.gnome.org> | 2005-12-05 15:08:45 +0000 |
---|---|---|
committer | Martyn James Russell <mr@src.gnome.org> | 2005-12-05 15:08:45 +0000 |
commit | a1279204581ccb2b6fbbe177b0998925e5520652 (patch) | |
tree | e0a5f6aaa09d7acd27ae1a409cf06f5f0cf635dc /docs/reference | |
parent | 6ed79b115c311323be086e2581650c33366c6f37 (diff) |
- Added support for sorting async queues by with _push_sorted(),
* docs/reference/glib/glib-sections.txt:
* glib/gasyncqueue.[ch]:
- Added support for sorting async queues by with _push_sorted(),
_push_sorted_unlocked(), _sort() and _sort_unlocked() (#323047).
* tests/Makefile.am:
* tests/asyncqueue-test.c:
- Added test case for gasyncqueue.c
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/glib/glib-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 0574188b2..23b030814 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -646,10 +646,12 @@ g_async_queue_new g_async_queue_ref g_async_queue_unref g_async_queue_push +g_async_queue_push_sorted g_async_queue_pop g_async_queue_try_pop g_async_queue_timed_pop g_async_queue_length +g_async_queue_sort <SUBSECTION> g_async_queue_lock @@ -657,10 +659,12 @@ g_async_queue_unlock g_async_queue_ref_unlocked g_async_queue_unref_and_unlock g_async_queue_push_unlocked +g_async_queue_push_sorted_unlocked g_async_queue_pop_unlocked g_async_queue_try_pop_unlocked g_async_queue_timed_pop_unlocked g_async_queue_length_unlocked +g_async_queue_sort_unlocked </SECTION> <SECTION> |