Player main file. More...
#include "player.h"
#include <lar/lar.h>
#include <gtk/gtk.h>
#include <libxml/encoding.h>
#include <libxml/xmlwriter.h>
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include <libxml/xmlreader.h>
#include <player_common.h>
Functions | |
int | main (int argc, char **argv) |
void | PublishConfigMessage (void) |
Publish a configure message to the gui. This function sends a configure message to the GUI. It waits for it to be ready. | |
void | command_handler (playback_command_message *command_message) |
Handle command messages This function handles command messages sent by the GUI. | |
void | manager_shutdown_module (int x) |
Player main file.