|
|
Paraslash Audio Streaming |
| About News Download Documentation Development |
Data Fields | |
| const char * | name |
| void(* | completer )(struct i9e_completion_info *, struct i9e_completion_result *) |
A completer is simply a function pointer and name of the command for which it performs completion.
| const char* name |
The command for which this completer provides completion.
Referenced by i9e_complete_commands().
| void(* completer) (struct i9e_completion_info *, struct i9e_completion_result *) |
The completer returns all possible completions via the second parameter.