summaryrefslogtreecommitdiff
path: root/src/tags/Tags.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/tags/Tags.c
parentf1353e9ffd34db5f755c7da0b3f9c10638fbfd38 (diff)
parent5c8be07095cc04a6d8a95204b0504fd7ab030154 (diff)
Merge branch 'release/0.28.3-1'0.28.3-1
Diffstat (limited to 'src/tags/Tags.c')
-rw-r--r--src/tags/Tags.c15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/tags/Tags.c b/src/tags/Tags.c
index f9f80dc..f03516a 100644
--- a/src/tags/Tags.c
+++ b/src/tags/Tags.c
@@ -1,4 +1,4 @@
-/* Tags.c generated by valac 0.36.6, the Vala compiler
+/* Tags.c generated by valac 0.40.4, the Vala compiler
* generated from Tags.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -7,6 +7,7 @@
* (version 2.1 or later). See the COPYING file in this distribution.
*/
+
#include <glib.h>
#include <glib-object.h>
@@ -19,17 +20,21 @@ void tags_terminate (void);
void tags_sidebar_entry_terminate (void);
-void tags_init (GError** error) {
+void
+tags_init (GError** error)
+{
#line 10 "/home/jens/Source/shotwell/src/tags/Tags.vala"
tags_sidebar_entry_init ();
-#line 26 "Tags.c"
+#line 29 "Tags.c"
}
-void tags_terminate (void) {
+void
+tags_terminate (void)
+{
#line 14 "/home/jens/Source/shotwell/src/tags/Tags.vala"
tags_sidebar_entry_terminate ();
-#line 33 "Tags.c"
+#line 38 "Tags.c"
}