Paraslash Audio Streaming | |
About News Download Documentation Development |
A completer is simply a function pointer and name of the command for which it performs completion. More...
#include <interactive.h>
Data Fields | |
const char * | name |
The command for which this completer provides completion. More... | |
void(* | completer )(struct i9e_completion_info *, struct i9e_completion_result *) |
The completer returns all possible completions via the second parameter. More... | |
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.
void(* completer) (struct i9e_completion_info *, struct i9e_completion_result *) |
The completer returns all possible completions via the second parameter.