Method
IdeCompileCommandsload
Declaration
gboolean
ide_compile_commands_load (
IdeCompileCommands* self,
GFile* file,
GCancellable* cancellable,
GError** error
)
Description
Synchronously loads the contents of the requested file
and parses
the JSON command database contained within.
You may only call this function once on an IdeCompileCommands
object.
If there is a failure, you must create a new IdeCompileCommands
instance
instead of calling this function again.
See also: ide_compile_commands_load_async()
Available since: | 3.32 |