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 494 of file adder.c.
Referenced by shut_down().
void adder_init | ( | void | ) |
Definition at line 486 of file adder.c.
Referenced by init_two().
void art_cleanup | ( | void | ) |
Definition at line 205 of file art.c.
Referenced by shut_down().
void art_init | ( | void | ) |
Definition at line 196 of file art.c.
Referenced by init_two().
void chardet_init | ( | void | ) |
Definition at line 206 of file chardet.c.
Referenced by init_two().
void config_cleanup | ( | void | ) |
Definition at line 162 of file config.c.
Referenced by shut_down().
void config_load | ( | void | ) |
Definition at line 107 of file config.c.
Referenced by init_two().
void config_save | ( | void | ) |
Definition at line 134 of file config.c.
Referenced by do_autosave(), and shut_down().
char* get_associated_image_file | ( | const char * | filename | ) |
Definition at line 189 of file ui_albumart.c.
Referenced by scan_worker().
void history_cleanup | ( | void | ) |
Definition at line 81 of file history.c.
Referenced by shut_down().
void mpris_signals_cleanup | ( | void | ) |
Definition at line 52 of file mpris-signals.c.
Referenced by shut_down().
void mpris_signals_init | ( | void | ) |
Definition at line 33 of file mpris-signals.c.
Referenced by init_two().
void signals_init | ( | void | ) |
Definition at line 42 of file signals.c.
Referenced by init_two().
bool_t headless |
Definition at line 53 of file main.c.
Referenced by init_two(), start_plugins(), status_cb(), status_done_locked(), and stop_plugins().