Improve docs.

2004-12-20  Tor Lillqvist  <tml@iki.fi>

	* glib/gconvert.c (g_locale_to_utf8, g_filename_to_uri): Improve
	docs.
This commit is contained in:
Tor Lillqvist 2004-12-20 22:33:11 +00:00 committed by Tor Lillqvist
parent 9d8c5bc757
commit 8693257c06
6 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-12-20 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_locale_to_utf8, g_filename_to_uri): Improve
docs.
2004-12-20 Matthias Clasen <mclasen@redhat.com> 2004-12-20 Matthias Clasen <mclasen@redhat.com>
* tests/option-test.c: Add some tests for '--' * tests/option-test.c: Add some tests for '--'

View File

@ -1,3 +1,8 @@
2004-12-20 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_locale_to_utf8, g_filename_to_uri): Improve
docs.
2004-12-20 Matthias Clasen <mclasen@redhat.com> 2004-12-20 Matthias Clasen <mclasen@redhat.com>
* tests/option-test.c: Add some tests for '--' * tests/option-test.c: Add some tests for '--'

View File

@ -1,3 +1,8 @@
2004-12-20 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_locale_to_utf8, g_filename_to_uri): Improve
docs.
2004-12-20 Matthias Clasen <mclasen@redhat.com> 2004-12-20 Matthias Clasen <mclasen@redhat.com>
* tests/option-test.c: Add some tests for '--' * tests/option-test.c: Add some tests for '--'

View File

@ -1,3 +1,8 @@
2004-12-20 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_locale_to_utf8, g_filename_to_uri): Improve
docs.
2004-12-20 Matthias Clasen <mclasen@redhat.com> 2004-12-20 Matthias Clasen <mclasen@redhat.com>
* tests/option-test.c: Add some tests for '--' * tests/option-test.c: Add some tests for '--'

View File

@ -1,3 +1,8 @@
2004-12-20 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_locale_to_utf8, g_filename_to_uri): Improve
docs.
2004-12-20 Matthias Clasen <mclasen@redhat.com> 2004-12-20 Matthias Clasen <mclasen@redhat.com>
* tests/option-test.c: Add some tests for '--' * tests/option-test.c: Add some tests for '--'

View File

@ -913,7 +913,8 @@ strdup_len (const gchar *string,
/** /**
* g_locale_to_utf8: * g_locale_to_utf8:
* @opsysstring: a string in the encoding of the current locale * @opsysstring: a string in the encoding of the current locale. On Windows
* this means the system codepage.
* @len: the length of the string, or -1 if the string is * @len: the length of the string, or -1 if the string is
* nul-terminated. * nul-terminated.
* @bytes_read: location to store the number of bytes in the * @bytes_read: location to store the number of bytes in the
@ -1722,8 +1723,9 @@ g_filename_from_uri (const gchar *uri,
/** /**
* g_filename_to_uri: * g_filename_to_uri:
* @filename: an absolute filename specified in the encoding * @filename: an absolute filename specified in the GLib file name encoding,
* used for filenames by the operating system. * which is the on-disk file name bytes on Unix, and UTF-8 on
* Windows
* @hostname: A UTF-8 encoded hostname, or %NULL for none. * @hostname: A UTF-8 encoded hostname, or %NULL for none.
* @error: location to store the error occuring, or %NULL to ignore * @error: location to store the error occuring, or %NULL to ignore
* errors. Any of the errors in #GConvertError may occur. * errors. Any of the errors in #GConvertError may occur.