📄 glib.devhelp
字号:
<function name="g_cond_new ()" link="glib-Threads.html#g-cond-new"/> <function name="g_cond_signal ()" link="glib-Threads.html#g-cond-signal"/> <function name="g_cond_broadcast ()" link="glib-Threads.html#g-cond-broadcast"/> <function name="g_cond_wait ()" link="glib-Threads.html#g-cond-wait"/> <function name="g_cond_timed_wait ()" link="glib-Threads.html#g-cond-timed-wait"/> <function name="g_cond_free ()" link="glib-Threads.html#g-cond-free"/> <function name="GPrivate" link="glib-Threads.html#GPrivate"/> <function name="g_private_new ()" link="glib-Threads.html#g-private-new"/> <function name="g_private_get ()" link="glib-Threads.html#g-private-get"/> <function name="g_private_set ()" link="glib-Threads.html#g-private-set"/> <function name="GStaticPrivate" link="glib-Threads.html#GStaticPrivate"/> <function name="G_STATIC_PRIVATE_INIT" link="glib-Threads.html#G-STATIC-PRIVATE-INIT:CAPS"/> <function name="g_static_private_init ()" link="glib-Threads.html#g-static-private-init"/> <function name="g_static_private_get ()" link="glib-Threads.html#g-static-private-get"/> <function name="g_static_private_set ()" link="glib-Threads.html#g-static-private-set"/> <function name="g_static_private_free ()" link="glib-Threads.html#g-static-private-free"/> <function name="GOnce" link="glib-Threads.html#GOnce"/> <function name="enum GOnceStatus" link="glib-Threads.html#GOnceStatus"/> <function name="G_ONCE_INIT" link="glib-Threads.html#G-ONCE-INIT:CAPS"/> <function name="g_once()" link="glib-Threads.html#g-once"/> <function name="GThreadPool" link="glib-Thread-Pools.html#GThreadPool"/> <function name="g_thread_pool_new ()" link="glib-Thread-Pools.html#g-thread-pool-new"/> <function name="g_thread_pool_push ()" link="glib-Thread-Pools.html#g-thread-pool-push"/> <function name="g_thread_pool_set_max_threads ()" link="glib-Thread-Pools.html#g-thread-pool-set-max-threads"/> <function name="g_thread_pool_get_max_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-max-threads"/> <function name="g_thread_pool_get_num_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-num-threads"/> <function name="g_thread_pool_unprocessed ()" link="glib-Thread-Pools.html#g-thread-pool-unprocessed"/> <function name="g_thread_pool_free ()" link="glib-Thread-Pools.html#g-thread-pool-free"/> <function name="g_thread_pool_set_max_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-set-max-unused-threads"/> <function name="g_thread_pool_get_max_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-max-unused-threads"/> <function name="g_thread_pool_get_num_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-num-unused-threads"/> <function name="g_thread_pool_stop_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-stop-unused-threads"/> <function name="GAsyncQueue" link="glib-Asynchronous-Queues.html#GAsyncQueue"/> <function name="g_async_queue_new ()" link="glib-Asynchronous-Queues.html#g-async-queue-new"/> <function name="g_async_queue_ref ()" link="glib-Asynchronous-Queues.html#g-async-queue-ref"/> <function name="g_async_queue_unref ()" link="glib-Asynchronous-Queues.html#g-async-queue-unref"/> <function name="g_async_queue_push ()" link="glib-Asynchronous-Queues.html#g-async-queue-push"/> <function name="g_async_queue_pop ()" link="glib-Asynchronous-Queues.html#g-async-queue-pop"/> <function name="g_async_queue_try_pop ()" link="glib-Asynchronous-Queues.html#g-async-queue-try-pop"/> <function name="g_async_queue_timed_pop ()" link="glib-Asynchronous-Queues.html#g-async-queue-timed-pop"/> <function name="g_async_queue_length ()" link="glib-Asynchronous-Queues.html#g-async-queue-length"/> <function name="g_async_queue_lock ()" link="glib-Asynchronous-Queues.html#g-async-queue-lock"/> <function name="g_async_queue_unlock ()" link="glib-Asynchronous-Queues.html#g-async-queue-unlock"/> <function name="g_async_queue_ref_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-ref-unlocked"/> <function name="g_async_queue_unref_and_unlock ()" link="glib-Asynchronous-Queues.html#g-async-queue-unref-and-unlock"/> <function name="g_async_queue_push_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-push-unlocked"/> <function name="g_async_queue_pop_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-pop-unlocked"/> <function name="g_async_queue_try_pop_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-try-pop-unlocked"/> <function name="g_async_queue_timed_pop_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-timed-pop-unlocked"/> <function name="g_async_queue_length_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-length-unlocked"/> <function name="GModule" link="glib-Dynamic-Loading-of-Modules.html#GModule"/> <function name="g_module_supported ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-supported"/> <function name="g_module_build_path ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-build-path"/> <function name="g_module_open ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-open"/> <function name="enum GModuleFlags" link="glib-Dynamic-Loading-of-Modules.html#GModuleFlags"/> <function name="g_module_symbol ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-symbol"/> <function name="g_module_name ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-name"/> <function name="g_module_make_resident ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-make-resident"/> <function name="g_module_close ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-close"/> <function name="g_module_error ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-error"/> <function name="GModuleCheckInit ()" link="glib-Dynamic-Loading-of-Modules.html#GModuleCheckInit"/> <function name="GModuleUnload ()" link="glib-Dynamic-Loading-of-Modules.html#GModuleUnload"/> <function name="G_MODULE_SUFFIX" link="glib-Dynamic-Loading-of-Modules.html#G-MODULE-SUFFIX:CAPS"/> <function name="G_MODULE_EXPORT" link="glib-Dynamic-Loading-of-Modules.html#G-MODULE-EXPORT:CAPS"/> <function name="G_MODULE_IMPORT" link="glib-Dynamic-Loading-of-Modules.html#G-MODULE-IMPORT:CAPS"/> <function name="g_new()" link="glib-Memory-Allocation.html#g-new"/> <function name="g_new0()" link="glib-Memory-Allocation.html#g-new0"/> <function name="g_renew()" link="glib-Memory-Allocation.html#g-renew"/> <function name="g_malloc ()" link="glib-Memory-Allocation.html#g-malloc"/> <function name="g_malloc0 ()" link="glib-Memory-Allocation.html#g-malloc0"/> <function name="g_realloc ()" link="glib-Memory-Allocation.html#g-realloc"/> <function name="g_try_malloc ()" link="glib-Memory-Allocation.html#g-try-malloc"/> <function name="g_try_realloc ()" link="glib-Memory-Allocation.html#g-try-realloc"/> <function name="g_free ()" link="glib-Memory-Allocation.html#g-free"/> <function name="g_alloca()" link="glib-Memory-Allocation.html#g-alloca"/> <function name="g_newa()" link="glib-Memory-Allocation.html#g-newa"/> <function name="g_memmove()" link="glib-Memory-Allocation.html#g-memmove"/> <function name="g_memdup ()" link="glib-Memory-Allocation.html#g-memdup"/> <function name="GMemVTable" link="glib-Memory-Allocation.html#GMemVTable"/> <function name="g_mem_set_vtable ()" link="glib-Memory-Allocation.html#g-mem-set-vtable"/> <function name="g_mem_is_system_malloc ()" link="glib-Memory-Allocation.html#g-mem-is-system-malloc"/> <function name="glib_mem_profiler_table" link="glib-Memory-Allocation.html#glib-mem-profiler-table"/> <function name="g_mem_profile ()" link="glib-Memory-Allocation.html#g-mem-profile"/> <function name="GIOChannel" link="glib-IO-Channels.html#GIOChannel"/> <function name="g_io_channel_unix_new ()" link="glib-IO-Channels.html#g-io-channel-unix-new"/> <function name="g_io_channel_unix_get_fd ()" link="glib-IO-Channels.html#g-io-channel-unix-get-fd"/> <function name="g_io_channel_init ()" link="glib-IO-Channels.html#g-io-channel-init"/> <function name="g_io_channel_new_file ()" link="glib-IO-Channels.html#g-io-channel-new-file"/> <function name="g_io_channel_read_chars ()" link="glib-IO-Channels.html#g-io-channel-read-chars"/> <function name="g_io_channel_read_unichar ()" link="glib-IO-Channels.html#g-io-channel-read-unichar"/> <function name="g_io_channel_read_line ()" link="glib-IO-Channels.html#g-io-channel-read-line"/> <function name="g_io_channel_read_line_string ()" link="glib-IO-Channels.html#g-io-channel-read-line-string"/> <function name="g_io_channel_read_to_end ()" link="glib-IO-Channels.html#g-io-channel-read-to-end"/> <function name="g_io_channel_write_chars ()" link="glib-IO-Channels.html#g-io-channel-write-chars"/> <function name="g_io_channel_write_unichar ()" link="glib-IO-Channels.html#g-io-channel-write-unichar"/> <function name="g_io_channel_flush ()" link="glib-IO-Channels.html#g-io-channel-flush"/> <function name="g_io_channel_seek_position ()" link="glib-IO-Channels.html#g-io-channel-seek-position"/> <function name="enum GSeekType" link="glib-IO-Channels.html#GSeekType"/> <function name="g_io_channel_shutdown ()" link="glib-IO-Channels.html#g-io-channel-shutdown"/> <function name="enum GIOStatus" link="glib-IO-Channels.html#GIOStatus"/> <function name="enum GIOChannelError" link="glib-IO-Channels.html#GIOChannelError"/> <function name="G_IO_CHANNEL_ERROR" link="glib-IO-Channels.html#G-IO-CHANNEL-ERROR:CAPS"/> <function name="g_io_channel_error_from_errno ()" link="glib-IO-Channels.html#g-io-channel-error-from-errno"/> <function name="g_io_channel_ref ()" link="glib-IO-Channels.html#g-io-channel-ref"/> <function name="g_io_channel_unref ()" link="glib-IO-Channels.html#g-io-channel-unref"/> <function name="g_io_create_watch ()" link="glib-IO-Channels.html#g-io-create-watch"/> <function name="g_io_add_watch ()" link="glib-IO-Channels.html#g-io-add-watch"/> <function name="g_io_add_watch_full ()" link="glib-IO-Channels.html#g-io-add-watch-full"/> <function name="enum GIOCondition" link="glib-IO-Channels.html#GIOCondition"/> <function name="GIOFunc ()" link="glib-IO-Channels.html#GIOFunc"/> <function name="GIOFuncs" link="glib-IO-Channels.html#GIOFuncs"/> <function name="g_io_channel_get_buffer_size ()" link="glib-IO-Channels.html#g-io-channel-get-buffer-size"/> <function name="g_io_channel_set_buffer_size ()" link="glib-IO-Channels.html#g-io-channel-set-buffer-size"/> <function name="g_io_channel_get_buffer_condition ()" link="glib-IO-Channels.html#g-io-channel-get-buffer-condition"/> <function name="g_io_channel_get_flags ()" link="glib-IO-Channels.html#g-io-channel-get-flags"/> <function name="g_io_channel_set_flags ()" link="glib-IO-Channels.html#g-io-channel-set-flags"/> <function name="enum GIOFlags" link="glib-IO-Channels.html#GIOFlags"/> <function name="g_io_channel_get_line_term ()" link="glib-IO-Channels.html#g-io-channel-get-line-term"/> <function name="g_io_channel_set_line_term ()" link="glib-IO-Channels.html#g-io-channel-set-line-term"/> <function name="g_io_channel_get_buffered ()" link="glib-IO-Channels.html#g-io-channel-get-buffered"/> <function name="g_io_channel_set_buffered ()" link="glib-IO-Channels.html#g-io-channel-set-buffered"/> <function name="g_io_channel_get_encoding ()" link="glib-IO-Channels.html#g-io-channel-get-encoding"/> <function name="g_io_channel_set_encoding ()" link="glib-IO-Channels.html#g-io-channel-set-encoding"/> <function name="g_io_channel_get_close_on_unref ()" link="glib-IO-Channels.html#g-io-channel-get-close-on-unref"/> <function name="g_io_channel_set_close_on_unref ()" link="glib-IO-Channels.html#g-io-channel-set-close-on-unref"/> <function name="g_io_channel_read ()" link="glib-IO-Channels.html#g-io-channel-read"/> <function name="enum GIOError" link="glib-IO-Channels.html#GIOError"/> <function name="g_io_channel_write ()" link="glib-IO-Channels.html#g-io-channel-write"/> <function name="g_io_channel_seek ()" link="glib-IO-Channels.html#g-io-channel-seek"/> <function name="g_io_channel_close ()" link="glib-IO-Channels.html#g-io-channel-close"/> <function name="GError" link="glib-Error-Reporting.html#GError"/> <function name="g_error_new ()" link="glib-Error-Reporting.html#g-error-new"/> <function name="g_error_new_literal ()" link="glib-Error-Reporting.html#g-error-new-literal"/> <function name="g_error_free ()" link="glib-Error-Reporting.html#g-error-free"/> <function name="g_error_copy ()" link="glib-Error-Reporting.html#g-error-copy"/> <function name="g_error_matches ()" link="glib-Error-Reporting.html#g-error-matches"/> <function name="g_set_error ()" link="glib-Error-Reporting.html#g-set-error"/> <function name="g_propagate_error ()" link="glib-Error-Reporting.html#g-propagate-error"/> <function name="g_clear_error ()" link="glib-Error-Reporting.html#g-clear-error"/> <function name="g_print ()" link="glib-Warnings-and-Assertions.html#g-print"/> <function name="g_set_print_handler ()" link="glib-Warnings-and-Assertions.html#g-set-print-handler"/> <function name="GPrintFunc ()" link="glib-Warnings-and-Assertions.html#GPrintFunc"/> <function name="g_printerr ()" link="glib-Warnings-and-Assertions.html#g-printerr"/> <function name="g_set_printerr_handler ()" link="glib-Warnings-and-Assertions.html#g-set-printerr-handler"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -