TypeScript API Documentation for DEX
API Version: 1
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v5.2.0
Since 1.1
Reads a line from the data input stream.
Wraps Gio.DataInputStream.read_line_async.
a Gio.DataInputStream
the [IO priority][iface@Gio.AsyncResult#io-priority] of the request
a Dex.Future that resolves to a string containing the line (without the line terminator), or null if the end of the stream is reached.
null
1.1
Reads a line from the data input stream.
Wraps Gio.DataInputStream.read_line_async.