]> icculus.org git repositories - dana/openbox.git/blob - openbox/plugin.h
remove plugins from the menu parsing
[dana/openbox.git] / openbox / plugin.h
1 #ifndef __plugin_h
2 #define __plugin_h
3
4 struct _ObParseInst;
5
6 void plugin_startup();
7 void plugin_shutdown();
8
9 void plugin_loadall(struct _ObParseInst *i);
10 void plugin_startall();
11
12 /* default plugin */
13 /* load a plugin, but don't warn about reopens. for menus */
14 gboolean plugin_open(gchar *name, struct _ObParseInst *i);
15 void plugin_start(gchar *name);
16
17 #endif