diff --git a/ChangeLog b/ChangeLog index 4fa8096da..bdac7e10e 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 4e64b71c9..382aacad0 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 */