Clarify documentation.
authorMatthias Clasen <maclas@gmx.de>
Sun, 23 Feb 2003 22:55:47 +0000 (22:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 23 Feb 2003 22:55:47 +0000 (22:55 +0000)
2003-02-24  Matthias Clasen  <maclas@gmx.de>

* glib/gdir.c (g_dir_read_name): Clarify documentation.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gdir.c

index f4fbd5e..1724016 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index f4fbd5e..1724016 100644 (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
index f4fbd5e..1724016 100644 (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
index f4fbd5e..1724016 100644 (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
index f4fbd5e..1724016 100644 (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
index f4fbd5e..1724016 100644 (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
index 1fa3644..f926804 100644 (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