Add missing exports
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 17 Feb 2009 06:32:44 +0000 (06:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 17 Feb 2009 06:32:44 +0000 (06:32 +0000)
svn path=/trunk/; revision=7872

gio/ChangeLog
gio/gdatainputstream.c
gio/gio.symbols

index d4269cd01f42aa9073cf05e7ea6dc6b52b136aa1..a2ca03f3e1b3b0b544cbef5a9b7e0731355df93e 100644 (file)
@@ -1,3 +1,9 @@
+2009-02-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gio.symbols: Add missing exports for new API
+
+       * gdatainputstream.c: Add missing Since: tags.
+
 2009-02-16  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.19.7 ===
index 3e8ce0e20e417e9517507fec7906083fda914f5d..d61804babb6ee8dd115d82d69114b804f51862fd 100644 (file)
@@ -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,
index bfeaf60a0bfd6ca704ec662a8f96e7d42da86d65..f73e9ff5c08e478781644af52600da11af990836 100644 (file)
@@ -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