mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Clarify documentation.
2003-02-24 Matthias Clasen <maclas@gmx.de> * glib/gdir.c (g_dir_read_name): Clarify documentation.
This commit is contained in:
parent
bb5adc7809
commit
7e664b500d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user