uploading i18n template
[drnoksnes] / platform / osso.h
1 #ifndef _PLATFORM_GUICONF_H_
2 #define _PLATFORM_GUICONF_H_
3
4 START_EXTERN_C
5
6 /** Called from main() before loading config; connects to DBus. */
7 void GuiConfInit();
8 /** Called from main() before closing. */
9 void HgwDeinit();
10 /** Called from main() after loading user config; loads GUI settings. */
11 void HgwConfig();
12 /** Called from main() in the event loop; polls DBus. */
13 void GuiConfigPollEvents();
14
15 END_EXTERN_C
16
17 #endif
18