#include "control-command-thread.h"#include "control-connection.h"#include "control-server.h"#include "messages.h"#include "secret-storage/secret-storage.h"#include "scratch-buffers.h"#include "apphook.h"#include <iv_event.h>
Classes | |
| struct | ControlCommandThread |
Functions | |
| gboolean | control_command_thread_relates_to_connection (ControlCommandThread *self, ControlConnection *cc) |
| const gchar * | control_command_thread_get_command (ControlCommandThread *self) |
| void | control_command_thread_run (ControlCommandThread *self) |
| void | control_command_thread_cancel (ControlCommandThread *self) |
| ControlCommandThread * | control_command_thread_new (ControlConnection *cc, GString *cmd, ControlCommandFunc func, gpointer user_data) |
| ControlCommandThread * | control_command_thread_ref (ControlCommandThread *self) |
| void | control_command_thread_unref (ControlCommandThread *self) |
| void control_command_thread_cancel | ( | ControlCommandThread * | self | ) |
| const gchar* control_command_thread_get_command | ( | ControlCommandThread * | self | ) |
| ControlCommandThread* control_command_thread_new | ( | ControlConnection * | cc, |
| GString * | cmd, | ||
| ControlCommandFunc | func, | ||
| gpointer | user_data | ||
| ) |
| ControlCommandThread* control_command_thread_ref | ( | ControlCommandThread * | self | ) |
| gboolean control_command_thread_relates_to_connection | ( | ControlCommandThread * | self, |
| ControlConnection * | cc | ||
| ) |
| void control_command_thread_run | ( | ControlCommandThread * | self | ) |
| void control_command_thread_unref | ( | ControlCommandThread * | self | ) |