GDBusWorker: move flush async op into continue_writing()
[platform/upstream/glib.git] / gio / gdatainputstream.c
index ff866a6..d5dd2fd 100644 (file)
@@ -251,7 +251,7 @@ g_data_input_stream_get_byte_order (GDataInputStream *stream)
  * 
  * Note that using G_DATA_STREAM_NEWLINE_TYPE_ANY is slightly unsafe. If a read
  * chunk ends in "CR" we must read an additional byte to know if this is "CR" or
- * "CR LF", and this might block if there is no more data availible.
+ * "CR LF", and this might block if there is no more data available.
  *  
  **/
 void
@@ -832,6 +832,8 @@ g_data_input_stream_read_line (GDataInputStream  *stream,
  *  return %NULL and @error will be set.  For UTF-8 conversion errors,
  *  the set error domain is %G_CONVERT_ERROR.  If there's no content to
  *  read, it will still return %NULL, but @error won't be set.
+ *
+ * Since: 2.30
  **/
 char *
 g_data_input_stream_read_line_utf8 (GDataInputStream  *stream,
@@ -1271,7 +1273,7 @@ g_data_input_stream_read_line_finish (GDataInputStream  *stream,
  *  %G_CONVERT_ERROR.  If there's no content to read, it will still
  *  return %NULL, but @error won't be set.
  *
- * Since: 2.20
+ * Since: 2.30
  */
 gchar *
 g_data_input_stream_read_line_finish_utf8 (GDataInputStream  *stream,