uploading i18n template
[drnoksnes] / platform / osso.h
diff --git a/platform/osso.h b/platform/osso.h
new file mode 100644 (file)
index 0000000..f4f9be5
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef _PLATFORM_GUICONF_H_
+#define _PLATFORM_GUICONF_H_
+
+START_EXTERN_C
+
+/** Called from main() before loading config; connects to DBus. */
+void GuiConfInit();
+/** Called from main() before closing. */
+void HgwDeinit();
+/** Called from main() after loading user config; loads GUI settings. */
+void HgwConfig();
+/** Called from main() in the event loop; polls DBus. */
+void GuiConfigPollEvents();
+
+END_EXTERN_C
+
+#endif
+