mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Fix doc stanzas for GDataInputStream properties
There's no such thing as a GDataStream.
This commit is contained in:
parent
808cde540a
commit
39d5f34442
@ -76,9 +76,9 @@ g_data_input_stream_class_init (GDataInputStreamClass *klass)
|
|||||||
object_class->set_property = g_data_input_stream_set_property;
|
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)
|
* is used when reading multi-byte entities (such as integers)
|
||||||
* from the stream.
|
* 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));
|
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
|
* The :newline-type property determines what is considered
|
||||||
* as a line ending when reading complete lines from the stream.
|
* as a line ending when reading complete lines from the stream.
|
||||||
|
Loading…
Reference in New Issue
Block a user