mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-12 05:28:50 +02:00
gasyncqueue: deprecate GTimeVal-based methods, add relative-delay ones
https://bugzilla.gnome.org/show_bug.cgi?id=669670
This commit is contained in:
@ -755,7 +755,7 @@ 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_timeout_pop
|
||||
g_async_queue_length
|
||||
g_async_queue_sort
|
||||
|
||||
@ -768,9 +768,13 @@ 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_timeout_pop_unlocked
|
||||
g_async_queue_length_unlocked
|
||||
g_async_queue_sort_unlocked
|
||||
|
||||
<SUBSECTION>
|
||||
g_async_queue_timed_pop
|
||||
g_async_queue_timed_pop_unlocked
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
Reference in New Issue
Block a user