Function
Foundryjson_parser_load_from_file
Declaration [src]
DexFuture*
foundry_json_parser_load_from_file (
JsonParser* parser,
GFile* file
)
Description [src]
Loads file
into parser
and returns a future that resolves
when that has completed.
Parameters
parser
-
Type:
JsonParser
A
JsonParser
.The data is owned by the caller of the function. file
-
Type:
GFile
A
GFile
.The data is owned by the caller of the function.