summaryrefslogtreecommitdiff
path: root/src/core/Core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Core.c')
-rw-r--r--src/core/Core.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/core/Core.c b/src/core/Core.c
index bb3c27b..df6c104 100644
--- a/src/core/Core.c
+++ b/src/core/Core.c
@@ -1,4 +1,4 @@
-/* Core.c generated by valac 0.36.6, the Vala compiler
+/* Core.c generated by valac 0.40.4, the Vala compiler
* generated from Core.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -15,6 +15,7 @@
* the preconfigure() method, implement it, and ensure in init() that it's been called.
*/
+
#include <glib.h>
#include <glib-object.h>
@@ -26,15 +27,21 @@ void core_init (GError** error);
void core_terminate (void);
-void core_preconfigure (void) {
+void
+core_preconfigure (void)
+{
}
-void core_init (GError** error) {
+void
+core_init (GError** error)
+{
}
-void core_terminate (void) {
+void
+core_terminate (void)
+{
}