From ab56b710d8b67fba5743e68bf6a105c70d0320ae Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 1 May 2005 21:26:18 +0000 Subject: [PATCH] Doc fixes --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-12 | 2 ++ ChangeLog.pre-2-8 | 2 ++ glib/gstdio.c | 12 ++++++------ 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index daa79c3f..65eff94a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * glib/ghash.h: Rename some parameters to make gtk-doc happy. + * glib/gstdio.c: Fix some typos, mark new API as "Since 2.8". + 2005-04-29 Matthias Clasen * glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index daa79c3f..65eff94a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -3,6 +3,8 @@ * glib/ghash.h: Rename some parameters to make gtk-doc happy. + * glib/gstdio.c: Fix some typos, mark new API as "Since 2.8". + 2005-04-29 Matthias Clasen * glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index daa79c3f..65eff94a 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -3,6 +3,8 @@ * glib/ghash.h: Rename some parameters to make gtk-doc happy. + * glib/gstdio.c: Fix some typos, mark new API as "Since 2.8". + 2005-04-29 Matthias Clasen * glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index daa79c3f..65eff94a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -3,6 +3,8 @@ * glib/ghash.h: Rename some parameters to make gtk-doc happy. + * glib/gstdio.c: Fix some typos, mark new API as "Since 2.8". + 2005-04-29 Matthias Clasen * glib/gtree.c: Clarify some docs. (#302062, Matthew F. Barnes) diff --git a/glib/gstdio.c b/glib/gstdio.c index 609ff05f..97a6027a 100644 --- a/glib/gstdio.c +++ b/glib/gstdio.c @@ -58,7 +58,7 @@ * permissions, or just existence. On Windows, the underlying access() * function in the C library only checks the READONLY attribute, and * does not look at the ACL at all. Software that needs to handle file - * permisssions on Windows more exactly should use the Win32 API. + * permissions on Windows more exactly should use the Win32 API. * * See the C library manual for more details about access(). * @@ -66,7 +66,7 @@ * object that has all the tested permissions, or -1 otherwise or on * error. * - * Since: 2.7 + * Since: 2.8 */ int g_access (const gchar *filename, @@ -128,14 +128,14 @@ g_access (const gchar *filename, * Windows the file protection mechanism is not at all POSIX-like, and * the underlying chmod() function in the C library just sets or * clears the READONLY attribute. It does not touch any ACL. Software - * that needs to manage file permisssions on Windows exactly should + * that needs to manage file permissions on Windows exactly should * use the Win32 API. * * See the C library manual for more details about chmod(). * - * Returns: zero if the operation succeedd, -1 on error. + * Returns: zero if the operation succeeded, -1 on error. * - * Since: 2.7 + * Since: 2.8 */ int g_chmod (const gchar *filename, @@ -275,7 +275,7 @@ g_open (const gchar *filename, * Returns: a new file descriptor, or -1 if an error occurred. The * return value can be used exactly like the return value from creat(). * - * Since: 2.7 + * Since: 2.8 */ int g_creat (const gchar *filename, -- 2.34.1