Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <libaudcore/core.h>
Go to the source code of this file.
Functions | |
void | adder_init (void) |
void | adder_cleanup (void) |
void | art_init (void) |
void | art_cleanup (void) |
void | chardet_init (void) |
void | config_load (void) |
void | config_save (void) |
void | config_cleanup (void) |
void | history_cleanup (void) |
bool_t | do_autosave (void) |
void | mpris_signals_init (void) |
void | mpris_signals_cleanup (void) |
void | signals_init (void) |
char * | get_associated_image_file (const char *filename) |
Variables | |
bool_t | headless |
void adder_cleanup | ( | void | ) |
Definition at line 498 of file adder.c.
Referenced by shut_down().
void adder_init | ( | void | ) |
Definition at line 490 of file adder.c.
Referenced by init_two().
void art_cleanup | ( | void | ) |
Definition at line 164 of file art.c.
Referenced by shut_down().
void art_init | ( | void | ) |
Definition at line 158 of file art.c.
Referenced by init_two().
void chardet_init | ( | void | ) |
Definition at line 207 of file chardet.c.
Referenced by init_two().
void config_cleanup | ( | void | ) |
Definition at line 161 of file config.c.
Referenced by shut_down().
void config_load | ( | void | ) |
Definition at line 106 of file config.c.
Referenced by init_two().
void config_save | ( | void | ) |
Definition at line 133 of file config.c.
Referenced by do_autosave(), and shut_down().
char* get_associated_image_file | ( | const char * | filename | ) |
Definition at line 190 of file ui_albumart.c.
Referenced by art_item_new().
void history_cleanup | ( | void | ) |
Definition at line 81 of file history.c.
Referenced by shut_down().
void mpris_signals_cleanup | ( | void | ) |
Definition at line 50 of file mpris-signals.c.
Referenced by shut_down().
void mpris_signals_init | ( | void | ) |
Definition at line 31 of file mpris-signals.c.
Referenced by init_two().
void signals_init | ( | void | ) |
Definition at line 43 of file signals.c.
Referenced by init_two().
bool_t headless |
Definition at line 55 of file main.c.
Referenced by init_two(), start_plugins(), status_cb(), status_done_locked(), and stop_plugins().