summaryrefslogtreecommitdiff
path: root/src/photos/Photos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/photos/Photos.c')
-rw-r--r--src/photos/Photos.c25
1 files changed, 16 insertions, 9 deletions
diff --git a/src/photos/Photos.c b/src/photos/Photos.c
index d859d37..4b69412 100644
--- a/src/photos/Photos.c
+++ b/src/photos/Photos.c
@@ -1,4 +1,4 @@
-/* Photos.c generated by valac 0.36.6, the Vala compiler
+/* Photos.c generated by valac 0.40.4, the Vala compiler
* generated from Photos.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>
@@ -40,16 +41,20 @@ void photo_file_format_init (PhotoFileFormat self);
void photos_terminate (void);
-void photos_preconfigure (void) {
+void
+photos_preconfigure (void)
+{
}
-void photos_init (GError** error) {
+void
+photos_init (GError** error)
+{
gint _tmp0_;
PhotoFileFormat* _tmp1_;
#line 23 "/home/jens/Source/shotwell/src/photos/Photos.vala"
_tmp1_ = photo_file_format_get_supported (&_tmp0_);
-#line 53 "Photos.c"
+#line 58 "Photos.c"
{
PhotoFileFormat* format_collection = NULL;
gint format_collection_length1 = 0;
@@ -61,28 +66,30 @@ void photos_init (GError** error) {
format_collection_length1 = _tmp0_;
#line 23 "/home/jens/Source/shotwell/src/photos/Photos.vala"
for (format_it = 0; format_it < _tmp0_; format_it = format_it + 1) {
-#line 65 "Photos.c"
+#line 70 "Photos.c"
PhotoFileFormat format = 0;
#line 23 "/home/jens/Source/shotwell/src/photos/Photos.vala"
format = format_collection[format_it];
-#line 69 "Photos.c"
+#line 74 "Photos.c"
{
PhotoFileFormat _tmp2_;
#line 24 "/home/jens/Source/shotwell/src/photos/Photos.vala"
_tmp2_ = format;
#line 24 "/home/jens/Source/shotwell/src/photos/Photos.vala"
photo_file_format_init (_tmp2_);
-#line 76 "Photos.c"
+#line 81 "Photos.c"
}
}
#line 23 "/home/jens/Source/shotwell/src/photos/Photos.vala"
format_collection = (g_free (format_collection), NULL);
-#line 81 "Photos.c"
+#line 86 "Photos.c"
}
}
-void photos_terminate (void) {
+void
+photos_terminate (void)
+{
}