paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
i9e_completion_result Struct Reference

Completion information returned by the completers. More...

#include <interactive.h>

Data Fields

char ** matches
 NULL-terminated array of possible completions. More...
 
bool filename_completion_desired
 Whether standard filename completion should be performed. More...
 
bool dont_append_space
 Suppress adding a space character after the completed word. More...
 

Detailed Description

Completion information returned by the completers.

Field Documentation

◆ matches

char** matches

NULL-terminated array of possible completions.

Referenced by i9e_complete_option(), and i9e_ll_completer().

◆ filename_completion_desired

bool filename_completion_desired

Whether standard filename completion should be performed.

◆ dont_append_space

bool dont_append_space

Suppress adding a space character after the completed word.

Referenced by i9e_complete_option().


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