Function
Dexdata_input_stream_read_upto
unstable since: 1.2
Declaration [src]
DexFuture*
dex_data_input_stream_read_upto (
GDataInputStream* stream,
const char* stop_chars,
gssize stop_chars_len,
int io_priority
)
Parameters
stream-
Type:
GDataInputStreamThe data is owned by the caller of the function. stop_chars-
Type:
const char*Characters to terminate the read.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. stop_chars_len-
Type:
gssizeLength of
stop_chars, or -1 ifstop_charsis nul-terminated. io_priority-
Type:
intThe IO priority of the request.