|
Paraslash Audio Streaming |
About News Download Documentation Development |
Data Fields | |
const char * | name |
void(* | completer )(struct i9e_completion_info *, struct i9e_completion_result *) |
const char* name |
The command for which this completer provides completion.
void(* completer) (struct i9e_completion_info *, struct i9e_completion_result *) |
The completer returns all possible completions via the second parameter.