#include <openldev-auto-list.h>
Public Attributes | |
GCompletion * | autolist |
AutoList holds all of the words that can be used when automatic completion is enabled. You can use the built in functions to add files to parse, or you can add new GLists containing strings of words manually.
Under most circumstances, this should not be accessed directly unless you know what you are doing. Instead, use the provided functions to add words to the list or to parse your own files.
Definition at line 32 of file openldev-auto-list.h.
|
A list of all of the words used when searching for matches for automatic completion. This should not be accessed directly under most circumstances. |