Constructor
FoundryCompileCommandsnew
Declaration [src]
DexFuture*
foundry_compile_commands_new (
GFile* file
)
Description [src]
Creates a new FoundryCompileCommands
object containing the parsed values
from a compile_commands.json file.
Return value
Type: DexFuture
A DexFuture
that resolves
to a FoundryCompileCommands
or rejects with error.
The caller of the function takes ownership of the data, and is responsible for freeing it. |