From e05426062bdfaca684f057230b1e8a1a906a7014 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 17 Feb 2009 06:32:44 +0000 Subject: [PATCH] Add missing exports svn path=/trunk/; revision=7872 --- gio/ChangeLog | 6 ++++++ gio/gdatainputstream.c | 20 ++++++++++++++------ gio/gio.symbols | 2 ++ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index d4269cd0..a2ca03f3 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,9 @@ +2009-02-17 Matthias Clasen + + * gio.symbols: Add missing exports for new API + + * gdatainputstream.c: Add missing Since: tags. + 2009-02-16 Matthias Clasen * === Released 2.19.7 === diff --git a/gio/gdatainputstream.c b/gio/gdatainputstream.c index 3e8ce0e2..d61804ba 100644 --- a/gio/gdatainputstream.c +++ b/gio/gdatainputstream.c @@ -1130,7 +1130,9 @@ g_data_input_stream_read_finish (GDataInputStream *stream, * * The asynchronous version of g_data_input_stream_read_line(). It is * an error to have two outstanding calls to this function. - **/ + * + * Since: 2.20 + */ void g_data_input_stream_read_line_async (GDataInputStream *stream, gint io_priority, @@ -1156,9 +1158,11 @@ g_data_input_stream_read_line_async (GDataInputStream *stream, * @callback: callback to call when the request is satisfied. * @user_data: the data to pass to callback function. * - * The asynchronous version of g_data_input_stream_read_until(). It is - * an error to have two outstanding calls to this function. - **/ + * The asynchronous version of g_data_input_stream_read_until(). + * It is an error to have two outstanding calls to this function. + * + * Since: 2.20 + */ void g_data_input_stream_read_until_async (GDataInputStream *stream, const gchar *stop_chars, @@ -1185,7 +1189,9 @@ g_data_input_stream_read_until_async (GDataInputStream *stream, * * Finish an asynchronous call started by * g_data_input_stream_read_line_async(). - **/ + * + * Since: 2,20 + */ gchar * g_data_input_stream_read_line_finish (GDataInputStream *stream, GAsyncResult *result, @@ -1208,7 +1214,9 @@ g_data_input_stream_read_line_finish (GDataInputStream *stream, * * Finish an asynchronous call started by * g_data_input_stream_read_until_async(). - **/ + * + * Since: 2.20 + */ gchar * g_data_input_stream_read_until_finish (GDataInputStream *stream, GAsyncResult *result, diff --git a/gio/gio.symbols b/gio/gio.symbols index bfeaf60a..f73e9ff5 100644 --- a/gio/gio.symbols +++ b/gio/gio.symbols @@ -172,6 +172,8 @@ g_data_input_stream_read_line g_data_input_stream_read_line_async g_data_input_stream_read_line_finish g_data_input_stream_read_until +g_data_input_stream_read_until_async +g_data_input_stream_read_until_finish #endif #endif -- 2.34.1