gdatainputstream: Add Since: tags and update gio-sections.txt
authorColin Walters <walters@verbum.org>
Fri, 17 Jun 2011 12:52:05 +0000 (08:52 -0400)
committerColin Walters <walters@verbum.org>
Fri, 17 Jun 2011 12:52:23 +0000 (08:52 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=652758

docs/reference/gio/gio-sections.txt
gio/gdatainputstream.c

index 930ce94..0f09d70 100644 (file)
@@ -670,8 +670,10 @@ g_data_input_stream_read_uint32
 g_data_input_stream_read_int64
 g_data_input_stream_read_uint64
 g_data_input_stream_read_line
+g_data_input_stream_read_line_utf8
 g_data_input_stream_read_line_async
 g_data_input_stream_read_line_finish
+g_data_input_stream_read_line_finish_utf8
 g_data_input_stream_read_upto
 g_data_input_stream_read_upto_async
 g_data_input_stream_read_upto_finish
index ff866a6..5c9184c 100644 (file)
@@ -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,