mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Typo fix.
This commit is contained in:
parent
9ebd67bf45
commit
bb2a51ab7b
@ -1,3 +1,7 @@
|
||||
2005-01-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gdir.c (g_dir_open): Typo fix.
|
||||
|
||||
2005-01-10 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): Add missing ChangeLog.pre*
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-01-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gdir.c (g_dir_open): Typo fix.
|
||||
|
||||
2005-01-10 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): Add missing ChangeLog.pre*
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-01-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gdir.c (g_dir_open): Typo fix.
|
||||
|
||||
2005-01-10 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): Add missing ChangeLog.pre*
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-01-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gdir.c (g_dir_open): Typo fix.
|
||||
|
||||
2005-01-10 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): Add missing ChangeLog.pre*
|
||||
|
@ -58,7 +58,7 @@ struct _GDir
|
||||
* @flags: Currently must be set to 0. Reserved for future use.
|
||||
* @error: return location for a #GError, or %NULL.
|
||||
* If non-%NULL, an error will be set if and only if
|
||||
* g_dir_open_fails.
|
||||
* g_dir_open() fails.
|
||||
*
|
||||
* Opens a directory for reading. The names of the files in the
|
||||
* directory can then be retrieved using g_dir_read_name().
|
||||
|
Loading…
Reference in New Issue
Block a user