From 70924186de742eaea8f2265f173dac3bd90cbb43 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 1 May 2005 21:57:49 +0000 Subject: [PATCH] More doc fixups --- ChangeLog | 3 ++- ChangeLog.pre-2-10 | 3 ++- ChangeLog.pre-2-12 | 3 ++- ChangeLog.pre-2-8 | 3 ++- glib/gwin32.c | 7 +++---- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 50d084d47..147d53d9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,9 @@ * glib/ghash.h: Rename some parameters to make gtk-doc happy. + * glib/gutils.c: + * glib/gwin32.c: * glib/gstdio.c: Fix some typos, mark new API as "Since 2.8". - * glib/gutils.c: Fix some typos. 2005-04-29 Matthias Clasen diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 50d084d47..147d53d9e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -3,8 +3,9 @@ * glib/ghash.h: Rename some parameters to make gtk-doc happy. + * glib/gutils.c: + * glib/gwin32.c: * glib/gstdio.c: Fix some typos, mark new API as "Since 2.8". - * glib/gutils.c: Fix some typos. 2005-04-29 Matthias Clasen diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 50d084d47..147d53d9e 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -3,8 +3,9 @@ * glib/ghash.h: Rename some parameters to make gtk-doc happy. + * glib/gutils.c: + * glib/gwin32.c: * glib/gstdio.c: Fix some typos, mark new API as "Since 2.8". - * glib/gutils.c: Fix some typos. 2005-04-29 Matthias Clasen diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 50d084d47..147d53d9e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -3,8 +3,9 @@ * glib/ghash.h: Rename some parameters to make gtk-doc happy. + * glib/gutils.c: + * glib/gwin32.c: * glib/gstdio.c: Fix some typos, mark new API as "Since 2.8". - * glib/gutils.c: Fix some typos. 2005-04-29 Matthias Clasen diff --git a/glib/gwin32.c b/glib/gwin32.c index 5cb32b04b..06b111343 100644 --- a/glib/gwin32.c +++ b/glib/gwin32.c @@ -1469,10 +1469,9 @@ g_win32_get_windows_version (void) /** * g_win32_locale_filename_from_utf8: - * * @utf8filename: a UTF-8 encoded filename. * - * Convertes a filename from UTF-8 to the system codepage. + * Converts a filename from UTF-8 to the system codepage. * * On NT-based Windows, on NTFS file systems, file names are in * Unicode. It is quite possible that Unicode file names contain @@ -1485,7 +1484,7 @@ g_win32_get_windows_version (void) * the file system stores alternate short (8.3) names for directory * entries, the short form of the filename is returned. Note that the * "short" name might in fact be longer than the Unicode name. If no - * system codepage name for the file is possible, NULL is returned. + * system codepage name for the file is possible, %NULL is returned. * * The return value is dynamically allocated and should be freed when * no longer used. @@ -1493,7 +1492,7 @@ g_win32_get_windows_version (void) * Return value: The converted filename, or %NULL on conversion * failure and lack of short names. * - * Since: 2.7 + * Since: 2.8 */ gchar * g_win32_locale_filename_from_utf8 (const gchar *utf8filename)