

Go to the source code of this file.
Functions | |
| 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) |
| 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 | ) |