Foundry.CompileCommands¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Foundry.CompileCommands(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(file)¶
- Parameters:
file (
Gio.File) – a [iface`Gio`.File] to load- Returns:
a [class`Dex`.Future] that resolves to a [class`Foundry`.CompileCommands] or rejects with error.
- Return type:
Creates a new
Foundry.CompileCommandsobject containing the parsed values from a compile_commands.json file.