diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:20 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:20 +0200 | 
| commit | 5e9f4eea451a77ba3b93db3747841ed2bd969e9f (patch) | |
| tree | 75046a38ca68975261d853a2e56ff7bf6b3e1daa /src/.unitize/_CoreInternals.c | |
| parent | 18b52c2983a1b3409011f72d27f15de576c5eb1c (diff) | |
New upstream version 0.30.1upstream/0.30.1
Diffstat (limited to 'src/.unitize/_CoreInternals.c')
| -rw-r--r-- | src/.unitize/_CoreInternals.c | 106 | 
1 files changed, 0 insertions, 106 deletions
| diff --git a/src/.unitize/_CoreInternals.c b/src/.unitize/_CoreInternals.c deleted file mode 100644 index c53d97d..0000000 --- a/src/.unitize/_CoreInternals.c +++ /dev/null @@ -1,106 +0,0 @@ -/* _CoreInternals.c generated by valac 0.40.4, the Vala compiler - * generated from _CoreInternals.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 <glib.h> -#include <glib-object.h> - - - -extern gint core__unit_init_count; -gint core__unit_init_count = 0; - -void core_init_entry (GError** error); -void unit_init_entry (GError** error); -void core_init (GError** error); -void core_terminate_entry (void); -void core_terminate (void); -void unit_terminate_entry (void); - - -void -core_init_entry (GError** error) -{ -	gint _tmp0_; -	GError * _inner_error_ = NULL; -#line 14 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -	_tmp0_ = core__unit_init_count; -#line 14 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -	core__unit_init_count = _tmp0_ + 1; -#line 14 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -	if (_tmp0_ != 0) { -#line 15 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -		return; -#line 43 "_CoreInternals.c" -	} -#line 17 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -	unit_init_entry (&_inner_error_); -#line 17 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -	if (G_UNLIKELY (_inner_error_ != NULL)) { -#line 17 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -		g_propagate_error (error, _inner_error_); -#line 17 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -		return; -#line 53 "_CoreInternals.c" -	} -#line 19 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -	core_init (&_inner_error_); -#line 19 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -	if (G_UNLIKELY (_inner_error_ != NULL)) { -#line 19 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -		g_propagate_error (error, _inner_error_); -#line 19 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -		return; -#line 63 "_CoreInternals.c" -	} -} - - -void -core_terminate_entry (void) -{ -	gboolean _tmp0_ = FALSE; -	gint _tmp1_; -#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -	_tmp1_ = core__unit_init_count; -#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -	if (_tmp1_ == 0) { -#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -		_tmp0_ = TRUE; -#line 79 "_CoreInternals.c" -	} else { -		gint _tmp2_; -		gint _tmp3_; -#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -		_tmp2_ = core__unit_init_count; -#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -		core__unit_init_count = _tmp2_ - 1; -#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -		_tmp3_ = core__unit_init_count; -#line 23 "/home/jens/Source/shotwell/src/.unitize/_CoreInternals.vala" -		_tmp0_ = _tmp3_ != 0; -#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 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 103 "_CoreInternals.c" -} - - - | 
