mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-08 02:04:04 +02:00
Move conversion functions into GConv section.
Mon Nov 13 00:18:55 2000 Owen Taylor <otaylor@redhat.com> * glib/glib-sections.sgml: Move conversion functions into GConv section. * gobject/gobject-docs.sgml: Fix some malformed sgml.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
Mon Nov 13 00:18:55 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* glib/glib-sections.sgml: Move conversion functions
|
||||||
|
into GConv section.
|
||||||
|
|
||||||
|
* gobject/gobject-docs.sgml: Fix some malformed sgml.
|
||||||
|
|
||||||
Sun Nov 5 13:24:50 2000 Owen Taylor <otaylor@redhat.com>
|
Sun Nov 5 13:24:50 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gobject/Makefile.am gobject/gobject-sections.sgml: Updates
|
* gobject/Makefile.am gobject/gobject-sections.sgml: Updates
|
||||||
|
@@ -736,6 +736,7 @@ g_file_error_from_errno
|
|||||||
g_file_get_contents
|
g_file_get_contents
|
||||||
g_file_test
|
g_file_test
|
||||||
g_mkstemp
|
g_mkstemp
|
||||||
|
g_file_open_tmp
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
g_file_error_quark
|
g_file_error_quark
|
||||||
</SECTION>
|
</SECTION>
|
||||||
@@ -950,8 +951,6 @@ 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_filename_to_utf8
|
|
||||||
g_filename_from_utf8
|
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
g_find_program_in_path
|
g_find_program_in_path
|
||||||
@@ -1597,6 +1596,13 @@ g_random_double_range
|
|||||||
g_convert
|
g_convert
|
||||||
g_convert_with_fallback
|
g_convert_with_fallback
|
||||||
G_CONVERT_ERROR
|
G_CONVERT_ERROR
|
||||||
|
g_iconv_open
|
||||||
|
g_iconv
|
||||||
|
g_iconv_close
|
||||||
|
g_locale_to_utf8
|
||||||
|
g_filename_to_utf8
|
||||||
|
g_filename_from_utf8
|
||||||
|
g_locale_from_utf8
|
||||||
GConvertError
|
GConvertError
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
g_convert_error_quark
|
g_convert_error_quark
|
||||||
|
@@ -52,6 +52,78 @@ Character Set Conversion
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_iconv_open ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@to_codeset:
|
||||||
|
@from_codeset:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_iconv ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@converter:
|
||||||
|
@inbuf:
|
||||||
|
@inbytes_left:
|
||||||
|
@outbuf:
|
||||||
|
@outbytes_left:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_iconv_close ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@converter:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_locale_to_utf8 ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@opsysstring:
|
||||||
|
@error:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_filename_to_utf8 ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@opsysstring:
|
||||||
|
@error:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_filename_from_utf8 ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@utf8string:
|
||||||
|
@error:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_locale_from_utf8 ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@utf8string:
|
||||||
|
@error:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GConvertError ##### -->
|
<!-- ##### ENUM GConvertError ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@@ -60,4 +132,5 @@ Character Set Conversion
|
|||||||
@G_CONVERT_ERROR_NO_CONVERSION:
|
@G_CONVERT_ERROR_NO_CONVERSION:
|
||||||
@G_CONVERT_ERROR_ILLEGAL_SEQUENCE:
|
@G_CONVERT_ERROR_ILLEGAL_SEQUENCE:
|
||||||
@G_CONVERT_ERROR_FAILED:
|
@G_CONVERT_ERROR_FAILED:
|
||||||
|
@G_CONVERT_ERROR_PARTIAL_INPUT:
|
||||||
|
|
||||||
|
@@ -102,3 +102,14 @@ File Utilities
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_file_open_tmp ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@tmpl:
|
||||||
|
@name_used:
|
||||||
|
@error:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
@@ -170,24 +170,6 @@ freed when no longer needed.
|
|||||||
@Returns: the directory components of the file.
|
@Returns: the directory components of the file.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_filename_to_utf8 ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@opsysstring:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_filename_from_utf8 ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@utf8string:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_find_program_in_path ##### -->
|
<!-- ##### FUNCTION g_find_program_in_path ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@@ -58,7 +58,6 @@
|
|||||||
fundamental types that can be used to generically handle object
|
fundamental types that can be used to generically handle object
|
||||||
properties or otherwise parameterized types.
|
properties or otherwise parameterized types.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
<varlistentry><term></term><listitem><para>
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</para>
|
</para>
|
||||||
</preface>
|
</preface>
|
||||||
|
Reference in New Issue
Block a user