diff options
Diffstat (limited to 'src/International.c')
-rw-r--r-- | src/International.c | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/src/International.c b/src/International.c index f651a32..422a7e4 100644 --- a/src/International.c +++ b/src/International.c @@ -1,4 +1,4 @@ -/* International.c generated by valac 0.34.7, the Vala compiler +/* International.c generated by valac 0.36.6, the Vala compiler * generated from International.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. @@ -28,14 +28,14 @@ gchar* international_support_get_langpack_dir_path (gchar** args, int args_lengt void international_support_init (const gchar* package_name, gchar** args, int args_length1, const gchar* locale) { - const gchar* _tmp0_ = NULL; - const gchar* _tmp1_ = NULL; - gchar** _tmp2_ = NULL; - gint _tmp2__length1 = 0; - gchar* _tmp3_ = NULL; - gchar* _tmp4_ = NULL; - const gchar* _tmp5_ = NULL; - const gchar* _tmp6_ = NULL; + const gchar* _tmp0_; + const gchar* _tmp1_; + gchar** _tmp2_; + gint _tmp2__length1; + gchar* _tmp3_; + gchar* _tmp4_; + const gchar* _tmp5_; + const gchar* _tmp6_; #line 15 "/home/jens/Source/shotwell/src/International.vala" g_return_if_fail (package_name != NULL); #line 15 "/home/jens/Source/shotwell/src/International.vala" @@ -73,20 +73,20 @@ void international_support_init (const gchar* package_name, gchar** args, int ar gchar* international_support_get_langpack_dir_path (gchar** args, int args_length1) { gchar* result = NULL; GFile* local_langpack_dir = NULL; - gchar** _tmp0_ = NULL; - gint _tmp0__length1 = 0; - const gchar* _tmp1_ = NULL; - gchar* _tmp2_ = NULL; - gchar* _tmp3_ = NULL; - GFile* _tmp4_ = NULL; - GFile* _tmp5_ = NULL; - GFile* _tmp6_ = NULL; - GFile* _tmp7_ = NULL; - GFile* _tmp8_ = NULL; - GFile* _tmp9_ = NULL; + gchar** _tmp0_; + gint _tmp0__length1; + const gchar* _tmp1_; + gchar* _tmp2_; + gchar* _tmp3_; + GFile* _tmp4_; + GFile* _tmp5_; + GFile* _tmp6_; + GFile* _tmp7_; + GFile* _tmp8_; + GFile* _tmp9_; gchar* _tmp10_ = NULL; - GFile* _tmp11_ = NULL; - gboolean _tmp12_ = FALSE; + GFile* _tmp11_; + gboolean _tmp12_; #line 24 "/home/jens/Source/shotwell/src/International.vala" _tmp0_ = args; #line 24 "/home/jens/Source/shotwell/src/International.vala" @@ -124,8 +124,8 @@ gchar* international_support_get_langpack_dir_path (gchar** args, int args_lengt #line 28 "/home/jens/Source/shotwell/src/International.vala" if (_tmp12_) { #line 127 "International.c" - GFile* _tmp13_ = NULL; - gchar* _tmp14_ = NULL; + GFile* _tmp13_; + gchar* _tmp14_; #line 28 "/home/jens/Source/shotwell/src/International.vala" _tmp13_ = local_langpack_dir; #line 28 "/home/jens/Source/shotwell/src/International.vala" @@ -136,7 +136,7 @@ gchar* international_support_get_langpack_dir_path (gchar** args, int args_lengt _tmp10_ = _tmp14_; #line 138 "International.c" } else { - gchar* _tmp15_ = NULL; + gchar* _tmp15_; #line 29 "/home/jens/Source/shotwell/src/International.vala" _tmp15_ = g_strdup (INTERNATIONAL_SUPPORT_LANGUAGE_SUPPORT_DIRECTORY); #line 29 "/home/jens/Source/shotwell/src/International.vala" |