
Classes | |
| struct | ControlConnectionDummy |
| struct | ControlServerDummy |
Functions | |
| gboolean | control_connection_dummy_run_command (ControlConnection *s, ControlCommand *command_desc, GString *command_string) |
| gint | control_connection_dummy_write (ControlConnection *s, gpointer buffer, gsize size) |
| void | control_connection_dummy_set_input (ControlConnection *s, const gchar *request) |
| const gchar * | control_connection_dummy_get_output (ControlConnection *s) |
| void | control_connection_dummy_reset_output (ControlConnection *s) |
| ControlConnection * | control_connection_dummy_new (ControlServer *server) |
| ControlServer * | control_server_dummy_new (void) |
| const gchar* control_connection_dummy_get_output | ( | ControlConnection * | s | ) |
| ControlConnection* control_connection_dummy_new | ( | ControlServer * | server | ) |
| void control_connection_dummy_reset_output | ( | ControlConnection * | s | ) |
| gboolean control_connection_dummy_run_command | ( | ControlConnection * | s, |
| ControlCommand * | command_desc, | ||
| GString * | command_string | ||
| ) |
| void control_connection_dummy_set_input | ( | ControlConnection * | s, |
| const gchar * | request | ||
| ) |
| gint control_connection_dummy_write | ( | ControlConnection * | s, |
| gpointer | buffer, | ||
| gsize | size | ||
| ) |
| ControlServer* control_server_dummy_new | ( | void | ) |