Clarify documentation.

2003-02-24  Matthias Clasen  <maclas@gmx.de>

	* glib/gdir.c (g_dir_read_name): Clarify documentation.
This commit is contained in:
Matthias Clasen 2003-02-23 22:55:47 +00:00 committed by Matthias Clasen
parent bb5adc7809
commit 7e664b500d
7 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-02-24 Matthias Clasen <maclas@gmx.de>
* glib/gdir.c (g_dir_read_name): Clarify documentation.
2003-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* configure.in: Make glib_thread_test not unnecessarily convert

View File

@ -1,3 +1,7 @@
2003-02-24 Matthias Clasen <maclas@gmx.de>
* glib/gdir.c (g_dir_read_name): Clarify documentation.
2003-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* configure.in: Make glib_thread_test not unnecessarily convert

View File

@ -1,3 +1,7 @@
2003-02-24 Matthias Clasen <maclas@gmx.de>
* glib/gdir.c (g_dir_read_name): Clarify documentation.
2003-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* configure.in: Make glib_thread_test not unnecessarily convert

View File

@ -1,3 +1,7 @@
2003-02-24 Matthias Clasen <maclas@gmx.de>
* glib/gdir.c (g_dir_read_name): Clarify documentation.
2003-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* configure.in: Make glib_thread_test not unnecessarily convert

View File

@ -1,3 +1,7 @@
2003-02-24 Matthias Clasen <maclas@gmx.de>
* glib/gdir.c (g_dir_read_name): Clarify documentation.
2003-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* configure.in: Make glib_thread_test not unnecessarily convert

View File

@ -1,3 +1,7 @@
2003-02-24 Matthias Clasen <maclas@gmx.de>
* glib/gdir.c (g_dir_read_name): Clarify documentation.
2003-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* configure.in: Make glib_thread_test not unnecessarily convert

View File

@ -89,7 +89,9 @@ g_dir_open (const gchar *path,
* @dir: a #GDir* created by g_dir_open()
*
* Retrieves the name of the next entry in the directory.
* The '.' and '..' entries are omitted.
* The '.' and '..' entries are omitted. The returned name is in
* the encoding used for filenames. Use g_filename_to_utf8() to
* convert it to UTF-8.
*
* Return value: The entries name or %NULL if there are no
* more entries. The return value is owned by GLib and