#include "control-server.h"#include "control-connection.h"#include "control-command-thread.h"#include "messages.h"
Functions | |
| void | _cancel_worker (gpointer data, gpointer user_data) |
| void | control_server_cancel_all_workers (ControlServer *self) |
| void | control_server_worker_started (ControlServer *self, ControlCommandThread *worker) |
| void | control_server_worker_finished (ControlServer *self, ControlCommandThread *worker) |
| void | control_server_connection_closed (ControlServer *self, ControlConnection *cc) |
| gboolean | control_server_start_method (ControlServer *self) |
| void | _unref_worker (gpointer data) |
| void | control_server_stop_method (ControlServer *self) |
| void | control_server_free_method (ControlServer *self) |
| void | control_server_init_instance (ControlServer *self) |
| void | control_server_free (ControlServer *self) |
| void _cancel_worker | ( | gpointer | data, |
| gpointer | user_data | ||
| ) |
| void _unref_worker | ( | gpointer | data | ) |
| void control_server_cancel_all_workers | ( | ControlServer * | self | ) |
| void control_server_connection_closed | ( | ControlServer * | self, |
| ControlConnection * | cc | ||
| ) |
| void control_server_free | ( | ControlServer * | self | ) |
| void control_server_free_method | ( | ControlServer * | self | ) |
| void control_server_init_instance | ( | ControlServer * | self | ) |
| gboolean control_server_start_method | ( | ControlServer * | self | ) |
| void control_server_stop_method | ( | ControlServer * | self | ) |
| void control_server_worker_finished | ( | ControlServer * | self, |
| ControlCommandThread * | worker | ||
| ) |
| void control_server_worker_started | ( | ControlServer * | self, |
| ControlCommandThread * | worker | ||
| ) |