Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gcompletion.h>
Data Fields | |
GList * | items |
GCompletionFunc | func |
gchar * | prefix |
GList * | cache |
GCompletionStrncmpFunc | strncmp_func |
Definition at line 49 of file gcompletion.h.
GList* _GCompletion::cache |
Definition at line 55 of file gcompletion.h.
GCompletionFunc _GCompletion::func |
Definition at line 52 of file gcompletion.h.
GList* _GCompletion::items |
Definition at line 51 of file gcompletion.h.
gchar* _GCompletion::prefix |
Definition at line 54 of file gcompletion.h.
GCompletionStrncmpFunc _GCompletion::strncmp_func |
Definition at line 56 of file gcompletion.h.