#include "control/control.h"#include "control/control-main.h"#include "messages.h"#include <string.h>
Functions | |
| void | reset_control_command_list (void) |
| gboolean | control_command_start_with_command (const ControlCommand *cmd, const gchar *line) |
| ControlCommand * | control_find_command (const char *cmd) |
| void | control_register_command (const gchar *command_name, ControlCommandFunc function, gpointer user_data, gboolean threaded) |
| void | control_replace_command (const gchar *command_name, ControlCommandFunc function, gpointer user_data, gboolean threaded) |
| gboolean control_command_start_with_command | ( | const ControlCommand * | cmd, |
| const gchar * | line | ||
| ) |
| ControlCommand* control_find_command | ( | const char * | cmd | ) |
| void control_register_command | ( | const gchar * | command_name, |
| ControlCommandFunc | function, | ||
| gpointer | user_data, | ||
| gboolean | threaded | ||
| ) |
| void control_replace_command | ( | const gchar * | command_name, |
| ControlCommandFunc | function, | ||
| gpointer | user_data, | ||
| gboolean | threaded | ||
| ) |
| void reset_control_command_list | ( | void | ) |