[glib] Added missing "Since:" annotations for g_input_stream_read_bytes() APIs.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Added missing "Since:" annotations for g_input_stream_read_bytes() APIs.
- Date: Tue, 8 Jul 2014 16:19:09 +0000 (UTC)
commit e608ec7b2e47d29fa189fca6e97f484f41c115a4
Author: Tristan Van Berkom <tristan upstairslabs com>
Date: Tue Jul 8 13:13:51 2014 -0300
Added missing "Since:" annotations for g_input_stream_read_bytes() APIs.
gio/ginputstream.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gio/ginputstream.c b/gio/ginputstream.c
index a2fd55d..b0dce76 100644
--- a/gio/ginputstream.c
+++ b/gio/ginputstream.c
@@ -298,6 +298,8 @@ g_input_stream_read_all (GInputStream *stream,
* On error %NULL is returned and @error is set accordingly.
*
* Returns: a new #GBytes, or %NULL on error
+ *
+ * Since: 2.34
**/
GBytes *
g_input_stream_read_bytes (GInputStream *stream,
@@ -714,6 +716,8 @@ read_bytes_callback (GObject *stream,
* Any outstanding I/O request with higher priority (lower numerical
* value) will be executed before an outstanding request with lower
* priority. Default priority is %G_PRIORITY_DEFAULT.
+ *
+ * Since: 2.34
**/
void
g_input_stream_read_bytes_async (GInputStream *stream,
@@ -745,6 +749,8 @@ g_input_stream_read_bytes_async (GInputStream *stream,
* Finishes an asynchronous stream read-into-#GBytes operation.
*
* Returns: the newly-allocated #GBytes, or %NULL on error
+ *
+ * Since: 2.34
**/
GBytes *
g_input_stream_read_bytes_finish (GInputStream *stream,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]