|
Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <glib.h>#include <stdio.h>#include <string.h>#include <libaudcore/hook.h>#include "main.h"#include "misc.h"Go to the source code of this file.
Macros | |
| #define | MAX_ENTRIES 30 |
Functions | |
| static void | history_save (void) |
| static void | history_load (void) |
| void | history_cleanup (void) |
| const char * | history_get (int entry) |
| void | history_add (const char *path) |
Variables | |
| static GQueue | history = G_QUEUE_INIT |
| static bool_t | loaded |
| static bool_t | modified |
| #define MAX_ENTRIES 30 |
Definition at line 29 of file history.c.
Referenced by history_save().
| void history_cleanup | ( | void | ) |
Definition at line 81 of file history.c.
Referenced by shut_down().
|
static |
Definition at line 57 of file history.c.
Referenced by history_add(), and history_get().
|
static |
Definition at line 34 of file history.c.
Referenced by history_cleanup(), and history_load().
|
static |
Definition at line 31 of file history.c.
Referenced by history_add(), history_cleanup(), history_get(), history_load(), and history_save().
|
static |
Definition at line 32 of file history.c.
Referenced by history_cleanup(), history_load(), plugin_load(), and plugin_new().
|
static |
Definition at line 32 of file history.c.
Referenced by history_add(), history_cleanup(), and history_save().
1.8.5