summaryrefslogtreecommitdiff
path: root/glib/src/keyfile.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/keyfile.hg')
-rw-r--r--glib/src/keyfile.hg8
1 files changed, 4 insertions, 4 deletions
diff --git a/glib/src/keyfile.hg b/glib/src/keyfile.hg
index 17ff3abd..07a66c52 100644
--- a/glib/src/keyfile.hg
+++ b/glib/src/keyfile.hg
@@ -90,7 +90,7 @@ _WRAP_GERROR(KeyFileError, GKeyFileError, G_KEY_FILE_ERROR, NO_GTYPE)
* times; the last entry wins. Key files may also contain multiple groups with the same name; they are merged
* together. Another difference is that keys and group names in key files are not restricted to ASCII characters.
*
- * @since{2,14}
+ * @newin{2,14}
*/
class KeyFile
{
@@ -231,7 +231,7 @@ public:
* @return The value of @a key as an double
* @throw Glib::KeyFileError
*
- * @since{2,14}
+ * @newin{2,14}
*/
#ifdef GLIBMM_EXCEPTIONS_ENABLED
double get_double(const Glib::ustring& key) const;
@@ -245,7 +245,7 @@ public:
/** Associates a new double value with @a key under the start group.
* If @a key cannot be found then it is created.
*
- * @since{2,12}
+ * @newin{2,12}
* @param key A key.
* @param value An double value.
*/
@@ -409,7 +409,7 @@ public:
* @param key The name of a key
* @param list A list holding object of type int
*
- * @since{2,14}
+ * @newin{2,14}
*/
void set_double_list(const Glib::ustring& group_name, const Glib::ustring& key, const Glib::ArrayHandle<double>& list);
_IGNORE(g_key_file_set_double_list)