From: Mart Raudsepp Date: Sat, 12 Sep 2009 16:49:01 +0000 (+0300) Subject: gio: Fix a Since tag to actually show up in new API of 2.20 indeces X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6c061da2a232d8c817d9744a234ceee7b87b3dd8;p=dana%2Fcg-glib.git gio: Fix a Since tag to actually show up in new API of 2.20 indeces Typo made in e05426062 --- diff --git a/gio/gdatainputstream.c b/gio/gdatainputstream.c index e2dccf84..2407637c 100644 --- a/gio/gdatainputstream.c +++ b/gio/gdatainputstream.c @@ -1196,7 +1196,7 @@ g_data_input_stream_read_until_async (GDataInputStream *stream, * On an error, it will return %NULL and @error will be set. If there's no * content to read, it will still return %NULL, but @error won't be set. * - * Since: 2,20 + * Since: 2.20 */ gchar * g_data_input_stream_read_line_finish (GDataInputStream *stream,