From 143bfc9f801c84428074312d661f8e08803df83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Aug 2016 15:09:31 +0200 Subject: Imported Upstream version 0.23.5 --- src/.unitize/_SlideshowInternals.c | 115 +++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 src/.unitize/_SlideshowInternals.c (limited to 'src/.unitize/_SlideshowInternals.c') diff --git a/src/.unitize/_SlideshowInternals.c b/src/.unitize/_SlideshowInternals.c new file mode 100644 index 0000000..31b8124 --- /dev/null +++ b/src/.unitize/_SlideshowInternals.c @@ -0,0 +1,115 @@ +/* _SlideshowInternals.c generated by valac 0.32.1, the Vala compiler + * generated from _SlideshowInternals.vala, do not modify */ + +/* Copyright 2016 Software Freedom Conservancy Inc. + * + * This software is licensed under the GNU Lesser General Public License + * (version 2.1 or later). See the COPYING file in this distribution. + * + * Auto-generated file. Do not modify! + */ + +#include +#include + + + +extern gint slideshow__unit_init_count; +gint slideshow__unit_init_count = 0; + +void slideshow_init_entry (GError** error); +void unit_init_entry (GError** error); +void plugins_init_entry (GError** error); +void slideshow_init (GError** error); +void slideshow_terminate_entry (void); +void slideshow_terminate (void); +void unit_terminate_entry (void); +void plugins_terminate_entry (void); + + +void slideshow_init_entry (GError** error) { + gint _tmp0_ = 0; + GError * _inner_error_ = NULL; +#line 14 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + _tmp0_ = slideshow__unit_init_count; +#line 14 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + slideshow__unit_init_count = _tmp0_ + 1; +#line 14 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + if (_tmp0_ != 0) { +#line 15 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + return; +#line 42 "_SlideshowInternals.c" + } +#line 17 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + unit_init_entry (&_inner_error_); +#line 17 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 17 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + g_propagate_error (error, _inner_error_); +#line 17 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + return; +#line 52 "_SlideshowInternals.c" + } +#line 17 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + plugins_init_entry (&_inner_error_); +#line 17 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 17 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + g_propagate_error (error, _inner_error_); +#line 17 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + return; +#line 62 "_SlideshowInternals.c" + } +#line 19 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + slideshow_init (&_inner_error_); +#line 19 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 19 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + g_propagate_error (error, _inner_error_); +#line 19 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + return; +#line 72 "_SlideshowInternals.c" + } +} + + +void slideshow_terminate_entry (void) { + gboolean _tmp0_ = FALSE; + gint _tmp1_ = 0; +#line 23 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + _tmp1_ = slideshow__unit_init_count; +#line 23 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + if (_tmp1_ == 0) { +#line 23 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + _tmp0_ = TRUE; +#line 86 "_SlideshowInternals.c" + } else { + gint _tmp2_ = 0; + gint _tmp3_ = 0; +#line 23 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + _tmp2_ = slideshow__unit_init_count; +#line 23 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + slideshow__unit_init_count = _tmp2_ - 1; +#line 23 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + _tmp3_ = slideshow__unit_init_count; +#line 23 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + _tmp0_ = _tmp3_ != 0; +#line 98 "_SlideshowInternals.c" + } +#line 23 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + if (_tmp0_) { +#line 24 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + return; +#line 104 "_SlideshowInternals.c" + } +#line 26 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + slideshow_terminate (); +#line 28 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + unit_terminate_entry (); +#line 28 "/home/jens/Source/shotwell/src/.unitize/_SlideshowInternals.vala" + plugins_terminate_entry (); +#line 112 "_SlideshowInternals.c" +} + + + -- cgit v1.2.3