1 <INCLUDE>glib.h</INCLUDE>
4 <TITLE>Basic Types</TITLE>
49 <TITLE>Limits of Basic Types</TITLE>
98 <TITLE>Version Information</TITLE>
115 <TITLE>Standard Macros</TITLE>
126 G_SEARCHPATH_SEPARATOR
127 G_SEARCHPATH_SEPARATOR_S
158 <TITLE>Type Conversion Macros</TITLE>
159 <FILE>type_conversion</FILE>
171 <TITLE>Byte Order Macros</TITLE>
172 <FILE>byte_order</FILE>
258 GUINT16_SWAP_LE_BE_CONSTANT
259 GUINT32_SWAP_LE_BE_CONSTANT
260 GUINT64_SWAP_LE_BE_CONSTANT
261 GUINT16_SWAP_LE_BE_IA32
262 GUINT32_SWAP_LE_BE_IA32
263 GUINT64_SWAP_LE_BE_IA32
264 GUINT16_SWAP_LE_BE_IA64
265 GUINT32_SWAP_LE_BE_IA64
266 GUINT64_SWAP_LE_BE_IA64
267 GUINT32_SWAP_LE_BE_X86_64
268 GUINT64_SWAP_LE_BE_X86_64
273 <TITLE>Numerical Definitions</TITLE>
274 <FILE>numerical</FILE>
276 G_IEEE754_DOUBLE_BIAS
293 <TITLE>Miscellaneous Macros</TITLE>
294 <FILE>macros_misc</FILE>
325 G_GNUC_NULL_TERMINATED
327 G_GNUC_PRETTY_FUNCTION
329 G_HAVE_GNUC_VISIBILITY
368 <TITLE>Error Reporting</TITLE>
369 <FILE>error_reporting</FILE>
382 <TITLE>The Main Event Loop</TITLE>
390 g_main_loop_is_running
391 g_main_loop_get_context
402 G_PRIORITY_DEFAULT_IDLE
410 g_main_context_default
411 g_main_context_iteration
413 g_main_context_pending
415 g_main_context_find_source_by_id
416 g_main_context_find_source_by_user_data
417 g_main_context_find_source_by_funcs_user_data
418 g_main_context_wakeup
419 g_main_context_acquire
420 g_main_context_release
422 g_main_context_prepare
425 g_main_context_dispatch
426 g_main_context_set_poll_func
427 g_main_context_get_poll_func
429 g_main_context_add_poll
430 g_main_context_remove_poll
443 g_idle_remove_by_data
448 g_child_watch_source_new
450 g_child_watch_add_full
464 g_source_set_priority
465 g_source_get_priority
466 g_source_set_can_recurse
467 g_source_get_can_recurse
470 g_source_set_callback
472 g_source_set_callback_indirect
475 g_source_get_current_time
477 g_source_remove_by_funcs_user_data
478 g_source_remove_by_user_data
497 <TITLE>Threads</TITLE>
521 g_thread_set_priority
539 g_static_mutex_trylock
540 g_static_mutex_unlock
541 g_static_mutex_get_mutex
554 G_STATIC_REC_MUTEX_INIT
555 g_static_rec_mutex_init
556 g_static_rec_mutex_lock
557 g_static_rec_mutex_trylock
558 g_static_rec_mutex_unlock
559 g_static_rec_mutex_lock_full
560 g_static_rec_mutex_unlock_full
561 g_static_rec_mutex_free
565 G_STATIC_RW_LOCK_INIT
566 g_static_rw_lock_init
567 g_static_rw_lock_reader_lock
568 g_static_rw_lock_reader_trylock
569 g_static_rw_lock_reader_unlock
570 g_static_rw_lock_writer_lock
571 g_static_rw_lock_writer_trylock
572 g_static_rw_lock_writer_unlock
573 g_static_rw_lock_free
592 G_STATIC_PRIVATE_INIT
593 g_static_private_init
596 g_static_private_free
608 g_static_mutex_get_mutex_impl
609 g_static_mutex_get_mutex_impl_shortcut
611 g_thread_init_with_errorcheck_mutexes
615 g_thread_use_default_impl
616 g_threads_got_initialized
617 g_thread_functions_for_glib_use
624 <TITLE>Thread Pools</TITLE>
625 <FILE>thread_pools</FILE>
629 g_thread_pool_set_max_threads
630 g_thread_pool_get_max_threads
631 g_thread_pool_get_num_threads
632 g_thread_pool_unprocessed
634 g_thread_pool_set_max_unused_threads
635 g_thread_pool_get_max_unused_threads
636 g_thread_pool_get_num_unused_threads
637 g_thread_pool_stop_unused_threads
641 <TITLE>Asynchronous Queues</TITLE>
642 <FILE>async_queues</FILE>
649 g_async_queue_try_pop
650 g_async_queue_timed_pop
656 g_async_queue_ref_unlocked
657 g_async_queue_unref_and_unlock
658 g_async_queue_push_unlocked
659 g_async_queue_pop_unlocked
660 g_async_queue_try_pop_unlocked
661 g_async_queue_timed_pop_unlocked
662 g_async_queue_length_unlocked
666 <TITLE>Atomic Operations</TITLE>
667 <FILE>atomic_operations</FILE>
670 g_atomic_int_exchange_and_add
671 g_atomic_int_compare_and_exchange
673 g_atomic_pointer_compare_and_exchange
675 g_atomic_int_dec_and_test
679 <TITLE>IO Channels</TITLE>
680 <FILE>iochannels</FILE>
684 g_io_channel_unix_new
685 g_io_channel_unix_get_fd
691 g_io_channel_new_file
692 g_io_channel_read_chars
693 g_io_channel_read_unichar
694 g_io_channel_read_line
695 g_io_channel_read_line_string
696 g_io_channel_read_to_end
697 g_io_channel_write_chars
698 g_io_channel_write_unichar
700 g_io_channel_seek_position
702 g_io_channel_shutdown
708 g_io_channel_error_from_errno
725 g_io_channel_get_buffer_size
726 g_io_channel_set_buffer_size
727 g_io_channel_get_buffer_condition
728 g_io_channel_get_flags
729 g_io_channel_set_flags
731 g_io_channel_get_line_term
732 g_io_channel_set_line_term
733 g_io_channel_get_buffered
734 g_io_channel_set_buffered
735 g_io_channel_get_encoding
736 g_io_channel_set_encoding
737 g_io_channel_get_close_on_unref
738 g_io_channel_set_close_on_unref
741 g_io_channel_win32_new_fd
742 g_io_channel_win32_new_messages
743 g_io_channel_win32_new_socket
744 g_io_channel_win32_poll
745 g_io_channel_win32_make_pollfd
746 g_io_channel_win32_get_fd
756 g_io_channel_error_quark
761 <TITLE>Memory Allocation</TITLE>
792 g_mem_is_system_malloc
795 glib_mem_profiler_table
800 <TITLE>Warnings and Assertions</TITLE>
801 <FILE>warnings</FILE>
808 g_set_printerr_handler
814 g_return_val_if_reached
822 g_on_error_stack_trace
828 g_return_if_fail_warning
833 <TITLE>Glob-style pattern matching</TITLE>
834 <FILE>patterns</FILE>
840 g_pattern_match_string
841 g_pattern_match_simple
845 <TITLE>Message Logging</TITLE>
846 <FILE>messages</FILE>
849 G_LOG_LEVEL_USER_SHIFT
865 g_log_set_always_fatal
867 g_log_default_handler
868 g_log_set_default_handler
872 <TITLE>Timers</TITLE>
885 <TITLE>Spawning Processes</TITLE>
891 g_spawn_async_with_pipes
894 g_spawn_command_line_async
895 g_spawn_command_line_sync
902 <TITLE>Simple XML Subset Parser</TITLE>
910 g_markup_printf_escaped
911 g_markup_vprintf_escaped
912 g_markup_parse_context_end_parse
913 g_markup_parse_context_free
914 g_markup_parse_context_get_position
915 g_markup_parse_context_get_element
916 g_markup_parse_context_new
917 g_markup_parse_context_parse
924 <TITLE>Shell-related Utilities</TITLE>
937 <TITLE>Commandline option parser</TITLE>
944 g_option_context_free
945 g_option_context_parse
946 g_option_context_set_help_enabled
947 g_option_context_get_help_enabled
948 g_option_context_set_ignore_unknown_options
949 g_option_context_get_ignore_unknown_options
954 g_option_context_add_main_entries
956 g_option_context_add_group
957 g_option_context_set_main_group
958 g_option_context_get_main_group
961 g_option_group_add_entries
963 g_option_group_set_parse_hooks
965 g_option_group_set_error_hook
967 g_option_group_set_translate_func
968 g_option_group_set_translation_domain
975 <TITLE>File Utilities</TITLE>
976 <FILE>fileutils</FILE>
977 <INCLUDE>glib.h,glib/gstdio.h</INCLUDE>
981 g_file_error_from_errno
1001 g_mapped_file_get_length
1002 g_mapped_file_get_contents
1020 <SUBSECTION Private>
1026 <TITLE>String Utility Functions</TITLE>
1027 <FILE>string_utils</FILE>
1028 <INCLUDE>glib.h,glib/gprintf.h</INCLUDE>
1056 g_printf_string_upper_bound
1073 g_ascii_xdigit_value
1104 G_ASCII_DTOSTR_BUF_SIZE
1133 <SUBSECTION Private>
1138 <TITLE>Date and Time Functions</TITLE>
1180 g_date_subtract_days
1182 g_date_subtract_months
1184 g_date_subtract_years
1196 g_date_get_day_of_year
1199 g_date_get_days_in_month
1200 g_date_is_first_of_month
1201 g_date_is_last_of_month
1203 g_date_get_monday_week_of_year
1204 g_date_get_monday_weeks_in_year
1205 g_date_get_sunday_week_of_year
1206 g_date_get_sunday_weeks_in_year
1207 g_date_get_iso8601_week_of_year
1220 g_date_valid_weekday
1222 <SUBSECTION Private>
1229 g_date_monday_week_of_year
1230 g_date_sunday_week_of_year
1231 g_date_days_in_month
1232 g_date_monday_weeks_in_year
1233 g_date_sunday_weeks_in_year
1238 <TITLE>Hook Functions</TITLE>
1249 g_hook_list_invoke_check
1252 g_hook_list_marshal_check
1253 GHookCheckMarshaller
1260 g_hook_insert_before
1261 g_hook_insert_sorted
1271 g_hook_find_func_data
1279 G_HOOK_FLAG_USER_SHIFT
1298 <TITLE>Miscellaneous Utility Functions</TITLE>
1299 <FILE>misc_utils</FILE>
1300 g_get_application_name
1301 g_set_application_name
1310 g_get_user_cache_dir
1312 g_get_user_config_dir
1313 g_get_system_data_dirs
1314 g_get_system_config_dirs
1333 g_find_program_in_path
1341 g_spaced_primes_closest
1347 g_parse_debug_string
1360 <SUBSECTION Private>
1363 g_win32_get_system_data_dirs_for_module
1369 <TITLE>Lexical Scanner</TITLE>
1370 <FILE>scanner</FILE>
1376 g_scanner_input_file
1377 g_scanner_sync_file_offset
1378 g_scanner_input_text
1379 g_scanner_peek_next_token
1380 g_scanner_get_next_token
1384 g_scanner_cur_position
1391 g_scanner_scope_add_symbol
1392 g_scanner_scope_foreach_symbol
1393 g_scanner_scope_lookup_symbol
1394 g_scanner_scope_remove_symbol
1397 g_scanner_freeze_symbol_table
1398 g_scanner_thaw_symbol_table
1399 g_scanner_lookup_symbol
1404 g_scanner_unexp_token
1421 g_scanner_add_symbol
1422 g_scanner_remove_symbol
1423 g_scanner_foreach_symbol
1427 <TITLE>Key-value file parser</TITLE>
1428 <FILE>keyfile</FILE>
1435 g_key_file_set_list_separator
1436 g_key_file_load_from_file
1437 g_key_file_load_from_data
1438 g_key_file_load_from_data_dirs
1440 g_key_file_get_start_group
1441 g_key_file_get_groups
1443 g_key_file_has_group
1447 g_key_file_get_value
1448 g_key_file_get_string
1449 g_key_file_get_locale_string
1450 g_key_file_get_boolean
1451 g_key_file_get_integer
1452 g_key_file_get_string_list
1453 g_key_file_get_locale_string_list
1454 g_key_file_get_boolean_list
1455 g_key_file_get_integer_list
1456 g_key_file_get_comment
1459 g_key_file_set_value
1460 g_key_file_set_string
1461 g_key_file_set_locale_string
1462 g_key_file_set_boolean
1463 g_key_file_set_integer
1464 g_key_file_set_string_list
1465 g_key_file_set_locale_string_list
1466 g_key_file_set_boolean_list
1467 g_key_file_set_integer_list
1468 g_key_file_set_comment
1469 g_key_file_remove_group
1470 g_key_file_remove_key
1471 g_key_file_remove_comment
1473 <SUBSECTION Private>
1474 g_key_file_error_quark
1478 <TITLE>Dynamic Loading of Modules</TITLE>
1479 <FILE>modules</FILE>
1480 <INCLUDE>gmodule.h</INCLUDE>
1488 g_module_make_resident
1500 <TITLE>Automatic String Completion</TITLE>
1501 <FILE>completion</FILE>
1505 g_completion_add_items
1506 g_completion_remove_items
1507 g_completion_clear_items
1508 g_completion_complete
1509 g_completion_complete_utf8
1510 g_completion_set_compare
1511 GCompletionStrncmpFunc
1516 <TITLE>Windows Compatability Functions</TITLE>
1517 <FILE>windows</FILE>
1521 g_win32_error_message
1523 g_win32_get_package_installation_directory
1524 g_win32_get_package_installation_subdirectory
1525 g_win32_get_windows_version
1526 g_win32_locale_filename_from_utf8
1527 G_WIN32_DLLMAIN_FOR_DLL_NAME
1528 G_WIN32_HAVE_WIDECHAR_API
1531 <SUBSECTION Private>
1539 <TITLE>Memory Chunks</TITLE>
1540 <FILE>memory_chunks</FILE>
1570 <TITLE>Doubly-Linked Lists</TITLE>
1571 <FILE>linked_lists_double</FILE>
1578 g_list_insert_before
1579 g_list_insert_sorted
1596 g_list_sort_with_data
1618 g_list_push_allocator
1619 g_list_pop_allocator
1623 <TITLE>Singly-Linked Lists</TITLE>
1624 <FILE>linked_lists_single</FILE>
1632 g_slist_insert_before
1633 g_slist_insert_sorted
1646 g_slist_sort_with_data
1663 g_slist_push_allocator
1664 g_slist_pop_allocator
1668 <TITLE>Double-ended Queues</TITLE>
1694 g_queue_insert_before
1695 g_queue_insert_after
1696 g_queue_insert_sorted
1697 g_queue_push_head_link
1698 g_queue_push_tail_link
1699 g_queue_push_nth_link
1700 g_queue_pop_head_link
1701 g_queue_pop_tail_link
1702 g_queue_pop_nth_link
1703 g_queue_peek_head_link
1704 g_queue_peek_tail_link
1705 g_queue_peek_nth_link
1712 <TITLE>Trash Stacks</TITLE>
1713 <FILE>trash_stack</FILE>
1719 g_trash_stack_height
1723 <TITLE>Hash Tables</TITLE>
1724 <FILE>hash_tables</FILE>
1727 g_hash_table_new_full
1731 g_hash_table_replace
1734 g_hash_table_lookup_extended
1735 g_hash_table_foreach
1740 g_hash_table_foreach_remove
1741 g_hash_table_foreach_steal
1745 g_hash_table_destroy
1760 <TITLE>Strings</TITLE>
1761 <FILE>strings</FILE>
1770 g_string_append_printf
1773 g_string_append_unichar
1777 g_string_prepend_unichar
1778 g_string_prepend_len
1781 g_string_insert_unichar
1799 <TITLE>String Chunks</TITLE>
1800 <FILE>string_chunks</FILE>
1803 g_string_chunk_insert
1804 g_string_chunk_insert_const
1805 g_string_chunk_insert_len
1811 <TITLE>Arrays</TITLE>
1819 g_array_prepend_vals
1822 g_array_remove_index
1823 g_array_remove_index_fast
1824 g_array_remove_range
1826 g_array_sort_with_data
1833 <TITLE>Pointer Arrays</TITLE>
1834 <FILE>arrays_pointer</FILE>
1837 g_ptr_array_sized_new
1840 g_ptr_array_remove_index
1841 g_ptr_array_remove_fast
1842 g_ptr_array_remove_index_fast
1843 g_ptr_array_remove_range
1845 g_ptr_array_sort_with_data
1846 g_ptr_array_set_size
1854 <TITLE>Byte Arrays</TITLE>
1855 <FILE>arrays_byte</FILE>
1858 g_byte_array_sized_new
1860 g_byte_array_prepend
1861 g_byte_array_remove_index
1862 g_byte_array_remove_index_fast
1863 g_byte_array_remove_range
1865 g_byte_array_sort_with_data
1866 g_byte_array_set_size
1872 <TITLE>Balanced Binary Trees</TITLE>
1873 <FILE>trees-binary</FILE>
1876 g_tree_new_with_data
1883 g_tree_lookup_extended
1895 <TITLE>N-ary Trees</TITLE>
1896 <FILE>trees-nary</FILE>
1905 g_node_insert_before
1912 g_node_insert_data_before
1917 g_node_reverse_children
1921 g_node_children_foreach
1929 g_node_child_position
1933 g_node_first_sibling
1952 g_node_push_allocator
1953 g_node_pop_allocator
1958 <TITLE>Quarks</TITLE>
1962 g_quark_from_static_string
1966 g_intern_static_string
1970 <TITLE>Keyed Data Lists</TITLE>
1971 <FILE>datalist</FILE>
1976 g_datalist_id_set_data
1977 g_datalist_id_set_data_full
1978 g_datalist_id_get_data
1979 g_datalist_id_remove_data
1980 g_datalist_id_remove_no_notify
1984 g_datalist_set_data_full
1986 g_datalist_remove_data
1987 g_datalist_remove_no_notify
1992 g_datalist_set_flags
1993 g_datalist_unset_flags
1994 g_datalist_get_flags
1995 G_DATALIST_FLAGS_MASK
2000 <TITLE>Datasets</TITLE>
2001 <FILE>datasets</FILE>
2002 g_dataset_id_set_data
2003 g_dataset_id_set_data_full
2005 g_dataset_id_get_data
2006 g_dataset_id_remove_data
2007 g_dataset_id_remove_no_notify
2011 g_dataset_set_data_full
2013 g_dataset_remove_data
2014 g_dataset_remove_no_notify
2024 <TITLE>Relations and Tuples</TITLE>
2025 <FILE>relations</FILE>
2046 <TITLE>Caches</TITLE>
2056 g_cache_value_foreach
2065 <TITLE>Memory Allocators</TITLE>
2066 <FILE>allocators</FILE>
2071 <SUBSECTION Private>
2078 <TITLE>Random Numbers</TITLE>
2079 <FILE>random_numbers</FILE>
2081 g_rand_new_with_seed
2082 g_rand_new_with_seed_array
2087 g_rand_set_seed_array
2098 g_random_double_range
2102 <TITLE>Character Set Conversion</TITLE>
2103 <FILE>conversions</FILE>
2105 g_convert_with_fallback
2107 g_convert_with_iconv
2114 g_filename_from_utf8
2117 g_get_filename_charsets
2118 g_filename_display_name
2119 g_filename_display_basename
2120 g_uri_list_extract_uris
2127 <SUBSECTION Private>
2128 g_convert_error_quark
2132 <TITLE>Unicode Manipulation</TITLE>
2133 <FILE>unicode</FILE>
2156 g_unichar_digit_value
2157 g_unichar_xdigit_value
2161 g_unichar_break_type
2162 g_unicode_canonical_ordering
2163 g_unicode_canonical_decomposition
2164 g_unichar_get_mirror_char
2169 g_utf8_get_char_validated
2170 g_utf8_offset_to_pointer
2171 g_utf8_pointer_to_offset
2173 g_utf8_find_next_char
2174 g_utf8_find_prev_char
2190 g_utf8_collate_key_for_filename
2206 <INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
2212 g_get_language_names