summaryrefslogtreecommitdiff
path: root/glib/src/fileutils.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/fileutils.hg')
-rw-r--r--glib/src/fileutils.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/src/fileutils.hg b/glib/src/fileutils.hg
index bfe37f3f..9a541aa7 100644
--- a/glib/src/fileutils.hg
+++ b/glib/src/fileutils.hg
@@ -423,12 +423,12 @@ std::string file_get_contents(const std::string& filename);
* If the call was not successful, an exception is thrown.
* Possible error codes are those in the FileError enumeration.
*
- * @since{2,22}
+ * @newin{2,22}
**/
void file_set_contents (const std::string& filename, const gchar *contents, gssize length);
/** A variant of file_set_contents which accepts a standard C++ string
*
- * @since{2,22}
+ * @newin{2,22}
* */
void file_set_contents (const std::string& filename, const std::string& contents);