Include dependency graph for history.h:

Go to the source code of this file.
Data Structures | |
| struct | history_item_t |
| struct | history_t |
Defines | |
| #define | XARRAY_EMBED_IN_HOST_C_FILE |
Typedefs | |
| typedef history_item_t | history_item_t |
| typedef history_t | history_t |
Functions | |
| history_t * | history_New (void) |
| bool | history_GoBackSavingCurrentItem (history_t *, history_item_t *) |
| bool | history_GoForwardSavingCurrentItem (history_t *, history_item_t *) |
| bool | history_CanGoBack (history_t *) |
| bool | history_CanGoForward (history_t *) |
| history_item_t * | history_Item (history_t *) |
| void | history_Prune (history_t *) |
| void | history_PruneAndInsert (history_t *, history_item_t *) |
| unsigned int | history_Count (history_t *) |
| unsigned int | history_Index (history_t *) |
| history_item_t * | historyItem_New (char *, char *) |
| #define XARRAY_EMBED_IN_HOST_C_FILE |
| typedef struct history_item_t history_item_t |
| bool history_CanGoBack | ( | history_t * | ) |
| bool history_CanGoForward | ( | history_t * | ) |
| unsigned int history_Count | ( | history_t * | ) |
| bool history_GoBackSavingCurrentItem | ( | history_t * | , | |
| history_item_t * | ||||
| ) |
| bool history_GoForwardSavingCurrentItem | ( | history_t * | , | |
| history_item_t * | ||||
| ) |
| unsigned int history_Index | ( | history_t * | ) |
| history_item_t* history_Item | ( | history_t * | ) |
| history_t* history_New | ( | void | ) |
| void history_Prune | ( | history_t * | ) |
| void history_PruneAndInsert | ( | history_t * | , | |
| history_item_t * | ||||
| ) |
| history_item_t* historyItem_New | ( | char * | , | |
| char * | ||||
| ) |
1.5.1