From 686f32fcc24a380400846c20c824fa5ef6484772 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 7 Jun 2011 17:19:24 -0400 Subject: [PATCH] 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 file 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, -- 2.7.4