summaryrefslogtreecommitdiff
path: root/gio/gfileinfo.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-01-30 14:06:12 -0500
committerRyan Lortie <desrt@desrt.ca>2010-01-30 14:06:12 -0500
commitf411e23043a5f97010ee12895f78a779df43b3dd (patch)
tree16376c8a03ea7f284823fb1c9d7e02860e574364 /gio/gfileinfo.h
parentc46bc6ba1fc8c5045c9a93b95e78e81936e2d954 (diff)
downloadglib-f411e23043a5f97010ee12895f78a779df43b3dd.tar.gz
GIO: Remove trailing "." from Since: tags in docs
Typing "Since: 2.22." results in the creation of an api-index-2.22..xml file (ie: the last '.' is taken to be part of the version number).
Diffstat (limited to 'gio/gfileinfo.h')
-rw-r--r--gio/gfileinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h
index fd3ca51b1..0064502fa 100644
--- a/gio/gfileinfo.h
+++ b/gio/gfileinfo.h
@@ -200,7 +200,7 @@ typedef struct _GFileInfoClass GFileInfoClass;
* smaller (for example, for sparse files).
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64.
*
- * Since: 2.20.
+ * Since: 2.20
**/
#define G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE "standard::allocated-size" /* uint64 */
@@ -369,7 +369,7 @@ typedef struct _GFileInfoClass GFileInfoClass;
* A key in the "mountable" namespace for getting the unix device file.
* Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
*
- * Since: 2.22.
+ * Since: 2.22
**/
#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE "mountable::unix-device-file" /* string */