Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GDataStreamNewlineType |
Enum : | DataStreamNewlineType |
Properties | |
---|---|
guint32 Gio.DataStreamNewlineType.ANY : 3
|
|
guint32 Gio.DataStreamNewlineType.CR : 1
|
|
guint32 Gio.DataStreamNewlineType.CR_LF : 2
|
|
guint32 Gio.DataStreamNewlineType.LF : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.DataInputStream
Property |
newline_type : Gio.DataStreamNewlineType
|
Gio.DataInputStream
Method |
get_newline_type
()
:
Gio.DataStreamNewlineType
Gets the current newline type for the stream.
|
Gio.DataInputStream
Method |
set_newline_type
(DataStreamNewlineType type)
:
none
Sets the newline type for the stream.
|