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:
Owen Taylor 2000-11-13 18:59:45 +00:00 committed by Owen Taylor
parent 50c62ba8a9
commit 8eb6625370
6 changed files with 99 additions and 21 deletions

View File

@ -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>
* gobject/Makefile.am gobject/gobject-sections.sgml: Updates

View File

@ -736,6 +736,7 @@ g_file_error_from_errno
g_file_get_contents
g_file_test
g_mkstemp
g_file_open_tmp
<SUBSECTION Private>
g_file_error_quark
</SECTION>
@ -950,8 +951,6 @@ g_path_is_absolute
g_path_skip_root
g_path_get_basename
g_path_get_dirname
g_filename_to_utf8
g_filename_from_utf8
<SUBSECTION>
g_find_program_in_path
@ -1597,6 +1596,13 @@ g_random_double_range
g_convert
g_convert_with_fallback
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
<SUBSECTION Private>
g_convert_error_quark

View File

@ -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 ##### -->
<para>
@ -60,4 +132,5 @@ Character Set Conversion
@G_CONVERT_ERROR_NO_CONVERSION:
@G_CONVERT_ERROR_ILLEGAL_SEQUENCE:
@G_CONVERT_ERROR_FAILED:
@G_CONVERT_ERROR_PARTIAL_INPUT:

View File

@ -102,3 +102,14 @@ File Utilities
@Returns:
<!-- ##### FUNCTION g_file_open_tmp ##### -->
<para>
</para>
@tmpl:
@name_used:
@error:
@Returns:

View File

@ -170,24 +170,6 @@ freed when no longer needed.
@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 ##### -->
<para>

View File

@ -58,7 +58,6 @@
fundamental types that can be used to generically handle object
properties or otherwise parameterized types.
</para></listitem></varlistentry>
<varlistentry><term></term><listitem><para>
</variablelist>
</para>
</preface>