
Classes | |
| struct | HookCommandsPlugin |
Macros | |
| #define | HOOK_COMMANDS_PLUGIN "hook-commands" |
Functions | |
| void | hook_commands_plugin_set_startup (HookCommandsPlugin *self, const gchar *startup) |
| void | hook_commands_plugin_set_setup (HookCommandsPlugin *self, const gchar *setup) |
| void | hook_commands_plugin_set_teardown (HookCommandsPlugin *self, const gchar *teardown) |
| void | hook_commands_plugin_set_shutdown (HookCommandsPlugin *self, const gchar *shutdown_) |
| HookCommandsPlugin * | hook_commands_plugin_new (void) |
| #define HOOK_COMMANDS_PLUGIN "hook-commands" |
| HookCommandsPlugin* hook_commands_plugin_new | ( | void | ) |
| void hook_commands_plugin_set_setup | ( | HookCommandsPlugin * | self, |
| const gchar * | setup | ||
| ) |
| void hook_commands_plugin_set_shutdown | ( | HookCommandsPlugin * | self, |
| const gchar * | shutdown_ | ||
| ) |
| void hook_commands_plugin_set_startup | ( | HookCommandsPlugin * | self, |
| const gchar * | startup | ||
| ) |
| void hook_commands_plugin_set_teardown | ( | HookCommandsPlugin * | self, |
| const gchar * | teardown | ||
| ) |