[glib/fix-annotations] Fix doc stanzas for GDataInputStream properties
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/fix-annotations] Fix doc stanzas for GDataInputStream properties
- Date: Tue, 27 Jul 2021 11:51:11 +0000 (UTC)
commit 39d5f344422df4c835e1c76eb9380f35c5a97e25
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Jul 27 12:50:03 2021 +0100
Fix doc stanzas for GDataInputStream properties
There's no such thing as a GDataStream.
gio/gdatainputstream.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/gdatainputstream.c b/gio/gdatainputstream.c
index edbead103..a9db6269b 100644
--- a/gio/gdatainputstream.c
+++ b/gio/gdatainputstream.c
@@ -76,9 +76,9 @@ g_data_input_stream_class_init (GDataInputStreamClass *klass)
object_class->set_property = g_data_input_stream_set_property;
/**
- * GDataStream:byte-order:
+ * GDataInputStream:byte-order:
*
- * The ::byte-order property determines the byte ordering that
+ * The :byte-order property determines the byte ordering that
* is used when reading multi-byte entities (such as integers)
* from the stream.
*/
@@ -92,7 +92,7 @@ g_data_input_stream_class_init (GDataInputStreamClass *klass)
G_PARAM_READWRITE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_BLURB));
/**
- * GDataStream:newline-type:
+ * GDataInputStream:newline-type:
*
* The :newline-type property determines what is considered
* as a line ending when reading complete lines from the stream.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]