girara
|
Go to the source code of this file.
Functions | |
girara_completion_t * | girara_completion_init (void) GIRARA_VISIBLE |
girara_completion_group_t * | girara_completion_group_create (girara_session_t *session, const char *name) GIRARA_VISIBLE |
void | girara_completion_group_free (girara_completion_group_t *group) GIRARA_VISIBLE |
void | girara_completion_add_group (girara_completion_t *completion, girara_completion_group_t *group) GIRARA_VISIBLE |
void | girara_completion_free (girara_completion_t *completion) GIRARA_VISIBLE |
void | girara_completion_group_add_element (girara_completion_group_t *group, const char *value, const char *description) GIRARA_VISIBLE |
void girara_completion_add_group | ( | girara_completion_t * | completion, |
girara_completion_group_t * | group | ||
) |
Adds an group to a completion object
completion | The completion object |
group | The completion group |
void girara_completion_free | ( | girara_completion_t * | completion | ) |
Frees an completion and all of its groups and elements
completion | The completion |
void girara_completion_group_add_element | ( | girara_completion_group_t * | group, |
const char * | value, | ||
const char * | description | ||
) |
Adds an element to a completion group
group | The completion group |
value | Value of the entry |
description | Description of the entry |
girara_completion_group_t * girara_completion_group_create | ( | girara_session_t * | session, |
const char * | name | ||
) |
Creates an girara completion group
void girara_completion_group_free | ( | girara_completion_group_t * | group | ) |
Frees a completion group
group | The group |
girara_completion_t * girara_completion_init | ( | void | ) |
Creates an girara completion object