Go to the source code of this file.
◆ control_command_thread_cancel()
| void control_command_thread_cancel |
( |
ControlCommandThread * |
self | ) |
|
◆ control_command_thread_get_command()
| const gchar* control_command_thread_get_command |
( |
ControlCommandThread * |
self | ) |
|
◆ control_command_thread_new()
| ControlCommandThread* control_command_thread_new |
( |
ControlConnection * |
cc, |
|
|
GString * |
cmd, |
|
|
ControlCommandFunc |
func, |
|
|
gpointer |
user_data |
|
) |
| |
◆ control_command_thread_ref()
| ControlCommandThread* control_command_thread_ref |
( |
ControlCommandThread * |
self | ) |
|
◆ control_command_thread_relates_to_connection()
| gboolean control_command_thread_relates_to_connection |
( |
ControlCommandThread * |
self, |
|
|
ControlConnection * |
cc |
|
) |
| |
◆ control_command_thread_run()
| void control_command_thread_run |
( |
ControlCommandThread * |
self | ) |
|
◆ control_command_thread_unref()
| void control_command_thread_unref |
( |
ControlCommandThread * |
self | ) |
|