#include <girara/types.h>Go to the source code of this file.
Functions | |
| girara_completion_t * | cc_open (girara_session_t *session, const char *input) |
| girara_completion_t * | cc_write (girara_session_t *session, const char *input) |
| girara_completion_t * | cc_bookmarks (girara_session_t *session, const char *input) |
| girara_completion_t * | cc_export (girara_session_t *session, const char *input) |
| girara_completion_t* cc_bookmarks | ( | girara_session_t * | session, |
| const char * | input | ||
| ) |
Completion for the bmarks command - Creates a list of bookmarks
| session | The used girara session |
| input | The current input |
Definition at line 230 of file completion.c.
| girara_completion_t* cc_export | ( | girara_session_t * | session, |
| const char * | input | ||
| ) |
Completion for the export command - Creates a list of attachments
| session | the girara session |
| input | the current input |
Definition at line 274 of file completion.c.
| girara_completion_t* cc_open | ( | girara_session_t * | session, |
| const char * | input | ||
| ) |
Completion for the open command - Creates a list of accesible directories or files
| session | The used girara session |
| input | The current input |
Definition at line 210 of file completion.c.
| girara_completion_t* cc_write | ( | girara_session_t * | session, |
| const char * | input | ||
| ) |
Completion for the write command - Creates a list of accesible directories or files
| session | The used girara session |
| input | The current input |
Definition at line 220 of file completion.c.
1.8.3.1