Typedefs | Functions

Main
[XMMSServer]

main object More...

Typedefs

typedef struct xmms_main_St xmms_main_t

Functions

void print_version ()
 Just print version and quit.
int main (int argc, char **argv)
 The xmms2 daemon main initialisation function.

Detailed Description

main object


Typedef Documentation

typedef struct xmms_main_St xmms_main_t

Definition at line 94 of file main.c.


Function Documentation

int main ( int  argc,
char **  argv 
)

The xmms2 daemon main initialisation function.

The options that the server accepts.

Check that we are running against the correct glib version

Definition at line 364 of file main.c.

void print_version (  ) 

Just print version and quit.

Definition at line 341 of file main.c.

Referenced by main().