Function
Foundryjson_parser_load_from_stream
Declaration [src]
DexFuture*
foundry_json_parser_load_from_stream (
JsonParser* parser,
GInputStream* stream
)
Description [src]
Like json_parser_load_from_stream() but asynchronous and returns
a DexFuture which can be awaited upon.
Parameters
parser-
Type:
JsonParserA
JsonParser.The data is owned by the caller of the function. stream-
Type:
GInputStreamA
GInputStream.The data is owned by the caller of the function.