diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-12 15:55:20 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-12 15:55:20 +0100 |
commit | f6140ff1c9ec493d947da5b346508846e7a1a06f (patch) | |
tree | c01b9164ee4b0d46b6670ccee45f6181c6237d7f /src/util/system.c | |
parent | 0f67b3cc674377559e66c5a6729fd499049a992f (diff) | |
parent | 2492891f112caac6076ce49721d9d5d78a152c3a (diff) |
Update upstream source from tag 'upstream/0.26.4'
Update to upstream version '0.26.4'
with Debian dir fae3cc48a8ec2f37979206f90dc828cbebee14c4
Diffstat (limited to 'src/util/system.c')
-rw-r--r-- | src/util/system.c | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/util/system.c b/src/util/system.c index e7ff262..d099120 100644 --- a/src/util/system.c +++ b/src/util/system.c @@ -1,4 +1,4 @@ -/* system.c generated by valac 0.34.7, the Vala compiler +/* system.c generated by valac 0.36.6, the Vala compiler * generated from system.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. @@ -32,13 +32,13 @@ void show_file_in_nautilus (const gchar* filename, GError** error); GFile* get_sys_install_dir (GFile* exec_dir) { GFile* result = NULL; GFile* child = NULL; - GFile* _tmp0_ = NULL; - GFile* _tmp1_ = NULL; - GFile* _tmp2_ = NULL; - gchar* _tmp3_ = NULL; - gchar* _tmp4_ = NULL; - gboolean _tmp5_ = FALSE; - gboolean _tmp6_ = FALSE; + GFile* _tmp0_; + GFile* _tmp1_; + GFile* _tmp2_; + gchar* _tmp3_; + gchar* _tmp4_; + gboolean _tmp5_; + gboolean _tmp6_; #line 8 "/home/jens/Source/shotwell/src/util/system.vala" g_return_val_if_fail (G_IS_FILE (exec_dir), NULL); #line 10 "/home/jens/Source/shotwell/src/util/system.vala" @@ -62,7 +62,7 @@ GFile* get_sys_install_dir (GFile* exec_dir) { #line 12 "/home/jens/Source/shotwell/src/util/system.vala" if (_tmp6_) { #line 65 "system.c" - GFile* _tmp7_ = NULL; + GFile* _tmp7_; #line 13 "/home/jens/Source/shotwell/src/util/system.vala" _tmp7_ = g_file_new_for_path (RESOURCES_PREFIX); #line 13 "/home/jens/Source/shotwell/src/util/system.vala" @@ -85,7 +85,7 @@ GFile* get_sys_install_dir (GFile* exec_dir) { gchar* get_nautilus_install_location (void) { gchar* result = NULL; - gchar* _tmp0_ = NULL; + gchar* _tmp0_; #line 20 "/home/jens/Source/shotwell/src/util/system.vala" _tmp0_ = g_find_program_in_path ("nautilus"); #line 20 "/home/jens/Source/shotwell/src/util/system.vala" @@ -97,8 +97,8 @@ gchar* get_nautilus_install_location (void) { void sys_show_uri (GdkScreen* screen, const gchar* uri, GError** error) { - GdkScreen* _tmp0_ = NULL; - const gchar* _tmp1_ = NULL; + GdkScreen* _tmp0_; + const gchar* _tmp1_; GError * _inner_error_ = NULL; #line 23 "/home/jens/Source/shotwell/src/util/system.vala" g_return_if_fail (GDK_IS_SCREEN (screen)); @@ -122,13 +122,13 @@ void sys_show_uri (GdkScreen* screen, const gchar* uri, GError** error) { void show_file_in_nautilus (const gchar* filename, GError** error) { - gchar* _tmp0_ = NULL; - gchar* _tmp1_ = NULL; - gchar* _tmp2_ = NULL; - gchar* _tmp3_ = NULL; - const gchar* _tmp4_ = NULL; - gchar* _tmp5_ = NULL; - gchar* _tmp6_ = NULL; + gchar* _tmp0_; + gchar* _tmp1_; + gchar* _tmp2_; + gchar* _tmp3_; + const gchar* _tmp4_; + gchar* _tmp5_; + gchar* _tmp6_; GError * _inner_error_ = NULL; #line 27 "/home/jens/Source/shotwell/src/util/system.vala" g_return_if_fail (filename != NULL); |