]> Dogcows Code - chaz/openbox/blob - openbox/plugin.h
\n's at the end of strings passed to ob_debg
[chaz/openbox] / 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
This page took 0.036202 seconds and 4 git commands to generate.