paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
i9e_completer Struct Reference

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...
 

Detailed Description

A completer is simply a function pointer and name of the command for which it performs completion.

Field Documentation

◆ name

const char* name

The command for which this completer provides completion.

◆ completer

void(* completer) (struct i9e_completion_info *, struct i9e_completion_result *)

The completer returns all possible completions via the second parameter.


The documentation for this struct was generated from the following file: