📄 glib.devhelp2
字号:
<keyword type="function" name="g_main_context_set_poll_func ()" link="glib-The-Main-Event-Loop.html#g-main-context-set-poll-func"/> <keyword type="function" name="g_main_context_get_poll_func ()" link="glib-The-Main-Event-Loop.html#g-main-context-get-poll-func"/> <keyword type="function" name="GPollFunc ()" link="glib-The-Main-Event-Loop.html#GPollFunc"/> <keyword type="function" name="g_main_context_add_poll ()" link="glib-The-Main-Event-Loop.html#g-main-context-add-poll"/> <keyword type="function" name="g_main_context_remove_poll ()" link="glib-The-Main-Event-Loop.html#g-main-context-remove-poll"/> <keyword type="function" name="g_main_depth ()" link="glib-The-Main-Event-Loop.html#g-main-depth"/> <keyword type="function" name="g_main_current_source ()" link="glib-The-Main-Event-Loop.html#g-main-current-source" since="2.12"/> <keyword type="macro" name="g_main_set_poll_func()" link="glib-The-Main-Event-Loop.html#g-main-set-poll-func" deprecated="2.2: Use g_main_context_set_poll_func() instead."/> <keyword type="function" name="g_timeout_source_new ()" link="glib-The-Main-Event-Loop.html#g-timeout-source-new"/> <keyword type="function" name="g_timeout_source_new_seconds ()" link="glib-The-Main-Event-Loop.html#g-timeout-source-new-seconds" since="2.14"/> <keyword type="function" name="g_timeout_add ()" link="glib-The-Main-Event-Loop.html#g-timeout-add"/> <keyword type="function" name="g_timeout_add_full ()" link="glib-The-Main-Event-Loop.html#g-timeout-add-full"/> <keyword type="function" name="g_timeout_add_seconds ()" link="glib-The-Main-Event-Loop.html#g-timeout-add-seconds" since="2.14"/> <keyword type="function" name="g_timeout_add_seconds_full ()" link="glib-The-Main-Event-Loop.html#g-timeout-add-seconds-full" since="2.14"/> <keyword type="function" name="g_idle_source_new ()" link="glib-The-Main-Event-Loop.html#g-idle-source-new"/> <keyword type="function" name="g_idle_add ()" link="glib-The-Main-Event-Loop.html#g-idle-add"/> <keyword type="function" name="g_idle_add_full ()" link="glib-The-Main-Event-Loop.html#g-idle-add-full"/> <keyword type="function" name="g_idle_remove_by_data ()" link="glib-The-Main-Event-Loop.html#g-idle-remove-by-data"/> <keyword type="typedef" name="GPid" link="glib-The-Main-Event-Loop.html#GPid"/> <keyword type="function" name="GChildWatchFunc ()" link="glib-The-Main-Event-Loop.html#GChildWatchFunc"/> <keyword type="function" name="g_child_watch_source_new ()" link="glib-The-Main-Event-Loop.html#g-child-watch-source-new" since="2.4"/> <keyword type="function" name="g_child_watch_add ()" link="glib-The-Main-Event-Loop.html#g-child-watch-add" since="2.4"/> <keyword type="function" name="g_child_watch_add_full ()" link="glib-The-Main-Event-Loop.html#g-child-watch-add-full" since="2.4"/> <keyword type="struct" name="GPollFD" link="glib-The-Main-Event-Loop.html#GPollFD"/> <keyword type="struct" name="GSource" link="glib-The-Main-Event-Loop.html#GSource"/> <keyword type="function" name="GSourceDummyMarshal ()" link="glib-The-Main-Event-Loop.html#GSourceDummyMarshal"/> <keyword type="struct" name="GSourceFuncs" link="glib-The-Main-Event-Loop.html#GSourceFuncs"/> <keyword type="struct" name="GSourceCallbackFuncs" link="glib-The-Main-Event-Loop.html#GSourceCallbackFuncs"/> <keyword type="function" name="g_source_new ()" link="glib-The-Main-Event-Loop.html#g-source-new"/> <keyword type="function" name="g_source_ref ()" link="glib-The-Main-Event-Loop.html#g-source-ref"/> <keyword type="function" name="g_source_unref ()" link="glib-The-Main-Event-Loop.html#g-source-unref"/> <keyword type="function" name="g_source_set_funcs ()" link="glib-The-Main-Event-Loop.html#g-source-set-funcs" since="2.12"/> <keyword type="function" name="g_source_attach ()" link="glib-The-Main-Event-Loop.html#g-source-attach"/> <keyword type="function" name="g_source_destroy ()" link="glib-The-Main-Event-Loop.html#g-source-destroy"/> <keyword type="function" name="g_source_is_destroyed ()" link="glib-The-Main-Event-Loop.html#g-source-is-destroyed" since="2.12"/> <keyword type="function" name="g_source_set_priority ()" link="glib-The-Main-Event-Loop.html#g-source-set-priority"/> <keyword type="function" name="g_source_get_priority ()" link="glib-The-Main-Event-Loop.html#g-source-get-priority"/> <keyword type="function" name="g_source_set_can_recurse ()" link="glib-The-Main-Event-Loop.html#g-source-set-can-recurse"/> <keyword type="function" name="g_source_get_can_recurse ()" link="glib-The-Main-Event-Loop.html#g-source-get-can-recurse"/> <keyword type="function" name="g_source_get_id ()" link="glib-The-Main-Event-Loop.html#g-source-get-id"/> <keyword type="function" name="g_source_get_context ()" link="glib-The-Main-Event-Loop.html#g-source-get-context"/> <keyword type="function" name="g_source_set_callback ()" link="glib-The-Main-Event-Loop.html#g-source-set-callback"/> <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="" name="" link="glib-The-Main-Event-Loop.html#id2868062"/> <keyword type="" name="" link="glib-The-Main-Event-Loop.html#id2868063"/> <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"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -