|
XMMS2
|
This file controls the XMMS2 main loop. More...
#include <locale.h>#include <glib.h>#include "xmms_configuration.h"#include "xmmsc/xmmsc_util.h"#include "xmmspriv/xmms_plugin.h"#include "xmmspriv/xmms_config.h"#include "xmmspriv/xmms_playlist.h"#include "xmmspriv/xmms_collection.h"#include "xmmspriv/xmms_signal.h"#include "xmmspriv/xmms_symlink.h"#include "xmmspriv/xmms_checkroot.h"#include "xmmspriv/xmms_medialib.h"#include "xmmspriv/xmms_output.h"#include "xmmspriv/xmms_ipc.h"#include "xmmspriv/xmms_log.h"#include "xmmspriv/xmms_sqlite.h"#include "xmmspriv/xmms_xform.h"#include "xmmspriv/xmms_bindata.h"#include "xmmspriv/xmms_utils.h"#include "xmmspriv/xmms_visualization.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <signal.h>#include <sys/stat.h>#include <fcntl.h>Go to the source code of this file.
Typedefs | |
| typedef struct xmms_main_St | xmms_main_t |
Functions | |
| XMMS_CMD_DEFINE (quit, xmms_main_client_quit, xmms_object_t *, NONE, NONE, NONE) | |
| XMMS_CMD_DEFINE (hello, xmms_main_client_hello, xmms_object_t *, NONE, INT32, STRING) | |
| XMMS_CMD_DEFINE (stats, xmms_main_client_stats, xmms_object_t *, DICT, NONE, NONE) | |
| XMMS_CMD_DEFINE (plugin_list, xmms_main_client_plugin_list, xmms_object_t *, LIST, INT32, NONE) | |
| int | main (int argc, char **argv) |
| The xmms2 daemon main initialisation function. | |
This file controls the XMMS2 main loop.
Definition in file main.c.
| XMMS_CMD_DEFINE | ( | quit | , |
| xmms_main_client_quit | , | ||
| xmms_object_t * | , | ||
| NONE | , | ||
| NONE | , | ||
| NONE | |||
| ) |
| XMMS_CMD_DEFINE | ( | hello | , |
| xmms_main_client_hello | , | ||
| xmms_object_t * | , | ||
| NONE | , | ||
| INT32 | , | ||
| STRING | |||
| ) |
| XMMS_CMD_DEFINE | ( | stats | , |
| xmms_main_client_stats | , | ||
| xmms_object_t * | , | ||
| DICT | , | ||
| NONE | , | ||
| NONE | |||
| ) |
| XMMS_CMD_DEFINE | ( | plugin_list | , |
| xmms_main_client_plugin_list | , | ||
| xmms_object_t * | , | ||
| LIST | , | ||
| INT32 | , | ||
| NONE | |||
| ) |
1.8.2