Method
FoundryCliCommandTreecomplete
Declaration [src]
char**
foundry_cli_command_tree_complete (
FoundryCliCommandTree* self,
FoundryCommandLine* command_line,
const char* line,
int point,
const char* current
)
Parameters
command_line
-
Type:
FoundryCommandLine
No description available.
The data is owned by the caller of the method. line
-
Type:
const char*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. point
-
Type:
int
No description available.
current
-
Type:
const char*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.