|
MPD
0.17~git
|
#include <glib.h>Go to the source code of this file.
Functions | |
| int | mpd_main (int argc, char *argv[]) |
| A entry point for application. | |
Variables | |
| GThread * | main_task |
| GMainLoop * | main_loop |
| GCond * | main_cond |
| struct player_control * | global_player_control |
| int mpd_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
A entry point for application.
On non-Windows platforms this is called directly from main() On Windows platform this is called from win32_main() after doing some initialization.
| struct player_control* global_player_control |
| GCond* main_cond |
| GMainLoop* main_loop |
| GThread* main_task |
1.7.5.1