glib r7872 - trunk/gio



Author: matthiasc
Date: Tue Feb 17 06:32:44 2009
New Revision: 7872
URL: http://svn.gnome.org/viewvc/glib?rev=7872&view=rev

Log:
Add missing exports


Modified:
   trunk/gio/ChangeLog
   trunk/gio/gdatainputstream.c
   trunk/gio/gio.symbols

Modified: trunk/gio/gdatainputstream.c
==============================================================================
--- trunk/gio/gdatainputstream.c	(original)
+++ trunk/gio/gdatainputstream.c	Tue Feb 17 06:32:44 2009
@@ -1130,7 +1130,9 @@
  *
  * 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 @@
  * @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 @@
  *
  * 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 @@
  *
  * 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,

Modified: trunk/gio/gio.symbols
==============================================================================
--- trunk/gio/gio.symbols	(original)
+++ trunk/gio/gio.symbols	Tue Feb 17 06:32:44 2009
@@ -172,6 +172,8 @@
 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
 



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