about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedglib2_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedglib2_private.h')
-rw-r--r--src/wrapped/wrappedglib2_private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/wrappedglib2_private.h b/src/wrapped/wrappedglib2_private.h
index bc0e86bb..ec0f342e 100644
--- a/src/wrapped/wrappedglib2_private.h
+++ b/src/wrapped/wrappedglib2_private.h
@@ -47,11 +47,11 @@ GO(g_async_queue_length, iFp)
 GO(g_async_queue_length_unlocked, iFp)
 GO(g_async_queue_lock, vFp)
 GO(g_async_queue_new, pFv)
-//GOM(g_async_queue_new_full, pFp)
+GOM(g_async_queue_new_full, pFEp)
 GO(g_async_queue_pop, pFp)
 GO(g_async_queue_pop_unlocked, pFp)
 GO(g_async_queue_push, vFpp)
-//GOM(g_async_queue_push_sorted, vFpppp)
+GOM(g_async_queue_push_sorted, vFEpppp)
 //GOM(g_async_queue_push_sorted_unlocked, vFpppp)
 GO(g_async_queue_push_unlocked, vFpp)
 GO(g_async_queue_ref, pFp)
@@ -1278,14 +1278,14 @@ GO(g_thread_get_initialized, iFv)
 //GO(g_thread_init_glib, 
 GO(g_thread_join, pFp)
 GOM(g_thread_new, pFEppp)
-//GOM(g_thread_pool_free, vFpii)
+GO(g_thread_pool_free, vFpii)
 GO(g_thread_pool_get_max_idle_time, uFv)
 //GOM(g_thread_pool_get_max_threads, iFp)
 GO(g_thread_pool_get_max_unused_threads, iFv)
 //GOM(g_thread_pool_get_num_threads, uFp)
 GO(g_thread_pool_get_num_unused_threads, uFv)
-//GOM(g_thread_pool_new, pFppiip)
-//GOM(g_thread_pool_push, iFppp)
+GOM(g_thread_pool_new, pFEppiip)
+GO(g_thread_pool_push, iFppp)
 GO(g_thread_pool_set_max_idle_time, vFu)
 //GOM(g_thread_pool_set_max_threads, iFpip)
 GO(g_thread_pool_set_max_unused_threads, vFi)