diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-06-25 21:12:13 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-06-25 21:12:13 +0200 | 
| commit | 059a62ee3c820a42fbce980c3256049adecc9100 (patch) | |
| tree | e51eab94fd7d65459640ca227fb2257bb41d2acb /src/.unitize/_UtilInternals.c | |
| parent | 55778740c211992cc86ea87588ab62c6750f36d1 (diff) | |
| parent | e8f4d7a9cdd37c5a9fb3b6991a4e9173829808da (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/.unitize/_UtilInternals.c')
| -rw-r--r-- | src/.unitize/_UtilInternals.c | 25 | 
1 files changed, 15 insertions, 10 deletions
| diff --git a/src/.unitize/_UtilInternals.c b/src/.unitize/_UtilInternals.c index 628306b..c52fbcd 100644 --- a/src/.unitize/_UtilInternals.c +++ b/src/.unitize/_UtilInternals.c @@ -1,4 +1,4 @@ -/* _UtilInternals.c generated by valac 0.36.6, the Vala compiler +/* _UtilInternals.c generated by valac 0.40.4, the Vala compiler   * generated from _UtilInternals.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 util_terminate (void);  void unit_terminate_entry (void); -void util_init_entry (GError** error) { +void +util_init_entry (GError** error) +{  	gint _tmp0_;  	GError * _inner_error_ = NULL;  #line 14 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala" @@ -36,7 +39,7 @@ void util_init_entry (GError** error) {  	if (_tmp0_ != 0) {  #line 15 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  		return; -#line 40 "_UtilInternals.c" +#line 43 "_UtilInternals.c"  	}  #line 17 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  	unit_init_entry (&_inner_error_); @@ -46,7 +49,7 @@ void util_init_entry (GError** error) {  		g_propagate_error (error, _inner_error_);  #line 17 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  		return; -#line 50 "_UtilInternals.c" +#line 53 "_UtilInternals.c"  	}  #line 19 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  	util_init (&_inner_error_); @@ -56,12 +59,14 @@ void util_init_entry (GError** error) {  		g_propagate_error (error, _inner_error_);  #line 19 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  		return; -#line 60 "_UtilInternals.c" +#line 63 "_UtilInternals.c"  	}  } -void util_terminate_entry (void) { +void +util_terminate_entry (void) +{  	gboolean _tmp0_ = FALSE;  	gint _tmp1_;  #line 23 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala" @@ -70,7 +75,7 @@ void util_terminate_entry (void) {  	if (_tmp1_ == 0) {  #line 23 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  		_tmp0_ = TRUE; -#line 74 "_UtilInternals.c" +#line 79 "_UtilInternals.c"  	} else {  		gint _tmp2_;  		gint _tmp3_; @@ -82,19 +87,19 @@ void util_terminate_entry (void) {  		_tmp3_ = util__unit_init_count;  #line 23 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  		_tmp0_ = _tmp3_ != 0; -#line 86 "_UtilInternals.c" +#line 91 "_UtilInternals.c"  	}  #line 23 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  	if (_tmp0_) {  #line 24 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  		return; -#line 92 "_UtilInternals.c" +#line 97 "_UtilInternals.c"  	}  #line 26 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  	util_terminate ();  #line 28 "/home/jens/Source/shotwell/src/.unitize/_UtilInternals.vala"  	unit_terminate_entry (); -#line 98 "_UtilInternals.c" +#line 103 "_UtilInternals.c"  } | 
