⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 glib.devhelp2

📁 GLIB-C的最新源代码
💻 DEVHELP2
📖 第 1 页 / 共 5 页
字号:
    <keyword type="function" name="GSourceFunc ()" link="glib-The-Main-Event-Loop.html#GSourceFunc"/>    <keyword type="function" name="g_source_set_callback_indirect ()" link="glib-The-Main-Event-Loop.html#g-source-set-callback-indirect"/>    <keyword type="function" name="g_source_add_poll ()" link="glib-The-Main-Event-Loop.html#g-source-add-poll"/>    <keyword type="function" name="g_source_remove_poll ()" link="glib-The-Main-Event-Loop.html#g-source-remove-poll"/>    <keyword type="function" name="g_source_get_current_time ()" link="glib-The-Main-Event-Loop.html#g-source-get-current-time"/>    <keyword type="function" name="g_source_remove ()" link="glib-The-Main-Event-Loop.html#g-source-remove"/>    <keyword type="function" name="g_source_remove_by_funcs_user_data ()" link="glib-The-Main-Event-Loop.html#g-source-remove-by-funcs-user-data"/>    <keyword type="function" name="g_source_remove_by_user_data ()" link="glib-The-Main-Event-Loop.html#g-source-remove-by-user-data"/>    <keyword type="macro" name="G_THREADS_ENABLED" link="glib-Threads.html#G-THREADS-ENABLED:CAPS"/>    <keyword type="macro" name="G_THREADS_IMPL_POSIX" link="glib-Threads.html#G-THREADS-IMPL-POSIX:CAPS"/>    <keyword type="macro" name="G_THREADS_IMPL_NONE" link="glib-Threads.html#G-THREADS-IMPL-NONE:CAPS"/>    <keyword type="macro" name="G_THREAD_ERROR" link="glib-Threads.html#G-THREAD-ERROR:CAPS"/>    <keyword type="enum" name="enum GThreadError" link="glib-Threads.html#GThreadError"/>    <keyword type="struct" name="GThreadFunctions" link="glib-Threads.html#GThreadFunctions"/>    <keyword type="function" name="g_thread_init ()" link="glib-Threads.html#g-thread-init"/>    <keyword type="function" name="g_thread_supported ()" link="glib-Threads.html#g-thread-supported"/>    <keyword type="function" name="GThreadFunc ()" link="glib-Threads.html#GThreadFunc"/>    <keyword type="enum" name="enum GThreadPriority" link="glib-Threads.html#GThreadPriority"/>    <keyword type="struct" name="GThread" link="glib-Threads.html#GThread"/>    <keyword type="function" name="g_thread_create ()" link="glib-Threads.html#g-thread-create"/>    <keyword type="function" name="g_thread_create_full ()" link="glib-Threads.html#g-thread-create-full"/>    <keyword type="function" name="g_thread_self ()" link="glib-Threads.html#g-thread-self"/>    <keyword type="function" name="g_thread_join ()" link="glib-Threads.html#g-thread-join"/>    <keyword type="function" name="g_thread_set_priority ()" link="glib-Threads.html#g-thread-set-priority"/>    <keyword type="function" name="g_thread_yield ()" link="glib-Threads.html#g-thread-yield"/>    <keyword type="function" name="g_thread_exit ()" link="glib-Threads.html#g-thread-exit"/>    <keyword type="function" name="g_thread_foreach ()" link="glib-Threads.html#g-thread-foreach" since="2.10"/>    <keyword type="struct" name="GMutex" link="glib-Threads.html#GMutex"/>    <keyword type="function" name="g_mutex_new ()" link="glib-Threads.html#g-mutex-new"/>    <keyword type="function" name="g_mutex_lock ()" link="glib-Threads.html#g-mutex-lock"/>    <keyword type="function" name="g_mutex_trylock ()" link="glib-Threads.html#g-mutex-trylock"/>    <keyword type="function" name="g_mutex_unlock ()" link="glib-Threads.html#g-mutex-unlock"/>    <keyword type="function" name="g_mutex_free ()" link="glib-Threads.html#g-mutex-free"/>    <keyword type="struct" name="GStaticMutex" link="glib-Threads.html#GStaticMutex"/>    <keyword type="macro" name="G_STATIC_MUTEX_INIT" link="glib-Threads.html#G-STATIC-MUTEX-INIT:CAPS"/>    <keyword type="function" name="g_static_mutex_init ()" link="glib-Threads.html#g-static-mutex-init"/>    <keyword type="function" name="g_static_mutex_lock ()" link="glib-Threads.html#g-static-mutex-lock"/>    <keyword type="function" name="g_static_mutex_trylock ()" link="glib-Threads.html#g-static-mutex-trylock"/>    <keyword type="function" name="g_static_mutex_unlock ()" link="glib-Threads.html#g-static-mutex-unlock"/>    <keyword type="function" name="g_static_mutex_get_mutex ()" link="glib-Threads.html#g-static-mutex-get-mutex"/>    <keyword type="function" name="g_static_mutex_free ()" link="glib-Threads.html#g-static-mutex-free"/>    <keyword type="macro" name="G_LOCK_DEFINE()" link="glib-Threads.html#G-LOCK-DEFINE:CAPS"/>    <keyword type="macro" name="G_LOCK_DEFINE_STATIC()" link="glib-Threads.html#G-LOCK-DEFINE-STATIC:CAPS"/>    <keyword type="macro" name="G_LOCK_EXTERN()" link="glib-Threads.html#G-LOCK-EXTERN:CAPS"/>    <keyword type="macro" name="G_LOCK()" link="glib-Threads.html#G-LOCK:CAPS"/>    <keyword type="macro" name="G_TRYLOCK()" link="glib-Threads.html#G-TRYLOCK:CAPS"/>    <keyword type="macro" name="G_UNLOCK()" link="glib-Threads.html#G-UNLOCK:CAPS"/>    <keyword type="struct" name="GStaticRecMutex" link="glib-Threads.html#GStaticRecMutex"/>    <keyword type="macro" name="G_STATIC_REC_MUTEX_INIT" link="glib-Threads.html#G-STATIC-REC-MUTEX-INIT:CAPS"/>    <keyword type="function" name="g_static_rec_mutex_init ()" link="glib-Threads.html#g-static-rec-mutex-init"/>    <keyword type="function" name="g_static_rec_mutex_lock ()" link="glib-Threads.html#g-static-rec-mutex-lock"/>    <keyword type="function" name="g_static_rec_mutex_trylock ()" link="glib-Threads.html#g-static-rec-mutex-trylock"/>    <keyword type="function" name="g_static_rec_mutex_unlock ()" link="glib-Threads.html#g-static-rec-mutex-unlock"/>    <keyword type="function" name="g_static_rec_mutex_lock_full ()" link="glib-Threads.html#g-static-rec-mutex-lock-full"/>    <keyword type="function" name="g_static_rec_mutex_unlock_full ()" link="glib-Threads.html#g-static-rec-mutex-unlock-full"/>    <keyword type="function" name="g_static_rec_mutex_free ()" link="glib-Threads.html#g-static-rec-mutex-free"/>    <keyword type="struct" name="GStaticRWLock" link="glib-Threads.html#GStaticRWLock"/>    <keyword type="macro" name="G_STATIC_RW_LOCK_INIT" link="glib-Threads.html#G-STATIC-RW-LOCK-INIT:CAPS"/>    <keyword type="function" name="g_static_rw_lock_init ()" link="glib-Threads.html#g-static-rw-lock-init"/>    <keyword type="function" name="g_static_rw_lock_reader_lock ()" link="glib-Threads.html#g-static-rw-lock-reader-lock"/>    <keyword type="function" name="g_static_rw_lock_reader_trylock ()" link="glib-Threads.html#g-static-rw-lock-reader-trylock"/>    <keyword type="function" name="g_static_rw_lock_reader_unlock ()" link="glib-Threads.html#g-static-rw-lock-reader-unlock"/>    <keyword type="function" name="g_static_rw_lock_writer_lock ()" link="glib-Threads.html#g-static-rw-lock-writer-lock"/>    <keyword type="function" name="g_static_rw_lock_writer_trylock ()" link="glib-Threads.html#g-static-rw-lock-writer-trylock"/>    <keyword type="function" name="g_static_rw_lock_writer_unlock ()" link="glib-Threads.html#g-static-rw-lock-writer-unlock"/>    <keyword type="function" name="g_static_rw_lock_free ()" link="glib-Threads.html#g-static-rw-lock-free"/>    <keyword type="struct" name="GCond" link="glib-Threads.html#GCond"/>    <keyword type="function" name="g_cond_new ()" link="glib-Threads.html#g-cond-new"/>    <keyword type="function" name="g_cond_signal ()" link="glib-Threads.html#g-cond-signal"/>    <keyword type="function" name="g_cond_broadcast ()" link="glib-Threads.html#g-cond-broadcast"/>    <keyword type="function" name="g_cond_wait ()" link="glib-Threads.html#g-cond-wait"/>    <keyword type="function" name="g_cond_timed_wait ()" link="glib-Threads.html#g-cond-timed-wait"/>    <keyword type="function" name="g_cond_free ()" link="glib-Threads.html#g-cond-free"/>    <keyword type="struct" name="GPrivate" link="glib-Threads.html#GPrivate"/>    <keyword type="function" name="g_private_new ()" link="glib-Threads.html#g-private-new"/>    <keyword type="function" name="g_private_get ()" link="glib-Threads.html#g-private-get"/>    <keyword type="function" name="g_private_set ()" link="glib-Threads.html#g-private-set"/>    <keyword type="struct" name="GStaticPrivate" link="glib-Threads.html#GStaticPrivate"/>    <keyword type="macro" name="G_STATIC_PRIVATE_INIT" link="glib-Threads.html#G-STATIC-PRIVATE-INIT:CAPS"/>    <keyword type="function" name="g_static_private_init ()" link="glib-Threads.html#g-static-private-init"/>    <keyword type="function" name="g_static_private_get ()" link="glib-Threads.html#g-static-private-get"/>    <keyword type="function" name="g_static_private_set ()" link="glib-Threads.html#g-static-private-set"/>    <keyword type="function" name="g_static_private_free ()" link="glib-Threads.html#g-static-private-free"/>    <keyword type="struct" name="GOnce" link="glib-Threads.html#GOnce" since="2.4"/>    <keyword type="enum" name="enum GOnceStatus" link="glib-Threads.html#GOnceStatus" since="2.4"/>    <keyword type="macro" name="G_ONCE_INIT" link="glib-Threads.html#G-ONCE-INIT:CAPS" since="2.4"/>    <keyword type="macro" name="g_once()" link="glib-Threads.html#g-once" since="2.4"/>    <keyword type="struct" name="GThreadPool" link="glib-Thread-Pools.html#GThreadPool"/>    <keyword type="function" name="g_thread_pool_new ()" link="glib-Thread-Pools.html#g-thread-pool-new"/>    <keyword type="function" name="g_thread_pool_push ()" link="glib-Thread-Pools.html#g-thread-pool-push"/>    <keyword type="function" name="g_thread_pool_set_max_threads ()" link="glib-Thread-Pools.html#g-thread-pool-set-max-threads"/>    <keyword type="function" name="g_thread_pool_get_max_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-max-threads"/>    <keyword type="function" name="g_thread_pool_get_num_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-num-threads"/>    <keyword type="function" name="g_thread_pool_unprocessed ()" link="glib-Thread-Pools.html#g-thread-pool-unprocessed"/>    <keyword type="function" name="g_thread_pool_free ()" link="glib-Thread-Pools.html#g-thread-pool-free"/>    <keyword type="function" name="g_thread_pool_set_max_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-set-max-unused-threads"/>    <keyword type="function" name="g_thread_pool_get_max_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-max-unused-threads"/>    <keyword type="function" name="g_thread_pool_get_num_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-num-unused-threads"/>    <keyword type="function" name="g_thread_pool_stop_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-stop-unused-threads"/>    <keyword type="function" name="g_thread_pool_set_sort_function ()" link="glib-Thread-Pools.html#g-thread-pool-set-sort-function" since="2.10"/>    <keyword type="function" name="g_thread_pool_set_max_idle_time ()" link="glib-Thread-Pools.html#g-thread-pool-set-max-idle-time" since="2.10"/>    <keyword type="function" name="g_thread_pool_get_max_idle_time ()" link="glib-Thread-Pools.html#g-thread-pool-get-max-idle-time" since="2.10"/>    <keyword type="struct" name="GAsyncQueue" link="glib-Asynchronous-Queues.html#GAsyncQueue"/>    <keyword type="function" name="g_async_queue_new ()" link="glib-Asynchronous-Queues.html#g-async-queue-new"/>    <keyword type="function" name="g_async_queue_ref ()" link="glib-Asynchronous-Queues.html#g-async-queue-ref"/>    <keyword type="function" name="g_async_queue_unref ()" link="glib-Asynchronous-Queues.html#g-async-queue-unref"/>    <keyword type="function" name="g_async_queue_push ()" link="glib-Asynchronous-Queues.html#g-async-queue-push"/>    <keyword type="function" name="g_async_queue_push_sorted ()" link="glib-Asynchronous-Queues.html#g-async-queue-push-sorted" since="2.10"/>    <keyword type="function" name="g_async_queue_pop ()" link="glib-Asynchronous-Queues.html#g-async-queue-pop"/>    <keyword type="function" name="g_async_queue_try_pop ()" link="glib-Asynchronous-Queues.html#g-async-queue-try-pop"/>    <keyword type="function" name="g_async_queue_timed_pop ()" link="glib-Asynchronous-Queues.html#g-async-queue-timed-pop"/>    <keyword type="function" name="g_async_queue_length ()" link="glib-Asynchronous-Queues.html#g-async-queue-length"/>    <keyword type="function" name="g_async_queue_sort ()" link="glib-Asynchronous-Queues.html#g-async-queue-sort" since="2.10"/>    <keyword type="function" name="g_async_queue_lock ()" link="glib-Asynchronous-Queues.html#g-async-queue-lock"/>    <keyword type="function" name="g_async_queue_unlock ()" link="glib-Asynchronous-Queues.html#g-async-queue-unlock"/>    <keyword type="function" name="g_async_queue_ref_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-ref-unlocked" deprecated=""/>    <keyword type="function" name="g_async_queue_unref_and_unlock ()" link="glib-Asynchronous-Queues.html#g-async-queue-unref-and-unlock" deprecated=""/>    <keyword type="function" name="g_async_queue_push_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-push-unlocked"/>    <keyword type="function" name="g_async_queue_push_sorted_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-push-sorted-unlocked" since="2.10"/>    <keyword type="function" name="g_async_queue_pop_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-pop-unlocked"/>    <keyword type="function" name="g_async_queue_try_pop_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-try-pop-unlocked"/>    <keyword type="function" name="g_async_queue_timed_pop_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-timed-pop-unlocked"/>    <keyword type="function" name="g_async_queue_length_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-length-unlocked"/>    <keyword type="function" name="g_async_queue_sort_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-sort-unlocked" since="2.10"/>    <keyword type="struct" name="GModule" link="glib-Dynamic-Loading-of-Modules.html#GModule"/>    <keyword type="function" name="g_module_supported ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-supported"/>    <keyword type="function" name="g_module_build_path ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-build-path"/>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -