[glib] Correct some Since tags



commit 8558ae9ad4411dfdcd76180aaa421b29fc587571
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 29 11:57:42 2011 -0500

    Correct some Since tags
    
    As pointed out in bug 666951, g_mkdtemp and g_mkdtemp_full
    were only added in 2.30.

 glib/gfileutils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gfileutils.c b/glib/gfileutils.c
index 9b603a5..cb306ef 100644
--- a/glib/gfileutils.c
+++ b/glib/gfileutils.c
@@ -1410,7 +1410,7 @@ wrap_mkdir (gchar *tmpl,
  *     to hold the directory name. In case of errors, %NULL is
  *     returned, and %errno will be set.
  *
- * Since: 2.26
+ * Since: 2.30
  */
 gchar *
 g_mkdtemp_full (gchar *tmpl,
@@ -1442,7 +1442,7 @@ g_mkdtemp_full (gchar *tmpl,
  *     to hold the directory name.  In case of errors, %NULL is
  *     returned and %errno will be set.
  *
- * Since: 2.26
+ * Since: 2.30
  */
 gchar *
 g_mkdtemp (gchar *tmpl)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]