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) |
void | smclient_init (void) |
char * | get_associated_image_file (const char *filename) |
Variables | |
bool_t | headless |
void adder_cleanup | ( | void | ) |
Definition at line 506 of file adder.c.
Referenced by shut_down().
void adder_init | ( | void | ) |
Definition at line 498 of file adder.c.
Referenced by init_two().
void art_cleanup | ( | void | ) |
Definition at line 166 of file art.c.
Referenced by shut_down().
void art_init | ( | void | ) |
Definition at line 160 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 157 of file config.c.
Referenced by shut_down().
void config_load | ( | void | ) |
Definition at line 102 of file config.c.
Referenced by init_two().
void config_save | ( | void | ) |
Definition at line 129 of file config.c.
Referenced by do_autosave(), and shut_down().
char* get_associated_image_file | ( | const char * | filename | ) |
Definition at line 196 of file ui_albumart.c.
Referenced by art_item_new().
void history_cleanup | ( | void | ) |
Definition at line 83 of file history.c.
Referenced by shut_down().
void mpris_signals_cleanup | ( | void | ) |
Definition at line 56 of file mpris-signals.c.
Referenced by shut_down().
void mpris_signals_init | ( | void | ) |
Definition at line 37 of file mpris-signals.c.
Referenced by init_two().
void signals_init | ( | void | ) |
Definition at line 45 of file signals.c.
Referenced by init_two().
void smclient_init | ( | void | ) |
Definition at line 59 of file smclient.c.
Referenced by init_two().
Definition at line 65 of file main.c.
Referenced by init_two(), start_plugins(), status_cb(), status_done_locked(), and stop_plugins().