summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-09-16 18:32:51 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-09-16 18:32:51 +0000
commit97850735fa5d89666d3dbb139cc814997008b112 (patch)
treeb87f85edf3d29475b99ba7ab650aeb8d90535cf7
parent669ed90b87e34b988d1b38aa4653e6757259b18b (diff)
Fix doc formatting
svn path=/trunk/; revision=5769
-rw-r--r--ChangeLog1
-rw-r--r--glib/gutils.h18
2 files changed, 10 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fa8096da..bdac7e10e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2007-09-16 Matthias Clasen <mclasen@redhat.com>
+ * glib/gutils.h (GUserDirectory): Fix doc formatting.
* glib/gmain.c (g_main_depth): Fix doc formatting.
2007-09-16 Matthias Clasen <mclasen@redhat.com>
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
*/