[glib] Fix "Since" tags on g_data_input_stream_read_upto{,_async}



commit 686f32fcc24a380400846c20c824fa5ef6484772
Author: Dan Winship <danw gnome org>
Date:   Tue Jun 7 17:19:24 2011 -0400

    Fix "Since" tags on g_data_input_stream_read_upto{,_async}
    
    https://bugzilla.gnome.org/show_bug.cgi?id=647930

 gio/gdatainputstream.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gdatainputstream.c b/gio/gdatainputstream.c
index 2ab6bd6..a4f0078 100644
--- a/gio/gdatainputstream.c
+++ b/gio/gdatainputstream.c
@@ -1261,7 +1261,7 @@ g_data_input_stream_read_until_finish (GDataInputStream  *stream,
  *     a #gsize to get the length of the string. This function will
  *     return %NULL on an error
  *
- * Since: 2.24
+ * Since: 2.26
  */
 char *
 g_data_input_stream_read_upto (GDataInputStream  *stream,
@@ -1354,7 +1354,7 @@ g_data_input_stream_read_upto (GDataInputStream  *stream,
  * can then call g_data_input_stream_read_upto_finish() to get
  * the result of the operation.
  *
- * Since: 2.24
+ * Since: 2.26
  */
 void
 g_data_input_stream_read_upto_async (GDataInputStream    *stream,



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