+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 ===
*
* 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,
* @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,
*
* 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,
*
* 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,
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