New function to deep-copy a GNode and its children. (#93464, James M.
[platform/upstream/glib.git] / docs / reference / glib / glib-sections.txt
index 5968f5a..157c92a 100644 (file)
@@ -43,6 +43,7 @@ gssize
 gldouble
 GLIB_SIZEOF_VOID_P
 GLIB_SIZEOF_LONG
+GLIB_SIZEOF_SIZE_T
 </SECTION>
 
 <SECTION>
@@ -63,6 +64,26 @@ G_MAXLONG
 G_MAXULONG
 
 <SUBSECTION>
+G_MININT8
+G_MAXINT8
+G_MAXUINT8
+
+<SUBSECTION>
+G_MININT16
+G_MAXINT16
+G_MAXUINT16
+
+<SUBSECTION>
+G_MININT32
+G_MAXINT32
+G_MAXUINT32
+
+<SUBSECTION>
+G_MININT64
+G_MAXINT64
+G_MAXUINT64
+
+<SUBSECTION>
 G_MINFLOAT
 G_MAXFLOAT
 
@@ -228,11 +249,17 @@ GUINT64_SWAP_LE_BE
 
 <SUBSECTION Private>
 GUINT16_SWAP_LE_BE_CONSTANT
-GUINT16_SWAP_LE_BE_X86
 GUINT32_SWAP_LE_BE_CONSTANT
-GUINT32_SWAP_LE_BE_X86
 GUINT64_SWAP_LE_BE_CONSTANT
-GUINT64_SWAP_LE_BE_X86
+GUINT16_SWAP_LE_BE_IA32
+GUINT32_SWAP_LE_BE_IA32
+GUINT64_SWAP_LE_BE_IA32
+GUINT16_SWAP_LE_BE_IA64
+GUINT32_SWAP_LE_BE_IA64
+GUINT64_SWAP_LE_BE_IA64
+GUINT32_SWAP_LE_BE_X86_64
+GUINT64_SWAP_LE_BE_X86_64
+
 </SECTION>
 
 <SECTION>
@@ -280,6 +307,7 @@ G_STRINGIFY
 <SUBSECTION>
 G_GNUC_EXTENSION
 G_GNUC_CONST
+G_GNUC_DEPRECATED
 G_GNUC_NORETURN
 G_GNUC_UNUSED
 G_GNUC_PURE
@@ -291,13 +319,20 @@ G_GNUC_PRETTY_FUNCTION
 G_GNUC_NO_INSTRUMENT
 
 <SUBSECTION>
+G_LIKELY
+G_UNLIKELY
+
+<SUBSECTION>
 G_STRLOC
 
 <SUBSECTION>
+G_GINT16_MODIFIER
 G_GINT16_FORMAT
 G_GUINT16_FORMAT
+G_GINT32_MODIFIER
 G_GINT32_FORMAT
 G_GUINT32_FORMAT
+G_GINT64_MODIFIER
 G_GINT64_FORMAT
 G_GUINT64_FORMAT
 
@@ -311,6 +346,7 @@ G_HAVE___INLINE
 G_HAVE___INLINE__
 G_HAVE_GNUC_VARARGS
 G_HAVE_ISO_VARARGS
+G_HAVE_GROWING_STACK
 </SECTION>
 
 <SECTION>
@@ -391,13 +427,19 @@ g_idle_add_full
 g_idle_remove_by_data
 
 <SUBSECTION>
+GPid
+GChildWatchFunc
+g_child_watch_source_new
+g_child_watch_add
+g_child_watch_add_full
+<SUBSECTION>
 GPollFD
 
 <SUBSECTION>
 GSource
+GSourceDummyMarshal
 GSourceFuncs
 GSourceCallbackFuncs
-GSourceDummyMarshal
 g_source_new
 g_source_ref
 g_source_unref
@@ -429,10 +471,10 @@ GLIB_SYSDEF_POLLIN
 GLIB_SYSDEF_POLLNVAL
 GLIB_SYSDEF_POLLOUT
 GLIB_SYSDEF_POLLPRI
-g_main_poll_win32_msg_add
 G_WIN32_MSG_HANDLE
 g_idle_funcs
 g_timeout_funcs
+g_child_watch_funcs
 </SECTION>
 
 <SECTION>
@@ -537,11 +579,18 @@ g_static_private_get
 g_static_private_set
 g_static_private_free
 
+<SUBSECTION>
+GOnce
+GOnceStatus
+G_ONCE_INIT
+g_once
+
 <SUBSECTION Private>
 G_THREAD_ECF
 G_THREAD_CF
 G_THREAD_UF
 g_static_mutex_get_mutex_impl
+g_static_mutex_get_mutex_impl_shortcut
 G_MUTEX_DEBUG_MAGIC
 g_thread_init_with_errorcheck_mutexes
 G_LOCK_NAME
@@ -550,8 +599,9 @@ GSystemThread
 g_thread_use_default_impl
 g_threads_got_initialized
 g_thread_functions_for_glib_use
-<SUBSECTION Private>
+g_thread_init_glib
 g_thread_error_quark
+g_once_impl
 </SECTION>
 
 <SECTION>
@@ -697,6 +747,7 @@ g_free
 
 <SUBSECTION>
 g_alloca
+g_newa
 
 <SUBSECTION>
 g_memmove
@@ -744,10 +795,10 @@ G_BREAKPOINT
 <SECTION>
 <TITLE>Glob-style pattern matching</TITLE>
 <FILE>patterns</FILE>
-GMatchType
 GPatternSpec
 g_pattern_spec_new
 g_pattern_spec_free
+g_pattern_spec_equal
 g_pattern_match
 g_pattern_match_string
 g_pattern_match_simple
@@ -757,7 +808,6 @@ g_pattern_match_simple
 <TITLE>Message Logging</TITLE>
 <FILE>messages</FILE>
 G_LOG_DOMAIN
-g_log_domain_glib
 G_LOG_FATAL_MASK
 G_LOG_LEVEL_USER_SHIFT
 GLogFunc
@@ -786,6 +836,7 @@ GTimer
 g_timer_new
 g_timer_start
 g_timer_stop
+g_timer_continue
 g_timer_elapsed
 g_timer_reset
 g_timer_destroy
@@ -816,9 +867,12 @@ GMarkupParseFlags
 GMarkupParseContext
 GMarkupParser
 g_markup_escape_text
+g_markup_printf_escaped
+g_markup_vprintf_escaped
 g_markup_parse_context_end_parse
 g_markup_parse_context_free
 g_markup_parse_context_get_position
+g_markup_parse_context_get_element
 g_markup_parse_context_new
 g_markup_parse_context_parse
 <SUBSECTION Private>
@@ -850,6 +904,15 @@ g_file_get_contents
 g_file_test
 g_mkstemp
 g_file_open_tmp
+g_file_read_link
+
+<SUBSECTION>
+GDir
+g_dir_open
+g_dir_read_name
+g_dir_rewind
+g_dir_close
+
 <SUBSECTION Private>
 g_file_error_quark
 </SECTION>
@@ -858,6 +921,7 @@ g_file_error_quark
 <SECTION>
 <TITLE>String Utility Functions</TITLE>
 <FILE>string_utils</FILE>
+<INCLUDE>glib.h,glib/gprintf.h</INCLUDE>
 g_strdup
 g_strndup
 g_strdupv
@@ -866,6 +930,8 @@ g_stpcpy
 g_strstr_len
 g_strrstr
 g_strrstr_len
+g_str_has_prefix
+g_str_has_suffix
 
 <SUBSECTION>
 g_strlcpy
@@ -874,8 +940,15 @@ g_strlcat
 <SUBSECTION>
 g_strdup_printf
 g_strdup_vprintf
+g_printf
+g_vprintf
+g_fprintf
+g_vfprintf
+g_sprintf
+g_vsprintf
 g_snprintf
 g_vsnprintf
+g_vasprintf
 g_printf_string_upper_bound
 
 <SUBSECTION>
@@ -921,6 +994,13 @@ g_strncasecmp
 
 <SUBSECTION>
 g_strreverse
+
+<SUBSECTION>
+g_ascii_strtoull
+G_ASCII_DTOSTR_BUF_SIZE
+g_ascii_strtod
+g_ascii_dtostr
+g_ascii_formatd
 g_strtod
 
 <SUBSECTION>
@@ -935,6 +1015,7 @@ g_strescape
 g_strcompress
 g_strcanon
 g_strsplit
+g_strsplit_set
 g_strfreev
 g_strconcat
 g_strjoin
@@ -1107,9 +1188,13 @@ g_hook_destroy_link
 <SECTION>
 <TITLE>Miscellaneous Utility Functions</TITLE>
 <FILE>misc_utils</FILE>
+g_get_application_name
+g_set_application_name
 g_get_prgname
 g_set_prgname
 g_getenv
+g_setenv
+g_unsetenv
 g_get_user_name
 g_get_real_name
 
@@ -1251,6 +1336,7 @@ g_completion_add_items
 g_completion_remove_items
 g_completion_clear_items
 g_completion_complete
+g_completion_complete_utf8
 g_completion_set_compare
 GCompletionStrncmpFunc
 g_completion_free
@@ -1260,25 +1346,19 @@ g_completion_free
 <TITLE>Windows Compatability Functions</TITLE>
 <FILE>windows</FILE>
 MAXPATHLEN
-NAME_MAX
 pid_t
 pipe
 ftruncate
-opendir
-readdir
-rewinddir
-closedir
 
 g_win32_error_message
 g_win32_getlocale
 g_win32_get_package_installation_directory
 g_win32_get_package_installation_subdirectory
 
+G_WIN32_DLLMAIN_FOR_DLL_NAME
+
 <SUBSECTION Private>
 g_win32_ftruncate
-g_win32_closedir
-g_win32_opendir
-g_win32_rewinddir
 
 </SECTION>
 
@@ -1524,6 +1604,7 @@ GStringChunk
 g_string_chunk_new
 g_string_chunk_insert
 g_string_chunk_insert_const
+g_string_chunk_insert_len
 g_string_chunk_free
 
 </SECTION>
@@ -1542,6 +1623,7 @@ g_array_insert_val
 g_array_insert_vals
 g_array_remove_index
 g_array_remove_index_fast
+g_array_remove_range
 g_array_sort
 g_array_sort_with_data
 g_array_index
@@ -1560,11 +1642,13 @@ g_ptr_array_remove
 g_ptr_array_remove_index
 g_ptr_array_remove_fast
 g_ptr_array_remove_index_fast
+g_ptr_array_remove_range
 g_ptr_array_sort
 g_ptr_array_sort_with_data
 g_ptr_array_set_size
 g_ptr_array_index
 g_ptr_array_free
+g_ptr_array_foreach
 
 </SECTION>
 
@@ -1578,6 +1662,7 @@ g_byte_array_append
 g_byte_array_prepend
 g_byte_array_remove_index
 g_byte_array_remove_index_fast
+g_byte_array_remove_range
 g_byte_array_sort
 g_byte_array_sort_with_data
 g_byte_array_set_size
@@ -1614,6 +1699,8 @@ g_tree_destroy
 GNode
 g_node_new
 g_node_copy
+GCopyFunc
+g_node_copy_deep
 
 <SUBSECTION>
 g_node_insert
@@ -1789,9 +1876,12 @@ G_ALLOCATOR_SLIST
 <FILE>random_numbers</FILE>
 GRand
 g_rand_new_with_seed
+g_rand_new_with_seed_array
 g_rand_new
+g_rand_copy
 g_rand_free
 g_rand_set_seed
+g_rand_set_seed_array
 g_rand_boolean
 g_rand_int
 g_rand_int_range
@@ -1810,6 +1900,7 @@ g_random_double_range
 <FILE>conversions</FILE>
 g_convert
 g_convert_with_fallback
+GIConv
 g_convert_with_iconv
 G_CONVERT_ERROR
 g_iconv_open
@@ -1822,6 +1913,10 @@ g_filename_from_uri
 g_filename_to_uri
 g_locale_from_utf8
 GConvertError
+
+<SUBSECTION>
+g_get_charset
+
 <SUBSECTION Private>
 g_convert_error_quark
 </SECTION>
@@ -1833,9 +1928,6 @@ gunichar
 gunichar2
 
 <SUBSECTION>
-g_get_charset
-
-<SUBSECTION>
 g_unichar_validate
 g_unichar_isalnum
 g_unichar_isalpha
@@ -1862,6 +1954,7 @@ GUnicodeBreakType
 g_unichar_break_type
 g_unicode_canonical_ordering
 g_unicode_canonical_decomposition
+g_unichar_get_mirror_char
 
 <SUBSECTION>
 g_utf8_next_char
@@ -1876,6 +1969,7 @@ g_utf8_strlen
 g_utf8_strncpy
 g_utf8_strchr
 g_utf8_strrchr
+g_utf8_strreverse
 g_utf8_validate
 
 <SUBSECTION>
@@ -1897,3 +1991,14 @@ g_ucs4_to_utf16
 g_ucs4_to_utf8
 g_unichar_to_utf8
 </SECTION>
+
+<SECTION>
+<TITLE>I18N</TITLE>
+<FILE>i18n</FILE>
+<INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
+_
+Q_
+N_
+g_strip_context
+
+</SECTION>