From 97850735fa5d89666d3dbb139cc814997008b112 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 16 Sep 2007 18:32:51 +0000 Subject: [PATCH] Fix doc formatting svn path=/trunk/; revision=5769 --- ChangeLog | 1 + glib/gutils.h | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4fa8096..bdac7e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2007-09-16 Matthias Clasen + * glib/gutils.h (GUserDirectory): Fix doc formatting. * glib/gmain.c (g_main_depth): Fix doc formatting. 2007-09-16 Matthias Clasen diff --git a/glib/gutils.h b/glib/gutils.h index 4e64b71..382aaca 100644 --- a/glib/gutils.h +++ b/glib/gutils.h @@ -147,15 +147,6 @@ G_CONST_RETURN gchar* G_CONST_RETURN * g_get_language_names (void); /** * GUserDirectory: - * - * These are logical ids for special directories which are defined - * depending on the platform used. You should use g_get_user_special_dir() - * to retrieve the full path associated to the logical id. - * - * The #GUserDirectory enumeration can be extended at later date. Not - * every platform has a directory for every logical id in this - * enumeration. - * * @G_USER_DIRECTORY_DESKTOP: the user's Desktop directory * @G_USER_DIRECTORY_DOCUMENTS: the user's Documents directory * @G_USER_DIRECTORY_DOWNLOAD: the user's Downloads directory @@ -164,6 +155,15 @@ G_CONST_RETURN gchar* G_CONST_RETURN * g_get_language_names (void); * @G_USER_DIRECTORY_PUBLIC_SHARE: the user's shared directory * @G_USER_DIRECTORY_TEMPLATES: the user's Templates directory * @G_USER_DIRECTORY_VIDEOS: the user's Movies directory + * @G_USER_N_DIRECTORIES: the number of enum values + * + * These are logical ids for special directories which are defined + * depending on the platform used. You should use g_get_user_special_dir() + * to retrieve the full path associated to the logical id. + * + * The #GUserDirectory enumeration can be extended at later date. Not + * every platform has a directory for every logical id in this + * enumeration. * * Since: 2.14 */ -- 2.7.4