glib.gasyncqueue

Undocumented in source.

Members

Functions

g_async_queue_length
gint g_async_queue_length(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_length_unlocked
gint g_async_queue_length_unlocked(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_lock
void g_async_queue_lock(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_new
GAsyncQueue* g_async_queue_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_new_full
GAsyncQueue* g_async_queue_new_full(GDestroyNotify item_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_pop
gpointer g_async_queue_pop(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_pop_unlocked
gpointer g_async_queue_pop_unlocked(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_push
void g_async_queue_push(GAsyncQueue* queue, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_push_sorted
void g_async_queue_push_sorted(GAsyncQueue* queue, gpointer data, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_push_sorted_unlocked
void g_async_queue_push_sorted_unlocked(GAsyncQueue* queue, gpointer data, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_push_unlocked
void g_async_queue_push_unlocked(GAsyncQueue* queue, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_ref
GAsyncQueue* g_async_queue_ref(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_ref_unlocked
deprecated void g_async_queue_ref_unlocked(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_sort
void g_async_queue_sort(GAsyncQueue* queue, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_sort_unlocked
void g_async_queue_sort_unlocked(GAsyncQueue* queue, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_timed_pop
deprecated gpointer g_async_queue_timed_pop(GAsyncQueue* queue, GTimeVal* end_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_timed_pop_unlocked
deprecated gpointer g_async_queue_timed_pop_unlocked(GAsyncQueue* queue, GTimeVal* end_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_timeout_pop
gpointer g_async_queue_timeout_pop(GAsyncQueue* queue, guint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_timeout_pop_unlocked
gpointer g_async_queue_timeout_pop_unlocked(GAsyncQueue* queue, guint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_try_pop
gpointer g_async_queue_try_pop(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_try_pop_unlocked
gpointer g_async_queue_try_pop_unlocked(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_unlock
void g_async_queue_unlock(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_unref
void g_async_queue_unref(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_async_queue_unref_and_unlock
deprecated void g_async_queue_unref_and_unlock(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GAsyncQueue
struct GAsyncQueue
Undocumented in source.

Meta