summaryrefslogtreecommitdiff
path: root/src/core/Core.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-07-09 12:10:38 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-07-09 12:10:38 +0200
commit709e2d6f5652ec90c194a4ec2b530bebc6f952cb (patch)
tree496b2f3899e1d5728ee9ae76095cc5056c317447 /src/core/Core.c
parentf1353e9ffd34db5f755c7da0b3f9c10638fbfd38 (diff)
parent5c8be07095cc04a6d8a95204b0504fd7ab030154 (diff)
Merge branch 'release/0.28.3-1'0.28.3-1
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)
+{
}