Update.
authorOwen Taylor <otaylor@redhat.com>
Mon, 10 Sep 2001 15:50:02 +0000 (15:50 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 10 Sep 2001 15:50:02 +0000 (15:50 +0000)
Mon Sep 10 11:37:02 2001  Owen Taylor  <otaylor@redhat.com>

        * glib/glib-sections.txt: Update.

13 files changed:
docs/reference/ChangeLog
docs/reference/glib/Makefile.am
docs/reference/glib/glib-sections.txt
docs/reference/glib/tmpl/conversions.sgml
docs/reference/glib/tmpl/hooks.sgml
docs/reference/glib/tmpl/linked_lists_double.sgml
docs/reference/glib/tmpl/macros_misc.sgml
docs/reference/glib/tmpl/main.sgml
docs/reference/glib/tmpl/misc_utils.sgml
docs/reference/glib/tmpl/string_utils.sgml
docs/reference/glib/tmpl/strings.sgml
docs/reference/glib/tmpl/type_conversion.sgml
docs/reference/glib/tmpl/unicode.sgml

index efdff09..f1e00a2 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep 10 11:37:02 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/glib-sections.txt: Update.
+
 Sat Sep  8 14:13:44 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/Makefile.am (IGNORE_HFILES): Add 
index 284b2c8..904cdd6 100644 (file)
@@ -30,6 +30,7 @@ IGNORE_HFILES=                        \
        gbsearcharray.h         \
        gmoduleconf.h           \
        gunibreak.h             \
+       gunicomp.h              \
        gunidecomp.h            \
        gunichartables.h        \
        glibconfig-sysdefs.h
index 7840cbe..441bbd4 100644 (file)
@@ -135,6 +135,8 @@ GPOINTER_TO_INT
 <SUBSECTION>
 GUINT_TO_POINTER
 GPOINTER_TO_UINT
+GSIZE_TO_POINTER
+GPOINTER_TO_SIZE
 </SECTION>
 
 <SECTION>
@@ -286,6 +288,7 @@ G_GNUC_SCANF
 G_GNUC_FORMAT
 G_GNUC_FUNCTION
 G_GNUC_PRETTY_FUNCTION
+G_GNUC_NO_INSTRUMENT
 
 <SUBSECTION>
 G_STRLOC
@@ -306,6 +309,8 @@ G_CAN_INLINE
 inline
 G_HAVE___INLINE
 G_HAVE___INLINE__
+G_HAVE_GNUC_VARARGS
+G_HAVE_ISO_VARARGS
 </SECTION>
 
 <SECTION>
@@ -332,6 +337,7 @@ g_main_loop_unref
 g_main_loop_run
 g_main_loop_quit
 g_main_loop_is_running
+g_main_loop_get_context
 g_main_new
 g_main_destroy
 g_main_run
@@ -347,7 +353,9 @@ G_PRIORITY_LOW
 
 <SUBSECTION>
 GMainContext
-g_main_context_get
+g_main_context_new
+g_main_context_ref
+g_main_context_unref
 g_main_context_default
 g_main_context_iteration
 g_main_iteration
@@ -356,6 +364,10 @@ g_main_pending
 g_main_context_find_source_by_id
 g_main_context_find_source_by_user_data
 g_main_context_find_source_by_funcs_user_data
+g_main_context_wakeup
+g_main_context_acquire
+g_main_context_release
+g_main_context_wait
 g_main_context_prepare
 g_main_context_query
 g_main_context_check
@@ -385,6 +397,7 @@ GPollFD
 GSource
 GSourceFuncs
 GSourceCallbackFuncs
+GSourceDummyMarshal
 g_source_new
 g_source_ref
 g_source_unref
@@ -418,6 +431,8 @@ GLIB_SYSDEF_POLLOUT
 GLIB_SYSDEF_POLLPRI
 g_main_poll_win32_msg_add
 G_WIN32_MSG_HANDLE
+g_idle_funcs
+g_timeout_funcs
 </SECTION>
 
 <SECTION>
@@ -657,6 +672,9 @@ GIOError
 g_io_channel_write
 g_io_channel_seek
 g_io_channel_close
+
+<SUBSECTION Private>
+g_io_watch_funcs
 </SECTION>
 
 <SECTION>
@@ -723,6 +741,18 @@ G_BREAKPOINT
 </SECTION>
 
 <SECTION>
+<TITLE>Glob-style pattern matching</TITLE>
+<FILE>patterns</FILE>
+GMatchType
+GPatternSpec
+g_pattern_spec_new
+g_pattern_spec_free
+g_pattern_match
+g_pattern_match_string
+g_pattern_match_simple
+</SECTION>
+
+<SECTION>
 <TITLE>Message Logging</TITLE>
 <FILE>messages</FILE>
 G_LOG_DOMAIN
@@ -839,6 +869,9 @@ g_strndup
 g_strdupv
 g_strnfill
 g_stpcpy
+g_strstr_len
+g_strrstr
+g_strrstr_len
 
 <SUBSECTION>
 g_strlcpy
@@ -916,6 +949,9 @@ g_strjoinv
 <SUBSECTION>
 g_strerror
 g_strsignal
+
+<SUBSECTION Private>
+GAsciiType
 </SECTION>
 
 <SECTION>
@@ -1055,9 +1091,11 @@ g_hook_first_valid
 g_hook_next_valid
 
 GHookFlagMask
+G_HOOK_FLAGS
 G_HOOK_FLAG_USER_SHIFT
 
 <SUBSECTION>
+G_HOOK
 G_HOOK_IS_VALID
 G_HOOK_ACTIVE
 G_HOOK_IN_CALL
@@ -1091,6 +1129,8 @@ g_path_is_absolute
 g_path_skip_root
 g_path_get_basename
 g_path_get_dirname
+g_build_filename
+g_build_path
 
 <SUBSECTION>
 g_find_program_in_path
@@ -1117,6 +1157,9 @@ GFreeFunc
 <SUBSECTION>
 g_qsort_with_data
 
+<SUBSECTION>
+g_nullify_pointer
+
 <SUBSECTION Private>
 G_NATIVE_ATEXIT
 g_ATEXIT
@@ -1134,7 +1177,6 @@ GScannerConfig
 <SUBSECTION>
 g_scanner_input_file
 g_scanner_sync_file_offset
-g_scanner_stat_mode
 g_scanner_input_text
 g_scanner_peek_next_token
 g_scanner_get_next_token
@@ -1288,6 +1330,7 @@ GList
 g_list_append
 g_list_prepend
 g_list_insert
+g_list_insert_before
 g_list_insert_sorted
 g_list_remove
 g_list_remove_link
@@ -1454,12 +1497,15 @@ g_string_printf
 g_string_printfa
 g_string_append
 g_string_append_c
+g_string_append_unichar
 g_string_append_len
 g_string_prepend
 g_string_prepend_c
+g_string_prepend_unichar
 g_string_prepend_len
 g_string_insert
 g_string_insert_c
+g_string_insert_unichar
 g_string_insert_len
 g_string_erase
 g_string_truncate
@@ -1770,6 +1816,7 @@ g_random_double_range
 <FILE>conversions</FILE>
 g_convert
 g_convert_with_fallback
+g_convert_with_iconv
 G_CONVERT_ERROR
 g_iconv_open
 g_iconv
@@ -1777,6 +1824,8 @@ g_iconv_close
 g_locale_to_utf8
 g_filename_to_utf8
 g_filename_from_utf8
+g_filename_from_uri
+g_filename_to_uri
 g_locale_from_utf8
 GConvertError
 <SUBSECTION Private>
@@ -1823,6 +1872,7 @@ g_unicode_canonical_decomposition
 <SUBSECTION>
 g_utf8_next_char
 g_utf8_get_char
+g_utf8_get_char_validated
 g_utf8_offset_to_pointer
 g_utf8_pointer_to_offset
 g_utf8_prev_char
@@ -1835,6 +1885,15 @@ g_utf8_strrchr
 g_utf8_validate
 
 <SUBSECTION>
+g_utf8_strup
+g_utf8_strdown
+g_utf8_casefold
+g_utf8_normalize
+GNormalizeMode
+g_utf8_collate
+g_utf8_collate_key
+
+<SUBSECTION>
 g_utf8_to_utf16
 g_utf8_to_ucs4
 g_utf8_to_ucs4_fast
index 4fb6955..943130e 100644 (file)
@@ -45,6 +45,20 @@ Character Set Conversion
 @Returns: 
 
 
+<!-- ##### FUNCTION g_convert_with_iconv ##### -->
+<para>
+
+</para>
+
+@str: 
+@len: 
+@converter: 
+@bytes_read: 
+@bytes_written: 
+@error: 
+@Returns: 
+
+
 <!-- ##### MACRO G_CONVERT_ERROR ##### -->
 <para>
 Error domain for character set conversions. Errors in this domain will
@@ -125,6 +139,28 @@ error domains.
 @Returns: 
 
 
+<!-- ##### FUNCTION g_filename_from_uri ##### -->
+<para>
+
+</para>
+
+@uri: 
+@hostname: 
+@error: 
+@Returns: 
+
+
+<!-- ##### FUNCTION g_filename_to_uri ##### -->
+<para>
+
+</para>
+
+@filename: 
+@hostname: 
+@error: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_locale_from_utf8 ##### -->
 <para>
 
index 1c9f5ca..6ac4c43 100644 (file)
@@ -426,6 +426,14 @@ thread) are considered valid. If set to FALSE, these are skipped.
 @G_HOOK_FLAG_IN_CALL: 
 @G_HOOK_FLAG_MASK: 
 
+<!-- ##### MACRO G_HOOK_FLAGS ##### -->
+<para>
+
+</para>
+
+@hook: 
+
+
 <!-- ##### MACRO G_HOOK_FLAG_USER_SHIFT ##### -->
 <para>
 
@@ -433,6 +441,14 @@ thread) are considered valid. If set to FALSE, these are skipped.
 
 
 
+<!-- ##### MACRO G_HOOK ##### -->
+<para>
+
+</para>
+
+@hook: 
+
+
 <!-- ##### MACRO G_HOOK_IS_VALID ##### -->
 <para>
 Returns TRUE if the #GHook is valid, i.e. it is in a #GHookList, it is active
index 6cbd4bc..c76abd8 100644 (file)
@@ -141,6 +141,17 @@ to the end of the list.
 @Returns: the new start of the #GList.
 
 
+<!-- ##### FUNCTION g_list_insert_before ##### -->
+<para>
+
+</para>
+
+@list: 
+@sibling: 
+@data: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_list_insert_sorted ##### -->
 <para>
 Inserts a new element into the list, using the given comparison function
index 1fd647e..a7a948c 100644 (file)
@@ -196,6 +196,13 @@ and function prototype. See the GNU C documentation for details.
 
 
 
+<!-- ##### MACRO G_GNUC_NO_INSTRUMENT ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### MACRO G_STRLOC ##### -->
 <para>
 
index cdc3075..a411757 100644 (file)
@@ -161,6 +161,15 @@ of a GLib or GTK+ application.
 @Returns: 
 
 
+<!-- ##### FUNCTION g_main_loop_get_context ##### -->
+<para>
+
+</para>
+
+@loop: 
+@Returns: 
+
+
 <!-- ##### MACRO g_main_new ##### -->
 <para>
 Creates a new #GMainLoop for the default main loop. A compatibility
@@ -259,6 +268,30 @@ It is not used within GLib or GTK+.
 </para>
 
 
+<!-- ##### FUNCTION g_main_context_new ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+
+<!-- ##### FUNCTION g_main_context_ref ##### -->
+<para>
+
+</para>
+
+@context: 
+
+
+<!-- ##### FUNCTION g_main_context_unref ##### -->
+<para>
+
+</para>
+
+@context: 
+
+
 <!-- ##### FUNCTION g_main_context_default ##### -->
 <para>
 
@@ -342,6 +375,42 @@ g_main_context_pending().
 @source_data: 
 
 
+<!-- ##### FUNCTION g_main_context_wakeup ##### -->
+<para>
+
+</para>
+
+@context: 
+
+
+<!-- ##### FUNCTION g_main_context_acquire ##### -->
+<para>
+
+</para>
+
+@context: 
+@Returns: 
+
+
+<!-- ##### FUNCTION g_main_context_release ##### -->
+<para>
+
+</para>
+
+@context: 
+
+
+<!-- ##### FUNCTION g_main_context_wait ##### -->
+<para>
+
+</para>
+
+@context: 
+@cond: 
+@mutex: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_main_context_prepare ##### -->
 <para>
 
@@ -648,6 +717,13 @@ the required condition has been met, and returns TRUE if so.
 @unref: 
 @get: 
 
+<!-- ##### USER_FUNCTION GSourceDummyMarshal ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### FUNCTION g_source_new ##### -->
 <para>
 
index d6c999f..f1f0b7a 100644 (file)
@@ -169,6 +169,27 @@ freed when no longer needed.
 @Returns: the directory components of the file.
 
 
+<!-- ##### FUNCTION g_build_filename ##### -->
+<para>
+
+</para>
+
+@first_element: 
+@Varargs: 
+@Returns: 
+
+
+<!-- ##### FUNCTION g_build_path ##### -->
+<para>
+
+</para>
+
+@separator: 
+@first_element: 
+@Varargs: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_find_program_in_path ##### -->
 <para>
 
@@ -289,3 +310,11 @@ and has no return value. It is not currently used in GLib or GTK+.
 @user_data: 
 
 
+<!-- ##### FUNCTION g_nullify_pointer ##### -->
+<para>
+
+</para>
+
+@nullify_location: 
+
+
index 0c2be0c..4f022a6 100644 (file)
@@ -72,6 +72,38 @@ The returned string should be freed when no longer needed.
 @Returns: 
 
 
+<!-- ##### FUNCTION g_strstr_len ##### -->
+<para>
+
+</para>
+
+@haystack: 
+@haystack_len: 
+@needle: 
+@Returns: 
+
+
+<!-- ##### FUNCTION g_strrstr ##### -->
+<para>
+
+</para>
+
+@haystack: 
+@needle: 
+@Returns: 
+
+
+<!-- ##### FUNCTION g_strrstr_len ##### -->
+<para>
+
+</para>
+
+@haystack: 
+@haystack_len: 
+@needle: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_strlcpy ##### -->
 <para>
 Portability wrapper that calls strlcpy() on systems which have it, and emulates
index e12793a..9dc55e2 100644 (file)
@@ -146,6 +146,16 @@ Adds a character onto the end of a #GString, expanding it if necessary.
 @Returns: the #GString.
 
 
+<!-- ##### FUNCTION g_string_append_unichar ##### -->
+<para>
+
+</para>
+
+@string: 
+@wc: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_string_append_len ##### -->
 <para>
 Appends @len bytes of @val to @string. Because @len is provided, 
@@ -178,6 +188,16 @@ Adds a character onto the start of a #GString, expanding it if necessary.
 @Returns: the #GString.
 
 
+<!-- ##### FUNCTION g_string_prepend_unichar ##### -->
+<para>
+
+</para>
+
+@string: 
+@wc: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_string_prepend_len ##### -->
 <para>
 Prepends @len bytes of @val to @string. Because @len is provided, 
@@ -212,6 +232,17 @@ Inserts a character into a #GString, expanding it if necessary.
 @Returns: the #GString.
 
 
+<!-- ##### FUNCTION g_string_insert_unichar ##### -->
+<para>
+
+</para>
+
+@string: 
+@pos: 
+@wc: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_string_insert_len ##### -->
 <para>
 Inserts @len bytes of @val into @string at @pos.  Because @len is provided, @val
index 18e0600..e2fc8b7 100644 (file)
@@ -100,3 +100,19 @@ Same as GPOINTER_TO_INT(), but for unsigned integers.
 @p: pointer to extract an integer from
 
 
+<!-- ##### MACRO GSIZE_TO_POINTER ##### -->
+<para>
+
+</para>
+
+@s: 
+
+
+<!-- ##### MACRO GPOINTER_TO_SIZE ##### -->
+<para>
+
+</para>
+
+@p: 
+
+
index f45d6eb..bf5b714 100644 (file)
@@ -346,6 +346,16 @@ that may contain invalid UTF-8.
 @Returns: 
 
 
+<!-- ##### FUNCTION g_utf8_get_char_validated ##### -->
+<para>
+
+</para>
+
+@p: 
+@max_len: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_utf8_offset_to_pointer ##### -->
 <para>
 
@@ -457,6 +467,81 @@ that may contain invalid UTF-8.
 @len: 
 
 
+<!-- ##### FUNCTION g_utf8_strup ##### -->
+<para>
+
+</para>
+
+@str: 
+@len: 
+@Returns: 
+
+
+<!-- ##### FUNCTION g_utf8_strdown ##### -->
+<para>
+
+</para>
+
+@str: 
+@len: 
+@Returns: 
+
+
+<!-- ##### FUNCTION g_utf8_casefold ##### -->
+<para>
+
+</para>
+
+@str: 
+@len: 
+@Returns: 
+
+
+<!-- ##### FUNCTION g_utf8_normalize ##### -->
+<para>
+
+</para>
+
+@str: 
+@len: 
+@mode: 
+@Returns: 
+
+
+<!-- ##### ENUM GNormalizeMode ##### -->
+<para>
+
+</para>
+
+@G_NORMALIZE_DEFAULT: 
+@G_NORMALIZE_NFD: 
+@G_NORMALIZE_DEFAULT_COMPOSE: 
+@G_NORMALIZE_NFC: 
+@G_NORMALIZE_ALL: 
+@G_NORMALIZE_NFKD: 
+@G_NORMALIZE_ALL_COMPOSE: 
+@G_NORMALIZE_NFKC: 
+
+<!-- ##### FUNCTION g_utf8_collate ##### -->
+<para>
+
+</para>
+
+@str1: 
+@str2: 
+@Returns: 
+
+
+<!-- ##### FUNCTION g_utf8_collate_key ##### -->
+<para>
+
+</para>
+
+@str: 
+@len: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_utf8_to_utf16 ##### -->
 <para>