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:
JsonParserA
JsonParser.The data is owned by the caller of the function. file-
Type:
GFileA
GFile.The data is owned by the caller of the function.