summaryrefslogtreecommitdiff
path: root/src/.unitize/_CoreInternals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/.unitize/_CoreInternals.c')
-rw-r--r--src/.unitize/_CoreInternals.c25
1 files changed, 15 insertions, 10 deletions
diff --git a/src/.unitize/_CoreInternals.c b/src/.unitize/_CoreInternals.c
index 785036d..c53d97d 100644
--- a/src/.unitize/_CoreInternals.c
+++ b/src/.unitize/_CoreInternals.c
@@ -1,4 +1,4 @@
-/* _CoreInternals.c generated by valac 0.36.6, the Vala compiler
+/* _CoreInternals.c generated by valac 0.40.4, the Vala compiler
* generated from _CoreInternals.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -9,6 +9,7 @@
* Auto-generated file. Do not modify!
*/
+
#include <glib.h>
#include <glib-object.h>
@@ -25,7 +26,9 @@ void core_terminate (void);
void unit_terminate_entry (void);
-void core_init_entry (GError** error) {
+void
+core_init_entry (GError** error)
+{
gint _tmp0_;
GError * _inner_error_ = NULL;
#line 14 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
@@ -36,7 +39,7 @@ void core_init_entry (GError** error) {
if (_tmp0_ != 0) {
#line 15 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
return;
-#line 40 "_CoreInternals.c"
+#line 43 "_CoreInternals.c"
}
#line 17 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
unit_init_entry (&_inner_error_);
@@ -46,7 +49,7 @@ void core_init_entry (GError** error) {
g_propagate_error (error, _inner_error_);
#line 17 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
return;
-#line 50 "_CoreInternals.c"
+#line 53 "_CoreInternals.c"
}
#line 19 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
core_init (&_inner_error_);
@@ -56,12 +59,14 @@ void core_init_entry (GError** error) {
g_propagate_error (error, _inner_error_);
#line 19 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
return;
-#line 60 "_CoreInternals.c"
+#line 63 "_CoreInternals.c"
}
}
-void core_terminate_entry (void) {
+void
+core_terminate_entry (void)
+{
gboolean _tmp0_ = FALSE;
gint _tmp1_;
#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
@@ -70,7 +75,7 @@ void core_terminate_entry (void) {
if (_tmp1_ == 0) {
#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
_tmp0_ = TRUE;
-#line 74 "_CoreInternals.c"
+#line 79 "_CoreInternals.c"
} else {
gint _tmp2_;
gint _tmp3_;
@@ -82,19 +87,19 @@ void core_terminate_entry (void) {
_tmp3_ = core__unit_init_count;
#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
_tmp0_ = _tmp3_ != 0;
-#line 86 "_CoreInternals.c"
+#line 91 "_CoreInternals.c"
}
#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
if (_tmp0_) {
#line 24 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
return;
-#line 92 "_CoreInternals.c"
+#line 97 "_CoreInternals.c"
}
#line 26 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
core_terminate ();
#line 28 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala"
unit_terminate_entry ();
-#line 98 "_CoreInternals.c"
+#line 103 "_CoreInternals.c"
}