]>
Dogcows Code - chaz/openbox/blob - plugins/interface.h
1 #ifndef __plugins_interface_h
2 #define __plugins_interface_h
4 /* plugin_setup_config() */
5 typedef void (*PluginSetupConfig
)(void);
8 typedef void (*PluginStartup
)(void);
10 /* plugin_shutdown() */
11 typedef void (*PluginShutdown
)(void);
13 /* plugin_create() - for menu plugins only */
14 typedef void *(*PluginCreate
)(/* TODO */);
16 /* plugin_destroy() - for menu plugins only */
17 typedef void (*PluginDestroy
)(void *);
This page took 0.035944 seconds and 4 git commands to generate.