mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Update.
Mon Sep 10 11:37:02 2001 Owen Taylor <otaylor@redhat.com> * glib/glib-sections.txt: Update.
This commit is contained in:
parent
9393fc899e
commit
a5c41a993f
@ -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>
|
Sat Sep 8 14:13:44 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* glib/Makefile.am (IGNORE_HFILES): Add
|
* glib/Makefile.am (IGNORE_HFILES): Add
|
||||||
|
@ -30,6 +30,7 @@ IGNORE_HFILES= \
|
|||||||
gbsearcharray.h \
|
gbsearcharray.h \
|
||||||
gmoduleconf.h \
|
gmoduleconf.h \
|
||||||
gunibreak.h \
|
gunibreak.h \
|
||||||
|
gunicomp.h \
|
||||||
gunidecomp.h \
|
gunidecomp.h \
|
||||||
gunichartables.h \
|
gunichartables.h \
|
||||||
glibconfig-sysdefs.h
|
glibconfig-sysdefs.h
|
||||||
|
@ -135,6 +135,8 @@ GPOINTER_TO_INT
|
|||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
GUINT_TO_POINTER
|
GUINT_TO_POINTER
|
||||||
GPOINTER_TO_UINT
|
GPOINTER_TO_UINT
|
||||||
|
GSIZE_TO_POINTER
|
||||||
|
GPOINTER_TO_SIZE
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -286,6 +288,7 @@ G_GNUC_SCANF
|
|||||||
G_GNUC_FORMAT
|
G_GNUC_FORMAT
|
||||||
G_GNUC_FUNCTION
|
G_GNUC_FUNCTION
|
||||||
G_GNUC_PRETTY_FUNCTION
|
G_GNUC_PRETTY_FUNCTION
|
||||||
|
G_GNUC_NO_INSTRUMENT
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
G_STRLOC
|
G_STRLOC
|
||||||
@ -306,6 +309,8 @@ G_CAN_INLINE
|
|||||||
inline
|
inline
|
||||||
G_HAVE___INLINE
|
G_HAVE___INLINE
|
||||||
G_HAVE___INLINE__
|
G_HAVE___INLINE__
|
||||||
|
G_HAVE_GNUC_VARARGS
|
||||||
|
G_HAVE_ISO_VARARGS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -332,6 +337,7 @@ g_main_loop_unref
|
|||||||
g_main_loop_run
|
g_main_loop_run
|
||||||
g_main_loop_quit
|
g_main_loop_quit
|
||||||
g_main_loop_is_running
|
g_main_loop_is_running
|
||||||
|
g_main_loop_get_context
|
||||||
g_main_new
|
g_main_new
|
||||||
g_main_destroy
|
g_main_destroy
|
||||||
g_main_run
|
g_main_run
|
||||||
@ -347,7 +353,9 @@ G_PRIORITY_LOW
|
|||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
GMainContext
|
GMainContext
|
||||||
g_main_context_get
|
g_main_context_new
|
||||||
|
g_main_context_ref
|
||||||
|
g_main_context_unref
|
||||||
g_main_context_default
|
g_main_context_default
|
||||||
g_main_context_iteration
|
g_main_context_iteration
|
||||||
g_main_iteration
|
g_main_iteration
|
||||||
@ -356,6 +364,10 @@ g_main_pending
|
|||||||
g_main_context_find_source_by_id
|
g_main_context_find_source_by_id
|
||||||
g_main_context_find_source_by_user_data
|
g_main_context_find_source_by_user_data
|
||||||
g_main_context_find_source_by_funcs_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_prepare
|
||||||
g_main_context_query
|
g_main_context_query
|
||||||
g_main_context_check
|
g_main_context_check
|
||||||
@ -385,6 +397,7 @@ GPollFD
|
|||||||
GSource
|
GSource
|
||||||
GSourceFuncs
|
GSourceFuncs
|
||||||
GSourceCallbackFuncs
|
GSourceCallbackFuncs
|
||||||
|
GSourceDummyMarshal
|
||||||
g_source_new
|
g_source_new
|
||||||
g_source_ref
|
g_source_ref
|
||||||
g_source_unref
|
g_source_unref
|
||||||
@ -418,6 +431,8 @@ GLIB_SYSDEF_POLLOUT
|
|||||||
GLIB_SYSDEF_POLLPRI
|
GLIB_SYSDEF_POLLPRI
|
||||||
g_main_poll_win32_msg_add
|
g_main_poll_win32_msg_add
|
||||||
G_WIN32_MSG_HANDLE
|
G_WIN32_MSG_HANDLE
|
||||||
|
g_idle_funcs
|
||||||
|
g_timeout_funcs
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -657,6 +672,9 @@ GIOError
|
|||||||
g_io_channel_write
|
g_io_channel_write
|
||||||
g_io_channel_seek
|
g_io_channel_seek
|
||||||
g_io_channel_close
|
g_io_channel_close
|
||||||
|
|
||||||
|
<SUBSECTION Private>
|
||||||
|
g_io_watch_funcs
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -722,6 +740,18 @@ g_on_error_stack_trace
|
|||||||
G_BREAKPOINT
|
G_BREAKPOINT
|
||||||
</SECTION>
|
</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>
|
<SECTION>
|
||||||
<TITLE>Message Logging</TITLE>
|
<TITLE>Message Logging</TITLE>
|
||||||
<FILE>messages</FILE>
|
<FILE>messages</FILE>
|
||||||
@ -839,6 +869,9 @@ g_strndup
|
|||||||
g_strdupv
|
g_strdupv
|
||||||
g_strnfill
|
g_strnfill
|
||||||
g_stpcpy
|
g_stpcpy
|
||||||
|
g_strstr_len
|
||||||
|
g_strrstr
|
||||||
|
g_strrstr_len
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
g_strlcpy
|
g_strlcpy
|
||||||
@ -916,6 +949,9 @@ g_strjoinv
|
|||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
g_strerror
|
g_strerror
|
||||||
g_strsignal
|
g_strsignal
|
||||||
|
|
||||||
|
<SUBSECTION Private>
|
||||||
|
GAsciiType
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -1055,9 +1091,11 @@ g_hook_first_valid
|
|||||||
g_hook_next_valid
|
g_hook_next_valid
|
||||||
|
|
||||||
GHookFlagMask
|
GHookFlagMask
|
||||||
|
G_HOOK_FLAGS
|
||||||
G_HOOK_FLAG_USER_SHIFT
|
G_HOOK_FLAG_USER_SHIFT
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
|
G_HOOK
|
||||||
G_HOOK_IS_VALID
|
G_HOOK_IS_VALID
|
||||||
G_HOOK_ACTIVE
|
G_HOOK_ACTIVE
|
||||||
G_HOOK_IN_CALL
|
G_HOOK_IN_CALL
|
||||||
@ -1091,6 +1129,8 @@ g_path_is_absolute
|
|||||||
g_path_skip_root
|
g_path_skip_root
|
||||||
g_path_get_basename
|
g_path_get_basename
|
||||||
g_path_get_dirname
|
g_path_get_dirname
|
||||||
|
g_build_filename
|
||||||
|
g_build_path
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
g_find_program_in_path
|
g_find_program_in_path
|
||||||
@ -1117,6 +1157,9 @@ GFreeFunc
|
|||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
g_qsort_with_data
|
g_qsort_with_data
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
g_nullify_pointer
|
||||||
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
G_NATIVE_ATEXIT
|
G_NATIVE_ATEXIT
|
||||||
g_ATEXIT
|
g_ATEXIT
|
||||||
@ -1134,7 +1177,6 @@ GScannerConfig
|
|||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
g_scanner_input_file
|
g_scanner_input_file
|
||||||
g_scanner_sync_file_offset
|
g_scanner_sync_file_offset
|
||||||
g_scanner_stat_mode
|
|
||||||
g_scanner_input_text
|
g_scanner_input_text
|
||||||
g_scanner_peek_next_token
|
g_scanner_peek_next_token
|
||||||
g_scanner_get_next_token
|
g_scanner_get_next_token
|
||||||
@ -1288,6 +1330,7 @@ GList
|
|||||||
g_list_append
|
g_list_append
|
||||||
g_list_prepend
|
g_list_prepend
|
||||||
g_list_insert
|
g_list_insert
|
||||||
|
g_list_insert_before
|
||||||
g_list_insert_sorted
|
g_list_insert_sorted
|
||||||
g_list_remove
|
g_list_remove
|
||||||
g_list_remove_link
|
g_list_remove_link
|
||||||
@ -1454,12 +1497,15 @@ g_string_printf
|
|||||||
g_string_printfa
|
g_string_printfa
|
||||||
g_string_append
|
g_string_append
|
||||||
g_string_append_c
|
g_string_append_c
|
||||||
|
g_string_append_unichar
|
||||||
g_string_append_len
|
g_string_append_len
|
||||||
g_string_prepend
|
g_string_prepend
|
||||||
g_string_prepend_c
|
g_string_prepend_c
|
||||||
|
g_string_prepend_unichar
|
||||||
g_string_prepend_len
|
g_string_prepend_len
|
||||||
g_string_insert
|
g_string_insert
|
||||||
g_string_insert_c
|
g_string_insert_c
|
||||||
|
g_string_insert_unichar
|
||||||
g_string_insert_len
|
g_string_insert_len
|
||||||
g_string_erase
|
g_string_erase
|
||||||
g_string_truncate
|
g_string_truncate
|
||||||
@ -1770,6 +1816,7 @@ g_random_double_range
|
|||||||
<FILE>conversions</FILE>
|
<FILE>conversions</FILE>
|
||||||
g_convert
|
g_convert
|
||||||
g_convert_with_fallback
|
g_convert_with_fallback
|
||||||
|
g_convert_with_iconv
|
||||||
G_CONVERT_ERROR
|
G_CONVERT_ERROR
|
||||||
g_iconv_open
|
g_iconv_open
|
||||||
g_iconv
|
g_iconv
|
||||||
@ -1777,6 +1824,8 @@ g_iconv_close
|
|||||||
g_locale_to_utf8
|
g_locale_to_utf8
|
||||||
g_filename_to_utf8
|
g_filename_to_utf8
|
||||||
g_filename_from_utf8
|
g_filename_from_utf8
|
||||||
|
g_filename_from_uri
|
||||||
|
g_filename_to_uri
|
||||||
g_locale_from_utf8
|
g_locale_from_utf8
|
||||||
GConvertError
|
GConvertError
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
@ -1823,6 +1872,7 @@ g_unicode_canonical_decomposition
|
|||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
g_utf8_next_char
|
g_utf8_next_char
|
||||||
g_utf8_get_char
|
g_utf8_get_char
|
||||||
|
g_utf8_get_char_validated
|
||||||
g_utf8_offset_to_pointer
|
g_utf8_offset_to_pointer
|
||||||
g_utf8_pointer_to_offset
|
g_utf8_pointer_to_offset
|
||||||
g_utf8_prev_char
|
g_utf8_prev_char
|
||||||
@ -1834,6 +1884,15 @@ g_utf8_strchr
|
|||||||
g_utf8_strrchr
|
g_utf8_strrchr
|
||||||
g_utf8_validate
|
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>
|
<SUBSECTION>
|
||||||
g_utf8_to_utf16
|
g_utf8_to_utf16
|
||||||
g_utf8_to_ucs4
|
g_utf8_to_ucs4
|
||||||
|
@ -45,6 +45,20 @@ Character Set Conversion
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_convert_with_iconv ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@str:
|
||||||
|
@len:
|
||||||
|
@converter:
|
||||||
|
@bytes_read:
|
||||||
|
@bytes_written:
|
||||||
|
@error:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO G_CONVERT_ERROR ##### -->
|
<!-- ##### MACRO G_CONVERT_ERROR ##### -->
|
||||||
<para>
|
<para>
|
||||||
Error domain for character set conversions. Errors in this domain will
|
Error domain for character set conversions. Errors in this domain will
|
||||||
@ -125,6 +139,28 @@ error domains.
|
|||||||
@Returns:
|
@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 ##### -->
|
<!-- ##### FUNCTION g_locale_from_utf8 ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -426,6 +426,14 @@ thread) are considered valid. If set to FALSE, these are skipped.
|
|||||||
@G_HOOK_FLAG_IN_CALL:
|
@G_HOOK_FLAG_IN_CALL:
|
||||||
@G_HOOK_FLAG_MASK:
|
@G_HOOK_FLAG_MASK:
|
||||||
|
|
||||||
|
<!-- ##### MACRO G_HOOK_FLAGS ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@hook:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO G_HOOK_FLAG_USER_SHIFT ##### -->
|
<!-- ##### MACRO G_HOOK_FLAG_USER_SHIFT ##### -->
|
||||||
<para>
|
<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 ##### -->
|
<!-- ##### MACRO G_HOOK_IS_VALID ##### -->
|
||||||
<para>
|
<para>
|
||||||
Returns TRUE if the #GHook is valid, i.e. it is in a #GHookList, it is active
|
Returns TRUE if the #GHook is valid, i.e. it is in a #GHookList, it is active
|
||||||
|
@ -141,6 +141,17 @@ to the end of the list.
|
|||||||
@Returns: the new start of the #GList.
|
@Returns: the new start of the #GList.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_list_insert_before ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@list:
|
||||||
|
@sibling:
|
||||||
|
@data:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_list_insert_sorted ##### -->
|
<!-- ##### FUNCTION g_list_insert_sorted ##### -->
|
||||||
<para>
|
<para>
|
||||||
Inserts a new element into the list, using the given comparison function
|
Inserts a new element into the list, using the given comparison function
|
||||||
|
@ -196,6 +196,13 @@ and function prototype. See the GNU C documentation for details.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO G_GNUC_NO_INSTRUMENT ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO G_STRLOC ##### -->
|
<!-- ##### MACRO G_STRLOC ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -161,6 +161,15 @@ of a GLib or GTK+ application.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_main_loop_get_context ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@loop:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO g_main_new ##### -->
|
<!-- ##### MACRO g_main_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
Creates a new #GMainLoop for the default main loop. A compatibility
|
Creates a new #GMainLoop for the default main loop. A compatibility
|
||||||
@ -259,6 +268,30 @@ It is not used within GLib or GTK+.
|
|||||||
</para>
|
</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 ##### -->
|
<!-- ##### FUNCTION g_main_context_default ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -342,6 +375,42 @@ g_main_context_pending().
|
|||||||
@source_data:
|
@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 ##### -->
|
<!-- ##### FUNCTION g_main_context_prepare ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -648,6 +717,13 @@ the required condition has been met, and returns TRUE if so.
|
|||||||
@unref:
|
@unref:
|
||||||
@get:
|
@get:
|
||||||
|
|
||||||
|
<!-- ##### USER_FUNCTION GSourceDummyMarshal ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_source_new ##### -->
|
<!-- ##### FUNCTION g_source_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -169,6 +169,27 @@ freed when no longer needed.
|
|||||||
@Returns: the directory components of the file.
|
@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 ##### -->
|
<!-- ##### FUNCTION g_find_program_in_path ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -289,3 +310,11 @@ and has no return value. It is not currently used in GLib or GTK+.
|
|||||||
@user_data:
|
@user_data:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_nullify_pointer ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@nullify_location:
|
||||||
|
|
||||||
|
|
||||||
|
@ -72,6 +72,38 @@ The returned string should be freed when no longer needed.
|
|||||||
@Returns:
|
@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 ##### -->
|
<!-- ##### FUNCTION g_strlcpy ##### -->
|
||||||
<para>
|
<para>
|
||||||
Portability wrapper that calls strlcpy() on systems which have it, and emulates
|
Portability wrapper that calls strlcpy() on systems which have it, and emulates
|
||||||
|
@ -146,6 +146,16 @@ Adds a character onto the end of a #GString, expanding it if necessary.
|
|||||||
@Returns: the #GString.
|
@Returns: the #GString.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_string_append_unichar ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@string:
|
||||||
|
@wc:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_string_append_len ##### -->
|
<!-- ##### FUNCTION g_string_append_len ##### -->
|
||||||
<para>
|
<para>
|
||||||
Appends @len bytes of @val to @string. Because @len is provided,
|
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.
|
@Returns: the #GString.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_string_prepend_unichar ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@string:
|
||||||
|
@wc:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_string_prepend_len ##### -->
|
<!-- ##### FUNCTION g_string_prepend_len ##### -->
|
||||||
<para>
|
<para>
|
||||||
Prepends @len bytes of @val to @string. Because @len is provided,
|
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.
|
@Returns: the #GString.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_string_insert_unichar ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@string:
|
||||||
|
@pos:
|
||||||
|
@wc:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_string_insert_len ##### -->
|
<!-- ##### FUNCTION g_string_insert_len ##### -->
|
||||||
<para>
|
<para>
|
||||||
Inserts @len bytes of @val into @string at @pos. Because @len is provided, @val
|
Inserts @len bytes of @val into @string at @pos. Because @len is provided, @val
|
||||||
|
@ -100,3 +100,19 @@ Same as GPOINTER_TO_INT(), but for unsigned integers.
|
|||||||
@p: pointer to extract an integer from
|
@p: pointer to extract an integer from
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GSIZE_TO_POINTER ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@s:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GPOINTER_TO_SIZE ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@p:
|
||||||
|
|
||||||
|
|
||||||
|
@ -346,6 +346,16 @@ that may contain invalid UTF-8.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_utf8_get_char_validated ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@p:
|
||||||
|
@max_len:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_utf8_offset_to_pointer ##### -->
|
<!-- ##### FUNCTION g_utf8_offset_to_pointer ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -457,6 +467,81 @@ that may contain invalid UTF-8.
|
|||||||
@len:
|
@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 ##### -->
|
<!-- ##### FUNCTION g_utf8_to_utf16 ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user