New function to deep-copy a GNode and its children. (#93464, James M.
[platform/upstream/glib.git] / docs / reference / glib / glib-sections.txt
index a100b22..157c92a 100644 (file)
@@ -64,6 +64,21 @@ 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
@@ -311,10 +326,13 @@ G_UNLIKELY
 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
 
@@ -409,6 +427,12 @@ 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>
@@ -450,6 +474,7 @@ GLIB_SYSDEF_POLLPRI
 G_WIN32_MSG_HANDLE
 g_idle_funcs
 g_timeout_funcs
+g_child_watch_funcs
 </SECTION>
 
 <SECTION>
@@ -554,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
@@ -569,6 +601,7 @@ g_threads_got_initialized
 g_thread_functions_for_glib_use
 g_thread_init_glib
 g_thread_error_quark
+g_once_impl
 </SECTION>
 
 <SECTION>
@@ -803,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
@@ -833,6 +867,8 @@ 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
@@ -868,6 +904,7 @@ g_file_get_contents
 g_file_test
 g_mkstemp
 g_file_open_tmp
+g_file_read_link
 
 <SUBSECTION>
 GDir
@@ -884,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
@@ -977,6 +1015,7 @@ g_strescape
 g_strcompress
 g_strcanon
 g_strsplit
+g_strsplit_set
 g_strfreev
 g_strconcat
 g_strjoin
@@ -1154,6 +1193,8 @@ g_set_application_name
 g_get_prgname
 g_set_prgname
 g_getenv
+g_setenv
+g_unsetenv
 g_get_user_name
 g_get_real_name
 
@@ -1295,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
@@ -1581,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
@@ -1599,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>
 
@@ -1617,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
@@ -1653,6 +1699,8 @@ g_tree_destroy
 GNode
 g_node_new
 g_node_copy
+GCopyFunc
+g_node_copy_deep
 
 <SUBSECTION>
 g_node_insert
@@ -1828,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
@@ -1903,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
@@ -1939,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>