summaryrefslogtreecommitdiff
path: root/glib/src/date.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/date.hg')
-rw-r--r--glib/src/date.hg8
1 files changed, 4 insertions, 4 deletions
diff --git a/glib/src/date.hg b/glib/src/date.hg
index 0a553473..5f0182cc 100644
--- a/glib/src/date.hg
+++ b/glib/src/date.hg
@@ -69,14 +69,14 @@ public:
/** Construct a Glib::Date by copying the contents of a GDate.
* @param castitem The GDate.
*
- * @since{2,18}
+ * @newin{2,18}
*/
explicit Date(const GDate& castitem);
/** Construct a Glib::Date from another.
* @param other the other Glib::Date.
*
- * @since{2,18}
+ * @newin{2,18}
*/
Date(const Date& other);
@@ -89,7 +89,7 @@ public:
*
* @param other The other Glib::Date.
*
- * @since{2,18}
+ * @newin{2,18}
*/
Date& operator=(const Date& other);
@@ -318,7 +318,7 @@ public:
* The date must be valid.
* @return ISO 8601 week number of the year.
*
- * @since{2,22}
+ * @newin{2,22}
*/
unsigned int get_iso8601_week_of_year() const;