|
girara
|
#include <input-history.h>
Data Fields | |
| GTypeInterface | parent_iface |
| void(*) | append (GiraraInputHistoryIO *io, const char *input) |
| girara_list_t *(*) | read (GiraraInputHistoryIO *io) |
| void(*) | reserved1 (void) |
| void(*) | reserved2 (void) |
| void(*) | reserved3 (void) |
| void(*) | reserved4 (void) |
Definition at line 11 of file input-history.h.
| void(*) GiraraInputHistoryIOInterface::append(GiraraInputHistoryIO *io, const char *input) |
Write a line of input to the input history storage.
| io | a GiraraInputHistoryIO object |
| input | the input |
Definition at line 22 of file input-history.h.
| GTypeInterface GiraraInputHistoryIOInterface::parent_iface |
Definition at line 12 of file input-history.h.
| girara_list_t *(*) GiraraInputHistoryIOInterface::read(GiraraInputHistoryIO *io) |
Read all items from the input history storage.
| io | a GiraraInputHistoryIO object |
Definition at line 30 of file input-history.h.
| void(*) GiraraInputHistoryIOInterface::reserved1(void) |
Definition at line 33 of file input-history.h.
| void(*) GiraraInputHistoryIOInterface::reserved2(void) |
Definition at line 34 of file input-history.h.
| void(*) GiraraInputHistoryIOInterface::reserved3(void) |
Definition at line 35 of file input-history.h.
| void(*) GiraraInputHistoryIOInterface::reserved4(void) |
Definition at line 36 of file input-history.h.