Include dependency graph for history.c:

Functions | |
| static void | history_Dump (history_t *p_history) |
| history_t * | history_New (void) |
| bool | history_GoBackSavingCurrentItem (history_t *p_history, history_item_t *p_item) |
| bool | history_GoForwardSavingCurrentItem (history_t *p_history, history_item_t *p_item) |
| bool | history_CanGoBack (history_t *p_history) |
| bool | history_CanGoForward (history_t *p_history) |
| history_item_t * | history_Item (history_t *p_history) |
| void | history_Prune (history_t *p_history) |
| void | history_PruneAndInsert (history_t *p_history, history_item_t *p_item) |
| unsigned int | history_Count (history_t *p_history) |
| unsigned int | history_Index (history_t *p_history) |
| history_item_t * | historyItem_New (char *psz_name, char *psz_uri) |
| bool history_CanGoBack | ( | history_t * | p_history | ) |
| bool history_CanGoForward | ( | history_t * | p_history | ) |
| unsigned int history_Count | ( | history_t * | p_history | ) |
| static void history_Dump | ( | history_t * | p_history | ) | [static] |
| bool history_GoBackSavingCurrentItem | ( | history_t * | p_history, | |
| history_item_t * | p_item | |||
| ) |
| bool history_GoForwardSavingCurrentItem | ( | history_t * | p_history, | |
| history_item_t * | p_item | |||
| ) |
| unsigned int history_Index | ( | history_t * | p_history | ) |
| history_item_t* history_Item | ( | history_t * | p_history | ) |
| history_t* history_New | ( | void | ) |
| void history_Prune | ( | history_t * | p_history | ) |
| void history_PruneAndInsert | ( | history_t * | p_history, | |
| history_item_t * | p_item | |||
| ) |
| history_item_t* historyItem_New | ( | char * | psz_name, | |
| char * | psz_uri | |||
| ) |
1.5.1