From 2492891f112caac6076ce49721d9d5d78a152c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 12 Nov 2017 15:53:58 +0100 Subject: New upstream version 0.26.4 --- src/PhotoMonitor.c | 2234 ++++++++++++++++++++++++++-------------------------- 1 file changed, 1117 insertions(+), 1117 deletions(-) (limited to 'src/PhotoMonitor.c') diff --git a/src/PhotoMonitor.c b/src/PhotoMonitor.c index a23c52f..f9c7e9f 100644 --- a/src/PhotoMonitor.c +++ b/src/PhotoMonitor.c @@ -1,4 +1,4 @@ -/* PhotoMonitor.c generated by valac 0.34.7, the Vala compiler +/* PhotoMonitor.c generated by valac 0.36.6, the Vala compiler * generated from PhotoMonitor.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. @@ -418,7 +418,7 @@ struct _MediaMonitorClass { MonitorableUpdates* (*create_updates) (MediaMonitor* self, Monitorable* monitorable); void (*on_media_source_destroyed) (MediaMonitor* self, DataSource* source); void (*notify_discovery_started) (MediaMonitor* self); - MediaMonitorDiscoveredFile (*notify_file_discovered) (MediaMonitor* self, GFile* file, GFileInfo* info, Monitorable** monitorable); + MediaMonitorDiscoveredFile (*notify_file_discovered) (MediaMonitor* self, GFile* file, GFileInfo* info, Monitorable* * monitorable); GeeCollection* (*candidates_for_unknown_file) (MediaMonitor* self, GFile* file, GFileInfo* info, MediaMonitorDiscoveredFile* _result_); GFile** (*get_auxilliary_backing_files) (MediaMonitor* self, Monitorable* monitorable, int* result_length1); void (*update_backing_file_info) (MediaMonitor* self, Monitorable* monitorable, GFile* file, GFileInfo* info); @@ -656,7 +656,7 @@ void photo_updates_set_reimport_raw_developments (PhotoUpdates* self, gboolean r static void photo_updates_real_set_reimport_raw_developments (PhotoUpdates* self, gboolean reimport); static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base); gboolean monitorable_updates_is_all_updated (MonitorableUpdates* self); -static void photo_updates_finalize (MonitorableUpdates* obj); +static void photo_updates_finalize (MonitorableUpdates * obj); GType media_monitor_get_type (void) G_GNUC_CONST; gpointer data_collection_ref (gpointer instance); void data_collection_unref (gpointer instance); @@ -713,7 +713,7 @@ static void photo_monitor_real_close (MediaMonitor* base); void background_job_cancel (BackgroundJob* self); void media_monitor_close (MediaMonitor* self); static void photo_monitor_cancel_reimports (PhotoMonitor* self, LibraryPhoto* photo); -static MediaMonitorDiscoveredFile photo_monitor_real_notify_file_discovered (MediaMonitor* base, GFile* file, GFileInfo* info, Monitorable** monitorable); +static MediaMonitorDiscoveredFile photo_monitor_real_notify_file_discovered (MediaMonitor* base, GFile* file, GFileInfo* info, Monitorable* * monitorable); static GeeCollection* photo_monitor_real_candidates_for_unknown_file (MediaMonitor* base, GFile* file, GFileInfo* info, MediaMonitorDiscoveredFile* _result_); void library_photo_source_collection_fetch_by_matching_backing (LibraryPhotoSourceCollection* self, GFileInfo* info, GeeCollection* matches_master, GeeCollection* matches_editable, GeeCollection* matched_development); gchar* data_object_to_string (DataObject* self); @@ -724,9 +724,9 @@ void photo_monitor_update_raw_development_file (PhotoMonitor* self, LibraryPhoto static GFile** photo_monitor_real_get_auxilliary_backing_files (MediaMonitor* base, Monitorable* monitorable, int* result_length1); gboolean photo_has_editable (Photo* self); GFile* photo_get_editable_file (Photo* self); -static void _vala_array_add131 (GFile*** array, int* length, int* size, GFile* value); +static void _vala_array_add131 (GFile** * array, int* length, int* size, GFile* value); GeeCollection* photo_get_raw_developer_files (Photo* self); -static void _vala_array_add132 (GFile*** array, int* length, int* size, GFile* value); +static void _vala_array_add132 (GFile** * array, int* length, int* size, GFile* value); static GFile** _vala_array_dup31 (GFile** self, int length); static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Monitorable* monitorable, GFile* file, GFileInfo* info); GFile* media_monitor_get_master_file (MediaMonitor* self, Monitorable* monitorable); @@ -853,25 +853,25 @@ gpointer value_get_abstract_semaphore (const GValue* value); GType abstract_semaphore_get_type (void) G_GNUC_CONST; BackgroundJob* background_job_construct (GType object_type, GObject* owner, CompletionCallback callback, void* callback_target, GCancellable* cancellable, CancellationCallback cancellation, void* cancellation_target, AbstractSemaphore* completion_semaphore); static void photo_monitor_reimport_master_job_real_execute (BackgroundJob* base); -gboolean photo_prepare_for_reimport_master (Photo* self, PhotoReimportMasterState** reimport_state, GError** error); -static void photo_monitor_reimport_master_job_finalize (BackgroundJob* obj); +gboolean photo_prepare_for_reimport_master (Photo* self, PhotoReimportMasterState* * reimport_state, GError** error); +static void photo_monitor_reimport_master_job_finalize (BackgroundJob * obj); enum { PHOTO_MONITOR_REIMPORT_EDITABLE_JOB_DUMMY_PROPERTY }; static void _photo_monitor_on_editable_reimported_completion_callback (BackgroundJob* job, gpointer self); static void _photo_monitor_on_editable_reimport_cancelled_cancellation_callback (BackgroundJob* job, gpointer self); static void photo_monitor_reimport_editable_job_real_execute (BackgroundJob* base); -gboolean photo_prepare_for_reimport_editable (Photo* self, PhotoReimportEditableState** state, GError** error); -static void photo_monitor_reimport_editable_job_finalize (BackgroundJob* obj); +gboolean photo_prepare_for_reimport_editable (Photo* self, PhotoReimportEditableState* * state, GError** error); +static void photo_monitor_reimport_editable_job_finalize (BackgroundJob * obj); enum { PHOTO_MONITOR_REIMPORT_RAW_DEVELOPMENT_JOB_DUMMY_PROPERTY }; static void _photo_monitor_on_raw_development_reimported_completion_callback (BackgroundJob* job, gpointer self); static void _photo_monitor_on_raw_development_reimport_cancelled_cancellation_callback (BackgroundJob* job, gpointer self); static void photo_monitor_reimport_raw_development_job_real_execute (BackgroundJob* base); -gboolean photo_prepare_for_reimport_raw_development (Photo* self, PhotoReimportRawDevelopmentState** state, GError** error); -static void photo_monitor_reimport_raw_development_job_finalize (BackgroundJob* obj); -static void photo_monitor_finalize (GObject* obj); +gboolean photo_prepare_for_reimport_raw_development (Photo* self, PhotoReimportRawDevelopmentState* * state, GError** error); +static void photo_monitor_reimport_raw_development_job_finalize (BackgroundJob * obj); +static void photo_monitor_finalize (GObject * obj); static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func); static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func); @@ -885,9 +885,9 @@ static gpointer _g_object_ref0 (gpointer self) { PhotoUpdates* photo_updates_construct (GType object_type, LibraryPhoto* photo) { PhotoUpdates* self = NULL; - LibraryPhoto* _tmp0_ = NULL; - LibraryPhoto* _tmp1_ = NULL; - LibraryPhoto* _tmp2_ = NULL; + LibraryPhoto* _tmp0_; + LibraryPhoto* _tmp1_; + LibraryPhoto* _tmp2_; #line 22 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_LIBRARY_PHOTO (photo), NULL); #line 23 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -933,7 +933,7 @@ static void photo_updates_real_mark_offline (MonitorableUpdates* base) { gboolean photo_updates_is_reimport_master (PhotoUpdates* self) { gboolean result = FALSE; - gboolean _tmp0_ = FALSE; + gboolean _tmp0_; #line 36 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_UPDATES (self), FALSE); #line 37 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -948,7 +948,7 @@ gboolean photo_updates_is_reimport_master (PhotoUpdates* self) { gboolean photo_updates_is_reimport_editable (PhotoUpdates* self) { gboolean result = FALSE; - gboolean _tmp0_ = FALSE; + gboolean _tmp0_; #line 40 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_UPDATES (self), FALSE); #line 41 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -963,8 +963,8 @@ gboolean photo_updates_is_reimport_editable (PhotoUpdates* self) { GFile* photo_updates_get_editable_file (PhotoUpdates* self) { GFile* result = NULL; - GFile* _tmp0_ = NULL; - GFile* _tmp1_ = NULL; + GFile* _tmp0_; + GFile* _tmp1_; #line 44 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_UPDATES (self), NULL); #line 45 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -981,8 +981,8 @@ GFile* photo_updates_get_editable_file (PhotoUpdates* self) { GFileInfo* photo_updates_get_editable_file_info (PhotoUpdates* self) { GFileInfo* result = NULL; - GFileInfo* _tmp0_ = NULL; - GFileInfo* _tmp1_ = NULL; + GFileInfo* _tmp0_; + GFileInfo* _tmp1_; #line 48 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_UPDATES (self), NULL); #line 49 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -999,8 +999,8 @@ GFileInfo* photo_updates_get_editable_file_info (PhotoUpdates* self) { GeeCollection* photo_updates_get_raw_developer_files (PhotoUpdates* self) { GeeCollection* result = NULL; - GeeCollection* _tmp0_ = NULL; - GeeCollection* _tmp1_ = NULL; + GeeCollection* _tmp0_; + GeeCollection* _tmp1_; #line 52 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_UPDATES (self), NULL); #line 53 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1019,7 +1019,7 @@ static gboolean photo_updates_real_is_in_alteration (MonitorableUpdates* base) { PhotoUpdates * self; gboolean result = FALSE; gboolean _tmp0_ = FALSE; - gboolean _tmp1_ = FALSE; + gboolean _tmp1_; #line 56 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_UPDATES, PhotoUpdates); #line 57 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1030,7 +1030,7 @@ static gboolean photo_updates_real_is_in_alteration (MonitorableUpdates* base) { _tmp0_ = TRUE; #line 1032 "PhotoMonitor.c" } else { - gboolean _tmp2_ = FALSE; + gboolean _tmp2_; #line 57 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp2_ = self->editable_in_alteration; #line 57 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1047,7 +1047,7 @@ static gboolean photo_updates_real_is_in_alteration (MonitorableUpdates* base) { gboolean photo_updates_is_revert_to_master (PhotoUpdates* self) { gboolean result = FALSE; - gboolean _tmp0_ = FALSE; + gboolean _tmp0_; #line 60 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_UPDATES (self), FALSE); #line 61 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1062,9 +1062,9 @@ gboolean photo_updates_is_revert_to_master (PhotoUpdates* self) { static void photo_updates_real_set_editable_file (PhotoUpdates* self, GFile* file) { gboolean _tmp0_ = FALSE; - GFile* _tmp1_ = NULL; - GFile* _tmp3_ = NULL; - GFile* _tmp4_ = NULL; + GFile* _tmp1_; + GFile* _tmp3_; + GFile* _tmp4_; #line 64 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail ((file == NULL) || G_IS_FILE (file)); #line 66 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1072,7 +1072,7 @@ static void photo_updates_real_set_editable_file (PhotoUpdates* self, GFile* fil #line 66 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp1_ != NULL) { #line 1075 "PhotoMonitor.c" - gboolean _tmp2_ = FALSE; + gboolean _tmp2_; #line 66 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp2_ = self->revert_to_master; #line 66 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1112,10 +1112,10 @@ void photo_updates_set_editable_file (PhotoUpdates* self, GFile* file) { static void photo_updates_real_set_editable_file_info (PhotoUpdates* self, GFileInfo* info) { gboolean _tmp0_ = FALSE; - GFileInfo* _tmp1_ = NULL; - GFileInfo* _tmp3_ = NULL; - GFileInfo* _tmp4_ = NULL; - GFileInfo* _tmp5_ = NULL; + GFileInfo* _tmp1_; + GFileInfo* _tmp3_; + GFileInfo* _tmp4_; + GFileInfo* _tmp5_; #line 72 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail ((info == NULL) || G_IS_FILE_INFO (info)); #line 74 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1123,7 +1123,7 @@ static void photo_updates_real_set_editable_file_info (PhotoUpdates* self, GFile #line 74 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp1_ != NULL) { #line 1126 "PhotoMonitor.c" - gboolean _tmp2_ = FALSE; + gboolean _tmp2_; #line 74 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp2_ = self->revert_to_master; #line 74 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1170,14 +1170,14 @@ void photo_updates_set_editable_file_info (PhotoUpdates* self, GFileInfo* info) static void photo_updates_real_set_editable_file_info_altered (PhotoUpdates* self, gboolean altered) { gboolean _tmp0_ = FALSE; - gboolean _tmp1_ = FALSE; - gboolean _tmp3_ = FALSE; + gboolean _tmp1_; + gboolean _tmp3_; #line 84 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp1_ = altered; #line 84 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp1_) { #line 1180 "PhotoMonitor.c" - gboolean _tmp2_ = FALSE; + gboolean _tmp2_; #line 84 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp2_ = self->revert_to_master; #line 84 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1212,7 +1212,7 @@ void photo_updates_set_editable_file_info_altered (PhotoUpdates* self, gboolean static void photo_updates_real_set_editable_in_alteration (PhotoUpdates* self, gboolean in_alteration) { - gboolean _tmp0_ = FALSE; + gboolean _tmp0_; #line 91 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp0_ = in_alteration; #line 91 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1231,7 +1231,7 @@ void photo_updates_set_editable_in_alteration (PhotoUpdates* self, gboolean in_a static void photo_updates_real_set_raw_development_in_alteration (PhotoUpdates* self, gboolean in_alteration) { - gboolean _tmp0_ = FALSE; + gboolean _tmp0_; #line 95 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp0_ = in_alteration; #line 95 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1250,7 +1250,7 @@ void photo_updates_set_raw_development_in_alteration (PhotoUpdates* self, gboole static void photo_updates_real_set_raw_developer_file_info_altered (PhotoUpdates* self, gboolean altered) { - gboolean _tmp0_ = FALSE; + gboolean _tmp0_; #line 99 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp0_ = altered; #line 99 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1269,8 +1269,8 @@ void photo_updates_set_raw_developer_file_info_altered (PhotoUpdates* self, gboo static void photo_updates_real_set_revert_to_master (PhotoUpdates* self, gboolean revert) { - gboolean _tmp0_ = FALSE; - gboolean _tmp1_ = FALSE; + gboolean _tmp0_; + gboolean _tmp1_; #line 103 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp0_ = revert; #line 103 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1305,8 +1305,8 @@ void photo_updates_set_revert_to_master (PhotoUpdates* self, gboolean revert) { static void photo_updates_real_add_raw_developer_file (PhotoUpdates* self, GFile* file) { - GeeCollection* _tmp0_ = NULL; - GFile* _tmp1_ = NULL; + GeeCollection* _tmp0_; + GFile* _tmp1_; #line 113 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (G_IS_FILE (file)); #line 114 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1329,7 +1329,7 @@ void photo_updates_add_raw_developer_file (PhotoUpdates* self, GFile* file) { static void photo_updates_real_clear_raw_developer_files (PhotoUpdates* self) { - GeeCollection* _tmp0_ = NULL; + GeeCollection* _tmp0_; #line 118 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp0_ = self->developer_files; #line 118 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1348,8 +1348,8 @@ void photo_updates_clear_raw_developer_files (PhotoUpdates* self) { static void photo_updates_real_set_reimport_master (PhotoUpdates* self, gboolean reimport) { - gboolean _tmp0_ = FALSE; - gboolean _tmp1_ = FALSE; + gboolean _tmp0_; + gboolean _tmp1_; #line 122 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp0_ = reimport; #line 122 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1376,15 +1376,15 @@ void photo_updates_set_reimport_master (PhotoUpdates* self, gboolean reimport) { static void photo_updates_real_set_reimport_editable (PhotoUpdates* self, gboolean reimport) { gboolean _tmp0_ = FALSE; - gboolean _tmp1_ = FALSE; - gboolean _tmp5_ = FALSE; + gboolean _tmp1_; + gboolean _tmp5_; #line 130 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp1_ = reimport; #line 130 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp1_) { #line 1386 "PhotoMonitor.c" gboolean _tmp2_ = FALSE; - gboolean _tmp3_ = FALSE; + gboolean _tmp3_; #line 130 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp3_ = self->revert_to_master; #line 130 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1393,7 +1393,7 @@ static void photo_updates_real_set_reimport_editable (PhotoUpdates* self, gboole _tmp2_ = TRUE; #line 1395 "PhotoMonitor.c" } else { - gboolean _tmp4_ = FALSE; + gboolean _tmp4_; #line 130 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp4_ = monitorable_updates_is_set_offline (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_MONITORABLE_UPDATES, MonitorableUpdates)); #line 130 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1432,8 +1432,8 @@ void photo_updates_set_reimport_editable (PhotoUpdates* self, gboolean reimport) static void photo_updates_real_set_reimport_raw_developments (PhotoUpdates* self, gboolean reimport) { - gboolean _tmp0_ = FALSE; - gboolean _tmp1_ = FALSE; + gboolean _tmp0_; + gboolean _tmp1_; #line 137 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp0_ = reimport; #line 137 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1470,7 +1470,7 @@ static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base) { gboolean _tmp6_ = FALSE; gboolean _tmp7_ = FALSE; gboolean _tmp8_ = FALSE; - gboolean _tmp9_ = FALSE; + gboolean _tmp9_; #line 143 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_UPDATES, PhotoUpdates); #line 144 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1478,7 +1478,7 @@ static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base) { #line 144 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp9_) { #line 1481 "PhotoMonitor.c" - gboolean _tmp10_ = FALSE; + gboolean _tmp10_; #line 145 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp10_ = self->reimport_master; #line 145 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1492,7 +1492,7 @@ static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base) { #line 144 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp8_) { #line 1495 "PhotoMonitor.c" - gboolean _tmp11_ = FALSE; + gboolean _tmp11_; #line 146 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp11_ = self->reimport_editable; #line 146 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1506,7 +1506,7 @@ static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base) { #line 144 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp7_) { #line 1509 "PhotoMonitor.c" - GFile* _tmp12_ = NULL; + GFile* _tmp12_; #line 147 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp12_ = self->editable_file; #line 147 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1520,7 +1520,7 @@ static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base) { #line 144 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp6_) { #line 1523 "PhotoMonitor.c" - gboolean _tmp13_ = FALSE; + gboolean _tmp13_; #line 148 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp13_ = self->editable_file_info_altered; #line 148 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1534,7 +1534,7 @@ static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base) { #line 144 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp5_) { #line 1537 "PhotoMonitor.c" - GFileInfo* _tmp14_ = NULL; + GFileInfo* _tmp14_; #line 149 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp14_ = self->editable_file_info; #line 149 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1548,7 +1548,7 @@ static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base) { #line 144 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp4_) { #line 1551 "PhotoMonitor.c" - gboolean _tmp15_ = FALSE; + gboolean _tmp15_; #line 150 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp15_ = self->editable_in_alteration; #line 150 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1562,9 +1562,9 @@ static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base) { #line 144 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp3_) { #line 1565 "PhotoMonitor.c" - GeeCollection* _tmp16_ = NULL; - gint _tmp17_ = 0; - gint _tmp18_ = 0; + GeeCollection* _tmp16_; + gint _tmp17_; + gint _tmp18_; #line 151 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp16_ = self->developer_files; #line 151 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1582,7 +1582,7 @@ static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base) { #line 144 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp2_) { #line 1585 "PhotoMonitor.c" - gboolean _tmp19_ = FALSE; + gboolean _tmp19_; #line 152 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp19_ = self->raw_developer_file_info_altered; #line 152 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1596,7 +1596,7 @@ static gboolean photo_updates_real_is_all_updated (MonitorableUpdates* base) { #line 144 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp1_) { #line 1599 "PhotoMonitor.c" - gboolean _tmp20_ = FALSE; + gboolean _tmp20_; #line 153 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp20_ = self->revert_to_master; #line 153 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1621,41 +1621,41 @@ static void photo_updates_class_init (PhotoUpdatesClass * klass) { #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" ((MonitorableUpdatesClass *) klass)->finalize = photo_updates_finalize; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MonitorableUpdatesClass *) klass)->mark_offline = (void (*)(MonitorableUpdates*)) photo_updates_real_mark_offline; + ((MonitorableUpdatesClass *) klass)->mark_offline = (void (*) (MonitorableUpdates *)) photo_updates_real_mark_offline; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MonitorableUpdatesClass *) klass)->is_in_alteration = (gboolean (*)(MonitorableUpdates*)) photo_updates_real_is_in_alteration; + ((MonitorableUpdatesClass *) klass)->is_in_alteration = (gboolean (*) (MonitorableUpdates *)) photo_updates_real_is_in_alteration; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->set_editable_file = (void (*)(PhotoUpdates*, GFile*)) photo_updates_real_set_editable_file; + ((PhotoUpdatesClass *) klass)->set_editable_file = (void (*) (PhotoUpdates *, GFile*)) photo_updates_real_set_editable_file; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->set_editable_file_info = (void (*)(PhotoUpdates*, GFileInfo*)) photo_updates_real_set_editable_file_info; + ((PhotoUpdatesClass *) klass)->set_editable_file_info = (void (*) (PhotoUpdates *, GFileInfo*)) photo_updates_real_set_editable_file_info; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->set_editable_file_info_altered = (void (*)(PhotoUpdates*, gboolean)) photo_updates_real_set_editable_file_info_altered; + ((PhotoUpdatesClass *) klass)->set_editable_file_info_altered = (void (*) (PhotoUpdates *, gboolean)) photo_updates_real_set_editable_file_info_altered; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->set_editable_in_alteration = (void (*)(PhotoUpdates*, gboolean)) photo_updates_real_set_editable_in_alteration; + ((PhotoUpdatesClass *) klass)->set_editable_in_alteration = (void (*) (PhotoUpdates *, gboolean)) photo_updates_real_set_editable_in_alteration; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->set_raw_development_in_alteration = (void (*)(PhotoUpdates*, gboolean)) photo_updates_real_set_raw_development_in_alteration; + ((PhotoUpdatesClass *) klass)->set_raw_development_in_alteration = (void (*) (PhotoUpdates *, gboolean)) photo_updates_real_set_raw_development_in_alteration; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->set_raw_developer_file_info_altered = (void (*)(PhotoUpdates*, gboolean)) photo_updates_real_set_raw_developer_file_info_altered; + ((PhotoUpdatesClass *) klass)->set_raw_developer_file_info_altered = (void (*) (PhotoUpdates *, gboolean)) photo_updates_real_set_raw_developer_file_info_altered; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->set_revert_to_master = (void (*)(PhotoUpdates*, gboolean)) photo_updates_real_set_revert_to_master; + ((PhotoUpdatesClass *) klass)->set_revert_to_master = (void (*) (PhotoUpdates *, gboolean)) photo_updates_real_set_revert_to_master; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->add_raw_developer_file = (void (*)(PhotoUpdates*, GFile*)) photo_updates_real_add_raw_developer_file; + ((PhotoUpdatesClass *) klass)->add_raw_developer_file = (void (*) (PhotoUpdates *, GFile*)) photo_updates_real_add_raw_developer_file; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->clear_raw_developer_files = (void (*)(PhotoUpdates*)) photo_updates_real_clear_raw_developer_files; + ((PhotoUpdatesClass *) klass)->clear_raw_developer_files = (void (*) (PhotoUpdates *)) photo_updates_real_clear_raw_developer_files; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->set_reimport_master = (void (*)(PhotoUpdates*, gboolean)) photo_updates_real_set_reimport_master; + ((PhotoUpdatesClass *) klass)->set_reimport_master = (void (*) (PhotoUpdates *, gboolean)) photo_updates_real_set_reimport_master; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->set_reimport_editable = (void (*)(PhotoUpdates*, gboolean)) photo_updates_real_set_reimport_editable; + ((PhotoUpdatesClass *) klass)->set_reimport_editable = (void (*) (PhotoUpdates *, gboolean)) photo_updates_real_set_reimport_editable; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((PhotoUpdatesClass *) klass)->set_reimport_raw_developments = (void (*)(PhotoUpdates*, gboolean)) photo_updates_real_set_reimport_raw_developments; + ((PhotoUpdatesClass *) klass)->set_reimport_raw_developments = (void (*) (PhotoUpdates *, gboolean)) photo_updates_real_set_reimport_raw_developments; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MonitorableUpdatesClass *) klass)->is_all_updated = (gboolean (*)(MonitorableUpdates*)) photo_updates_real_is_all_updated; + ((MonitorableUpdatesClass *) klass)->is_all_updated = (gboolean (*) (MonitorableUpdates *)) photo_updates_real_is_all_updated; #line 1654 "PhotoMonitor.c" } static void photo_updates_instance_init (PhotoUpdates * self) { - GeeArrayList* _tmp0_ = NULL; + GeeArrayList* _tmp0_; #line 10 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self->reimport_master = FALSE; #line 11 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1684,7 +1684,7 @@ static void photo_updates_instance_init (PhotoUpdates * self) { } -static void photo_updates_finalize (MonitorableUpdates* obj) { +static void photo_updates_finalize (MonitorableUpdates * obj) { PhotoUpdates * self; #line 7 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_PHOTO_UPDATES, PhotoUpdates); @@ -1723,10 +1723,10 @@ static gpointer _workers_ref0 (gpointer self) { PhotoMonitor* photo_monitor_construct (GType object_type, Workers* workers, GCancellable* cancellable) { PhotoMonitor * self = NULL; - LibraryPhotoSourceCollection* _tmp0_ = NULL; - GCancellable* _tmp1_ = NULL; - Workers* _tmp2_ = NULL; - Workers* _tmp3_ = NULL; + LibraryPhotoSourceCollection* _tmp0_; + GCancellable* _tmp1_; + Workers* _tmp2_; + Workers* _tmp3_; #line 237 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_WORKERS (workers), NULL); #line 237 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1761,9 +1761,9 @@ PhotoMonitor* photo_monitor_new (Workers* workers, GCancellable* cancellable) { static MonitorableUpdates* photo_monitor_real_create_updates (MediaMonitor* base, Monitorable* monitorable) { PhotoMonitor * self; MonitorableUpdates* result = NULL; - Monitorable* _tmp0_ = NULL; - Monitorable* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; + Monitorable* _tmp0_; + Monitorable* _tmp1_; + PhotoUpdates* _tmp2_; #line 243 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 243 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1794,8 +1794,8 @@ static gpointer _data_collection_ref0 (gpointer self) { static MediaSourceCollection* photo_monitor_real_get_media_source_collection (MediaMonitor* base) { PhotoMonitor * self; MediaSourceCollection* result = NULL; - LibraryPhotoSourceCollection* _tmp0_ = NULL; - MediaSourceCollection* _tmp1_ = NULL; + LibraryPhotoSourceCollection* _tmp0_; + MediaSourceCollection* _tmp1_; #line 249 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 250 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1814,11 +1814,11 @@ static gboolean photo_monitor_real_is_file_represented (MediaMonitor* base, GFil PhotoMonitor * self; gboolean result = FALSE; LibraryPhotoSourceCollectionState state = 0; - GFile* _tmp0_ = NULL; + GFile* _tmp0_; LibraryPhotoSourceCollectionState _tmp1_ = 0; - LibraryPhoto* _tmp2_ = NULL; - LibraryPhoto* _tmp3_ = NULL; - gboolean _tmp4_ = FALSE; + LibraryPhoto* _tmp2_; + LibraryPhoto* _tmp3_; + gboolean _tmp4_; #line 253 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 253 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1850,12 +1850,12 @@ static void photo_monitor_real_close (MediaMonitor* base) { #line 1851 "PhotoMonitor.c" { GeeIterator* _job_it = NULL; - GeeHashMap* _tmp0_ = NULL; - GeeCollection* _tmp1_ = NULL; - GeeCollection* _tmp2_ = NULL; - GeeCollection* _tmp3_ = NULL; - GeeIterator* _tmp4_ = NULL; - GeeIterator* _tmp5_ = NULL; + GeeHashMap* _tmp0_; + GeeCollection* _tmp1_; + GeeCollection* _tmp2_; + GeeCollection* _tmp3_; + GeeIterator* _tmp4_; + GeeIterator* _tmp5_; #line 259 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp0_ = self->priv->master_reimport_pending; #line 259 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1875,12 +1875,12 @@ static void photo_monitor_real_close (MediaMonitor* base) { #line 259 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 1878 "PhotoMonitor.c" - GeeIterator* _tmp6_ = NULL; - gboolean _tmp7_ = FALSE; + GeeIterator* _tmp6_; + gboolean _tmp7_; PhotoMonitorReimportMasterJob* job = NULL; - GeeIterator* _tmp8_ = NULL; - gpointer _tmp9_ = NULL; - PhotoMonitorReimportMasterJob* _tmp10_ = NULL; + GeeIterator* _tmp8_; + gpointer _tmp9_; + PhotoMonitorReimportMasterJob* _tmp10_; #line 259 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp6_ = _job_it; #line 259 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1911,12 +1911,12 @@ static void photo_monitor_real_close (MediaMonitor* base) { } { GeeIterator* _job_it = NULL; - GeeHashMap* _tmp11_ = NULL; - GeeCollection* _tmp12_ = NULL; - GeeCollection* _tmp13_ = NULL; - GeeCollection* _tmp14_ = NULL; - GeeIterator* _tmp15_ = NULL; - GeeIterator* _tmp16_ = NULL; + GeeHashMap* _tmp11_; + GeeCollection* _tmp12_; + GeeCollection* _tmp13_; + GeeCollection* _tmp14_; + GeeIterator* _tmp15_; + GeeIterator* _tmp16_; #line 262 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp11_ = self->priv->editable_reimport_pending; #line 262 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1936,12 +1936,12 @@ static void photo_monitor_real_close (MediaMonitor* base) { #line 262 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 1939 "PhotoMonitor.c" - GeeIterator* _tmp17_ = NULL; - gboolean _tmp18_ = FALSE; + GeeIterator* _tmp17_; + gboolean _tmp18_; PhotoMonitorReimportEditableJob* job = NULL; - GeeIterator* _tmp19_ = NULL; - gpointer _tmp20_ = NULL; - PhotoMonitorReimportEditableJob* _tmp21_ = NULL; + GeeIterator* _tmp19_; + gpointer _tmp20_; + PhotoMonitorReimportEditableJob* _tmp21_; #line 262 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp17_ = _job_it; #line 262 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1972,12 +1972,12 @@ static void photo_monitor_real_close (MediaMonitor* base) { } { GeeIterator* _job_it = NULL; - GeeHashMap* _tmp22_ = NULL; - GeeCollection* _tmp23_ = NULL; - GeeCollection* _tmp24_ = NULL; - GeeCollection* _tmp25_ = NULL; - GeeIterator* _tmp26_ = NULL; - GeeIterator* _tmp27_ = NULL; + GeeHashMap* _tmp22_; + GeeCollection* _tmp23_; + GeeCollection* _tmp24_; + GeeCollection* _tmp25_; + GeeIterator* _tmp26_; + GeeIterator* _tmp27_; #line 265 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp22_ = self->priv->raw_developments_reimport_pending; #line 265 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -1997,12 +1997,12 @@ static void photo_monitor_real_close (MediaMonitor* base) { #line 265 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 2000 "PhotoMonitor.c" - GeeIterator* _tmp28_ = NULL; - gboolean _tmp29_ = FALSE; + GeeIterator* _tmp28_; + gboolean _tmp29_; PhotoMonitorReimportRawDevelopmentJob* job = NULL; - GeeIterator* _tmp30_ = NULL; - gpointer _tmp31_ = NULL; - PhotoMonitorReimportRawDevelopmentJob* _tmp32_ = NULL; + GeeIterator* _tmp30_; + gpointer _tmp31_; + PhotoMonitorReimportRawDevelopmentJob* _tmp32_; #line 265 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp28_ = _job_it; #line 265 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2039,15 +2039,15 @@ static void photo_monitor_real_close (MediaMonitor* base) { static void photo_monitor_cancel_reimports (PhotoMonitor* self, LibraryPhoto* photo) { PhotoMonitorReimportMasterJob* master_job = NULL; - GeeHashMap* _tmp0_ = NULL; - LibraryPhoto* _tmp1_ = NULL; - gpointer _tmp2_ = NULL; - PhotoMonitorReimportMasterJob* _tmp3_ = NULL; + GeeHashMap* _tmp0_; + LibraryPhoto* _tmp1_; + gpointer _tmp2_; + PhotoMonitorReimportMasterJob* _tmp3_; PhotoMonitorReimportEditableJob* editable_job = NULL; - GeeHashMap* _tmp5_ = NULL; - LibraryPhoto* _tmp6_ = NULL; - gpointer _tmp7_ = NULL; - PhotoMonitorReimportEditableJob* _tmp8_ = NULL; + GeeHashMap* _tmp5_; + LibraryPhoto* _tmp6_; + gpointer _tmp7_; + PhotoMonitorReimportEditableJob* _tmp8_; #line 271 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 271 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2065,7 +2065,7 @@ static void photo_monitor_cancel_reimports (PhotoMonitor* self, LibraryPhoto* ph #line 273 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp3_ != NULL) { #line 2068 "PhotoMonitor.c" - PhotoMonitorReimportMasterJob* _tmp4_ = NULL; + PhotoMonitorReimportMasterJob* _tmp4_; #line 274 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp4_ = master_job; #line 274 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2085,7 +2085,7 @@ static void photo_monitor_cancel_reimports (PhotoMonitor* self, LibraryPhoto* ph #line 277 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp8_ != NULL) { #line 2088 "PhotoMonitor.c" - PhotoMonitorReimportEditableJob* _tmp9_ = NULL; + PhotoMonitorReimportEditableJob* _tmp9_; #line 278 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp9_ = editable_job; #line 278 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2100,17 +2100,17 @@ static void photo_monitor_cancel_reimports (PhotoMonitor* self, LibraryPhoto* ph } -static MediaMonitorDiscoveredFile photo_monitor_real_notify_file_discovered (MediaMonitor* base, GFile* file, GFileInfo* info, Monitorable** monitorable) { +static MediaMonitorDiscoveredFile photo_monitor_real_notify_file_discovered (MediaMonitor* base, GFile* file, GFileInfo* info, Monitorable* * monitorable) { PhotoMonitor * self; Monitorable* _vala_monitorable = NULL; MediaMonitorDiscoveredFile result = 0; LibraryPhotoSourceCollectionState state = 0; LibraryPhoto* photo = NULL; - GFile* _tmp0_ = NULL; + GFile* _tmp0_; LibraryPhotoSourceCollectionState _tmp1_ = 0; - LibraryPhoto* _tmp2_ = NULL; - LibraryPhoto* _tmp3_ = NULL; - LibraryPhotoSourceCollectionState _tmp4_ = 0; + LibraryPhoto* _tmp2_; + LibraryPhoto* _tmp3_; + LibraryPhotoSourceCollectionState _tmp4_; #line 281 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 281 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2161,8 +2161,8 @@ static MediaMonitorDiscoveredFile photo_monitor_real_notify_file_discovered (Med case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_OFFLINE: #line 2163 "PhotoMonitor.c" { - LibraryPhoto* _tmp5_ = NULL; - Monitorable* _tmp6_ = NULL; + LibraryPhoto* _tmp5_; + Monitorable* _tmp6_; #line 294 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = photo; #line 294 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2240,28 +2240,28 @@ static GeeCollection* photo_monitor_real_candidates_for_unknown_file (MediaMonit PhotoMonitor * self; MediaMonitorDiscoveredFile _vala_result = 0; GeeCollection* result = NULL; - GeeArrayList* _tmp0_ = NULL; - GeeArrayList* _tmp1_ = NULL; + GeeArrayList* _tmp0_; + GeeArrayList* _tmp1_; GeeCollection* matched_masters = NULL; - GeeArrayList* _tmp2_ = NULL; - LibraryPhotoSourceCollection* _tmp3_ = NULL; - GFileInfo* _tmp4_ = NULL; - GeeCollection* _tmp5_ = NULL; - GeeArrayList* _tmp6_ = NULL; - GeeArrayList* _tmp7_ = NULL; - GeeCollection* _tmp8_ = NULL; - gint _tmp9_ = 0; - gint _tmp10_ = 0; + GeeArrayList* _tmp2_; + LibraryPhotoSourceCollection* _tmp3_; + GFileInfo* _tmp4_; + GeeCollection* _tmp5_; + GeeArrayList* _tmp6_; + GeeArrayList* _tmp7_; + GeeCollection* _tmp8_; + gint _tmp9_; + gint _tmp10_; gboolean _tmp11_ = FALSE; - GeeArrayList* _tmp12_ = NULL; - gint _tmp13_ = 0; - gint _tmp14_ = 0; - GeeArrayList* _tmp18_ = NULL; - gint _tmp19_ = 0; - gint _tmp20_ = 0; - GeeArrayList* _tmp53_ = NULL; - gint _tmp54_ = 0; - gint _tmp55_ = 0; + GeeArrayList* _tmp12_; + gint _tmp13_; + gint _tmp14_; + GeeArrayList* _tmp18_; + gint _tmp19_; + gint _tmp20_; + GeeArrayList* _tmp53_; + gint _tmp54_; + gint _tmp55_; #line 310 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 310 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2323,9 +2323,9 @@ static GeeCollection* photo_monitor_real_candidates_for_unknown_file (MediaMonit #line 325 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp14_ == 0) { #line 2326 "PhotoMonitor.c" - GeeArrayList* _tmp15_ = NULL; - gint _tmp16_ = 0; - gint _tmp17_ = 0; + GeeArrayList* _tmp15_; + gint _tmp16_; + gint _tmp17_; #line 325 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp15_ = self->priv->matched_developments; #line 325 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2368,13 +2368,13 @@ static GeeCollection* photo_monitor_real_candidates_for_unknown_file (MediaMonit if (_tmp20_ > 0) { #line 2370 "PhotoMonitor.c" LibraryPhoto* match = NULL; - GeeArrayList* _tmp21_ = NULL; - gpointer _tmp22_ = NULL; - GeeArrayList* _tmp23_ = NULL; - gint _tmp24_ = 0; - gint _tmp25_ = 0; - LibraryPhoto* _tmp51_ = NULL; - GFile* _tmp52_ = NULL; + GeeArrayList* _tmp21_; + gpointer _tmp22_; + GeeArrayList* _tmp23_; + gint _tmp24_; + gint _tmp25_; + LibraryPhoto* _tmp51_; + GFile* _tmp52_; #line 333 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp21_ = self->priv->matched_editables; #line 333 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2390,15 +2390,15 @@ static GeeCollection* photo_monitor_real_candidates_for_unknown_file (MediaMonit #line 334 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp25_ > 1) { #line 2393 "PhotoMonitor.c" - GFile* _tmp26_ = NULL; - gchar* _tmp27_ = NULL; - gchar* _tmp28_ = NULL; - GeeArrayList* _tmp29_ = NULL; - gint _tmp30_ = 0; - gint _tmp31_ = 0; - LibraryPhoto* _tmp32_ = NULL; - gchar* _tmp33_ = NULL; - gchar* _tmp34_ = NULL; + GFile* _tmp26_; + gchar* _tmp27_; + gchar* _tmp28_; + GeeArrayList* _tmp29_; + gint _tmp30_; + gint _tmp31_; + LibraryPhoto* _tmp32_; + gchar* _tmp33_; + gchar* _tmp34_; #line 335 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp26_ = file; #line 335 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2437,20 +2437,20 @@ static GeeCollection* photo_monitor_real_candidates_for_unknown_file (MediaMonit #line 337 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 2439 "PhotoMonitor.c" - gint _tmp37_ = 0; - GeeArrayList* _tmp38_ = NULL; - gint _tmp39_ = 0; - gint _tmp40_ = 0; - GeeArrayList* _tmp41_ = NULL; - gint _tmp42_ = 0; - gpointer _tmp43_ = NULL; - LibraryPhoto* _tmp44_ = NULL; - gboolean _tmp45_ = FALSE; - gboolean _tmp46_ = FALSE; + gint _tmp37_; + GeeArrayList* _tmp38_; + gint _tmp39_; + gint _tmp40_; + GeeArrayList* _tmp41_; + gint _tmp42_; + gpointer _tmp43_; + LibraryPhoto* _tmp44_; + gboolean _tmp45_; + gboolean _tmp46_; #line 337 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (!_tmp35_) { #line 2452 "PhotoMonitor.c" - gint _tmp36_ = 0; + gint _tmp36_; #line 337 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp36_ = ctr; #line 337 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2490,10 +2490,10 @@ static GeeCollection* photo_monitor_real_candidates_for_unknown_file (MediaMonit #line 338 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp46_) { #line 2492 "PhotoMonitor.c" - GeeArrayList* _tmp47_ = NULL; - gint _tmp48_ = 0; - gpointer _tmp49_ = NULL; - LibraryPhoto* _tmp50_ = NULL; + GeeArrayList* _tmp47_; + gint _tmp48_; + gpointer _tmp49_; + LibraryPhoto* _tmp50_; #line 339 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp47_ = self->priv->matched_editables; #line 339 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2532,13 +2532,13 @@ static GeeCollection* photo_monitor_real_candidates_for_unknown_file (MediaMonit if (_tmp55_ > 0) { #line 2533 "PhotoMonitor.c" LibraryPhoto* match_raw = NULL; - GeeArrayList* _tmp56_ = NULL; - gpointer _tmp57_ = NULL; - GeeArrayList* _tmp58_ = NULL; - gint _tmp59_ = 0; - gint _tmp60_ = 0; - LibraryPhoto* _tmp70_ = NULL; - GFile* _tmp71_ = NULL; + GeeArrayList* _tmp56_; + gpointer _tmp57_; + GeeArrayList* _tmp58_; + gint _tmp59_; + gint _tmp60_; + LibraryPhoto* _tmp70_; + GFile* _tmp71_; #line 347 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp56_ = self->priv->matched_developments; #line 347 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2554,15 +2554,15 @@ static GeeCollection* photo_monitor_real_candidates_for_unknown_file (MediaMonit #line 348 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp60_ > 1) { #line 2556 "PhotoMonitor.c" - GFile* _tmp61_ = NULL; - gchar* _tmp62_ = NULL; - gchar* _tmp63_ = NULL; - GeeArrayList* _tmp64_ = NULL; - gint _tmp65_ = 0; - gint _tmp66_ = 0; - LibraryPhoto* _tmp67_ = NULL; - gchar* _tmp68_ = NULL; - gchar* _tmp69_ = NULL; + GFile* _tmp61_; + gchar* _tmp62_; + gchar* _tmp63_; + GeeArrayList* _tmp64_; + gint _tmp65_; + gint _tmp66_; + LibraryPhoto* _tmp67_; + gchar* _tmp68_; + gchar* _tmp69_; #line 349 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp61_ = file; #line 349 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2618,7 +2618,7 @@ static GeeCollection* photo_monitor_real_candidates_for_unknown_file (MediaMonit } -static void _vala_array_add131 (GFile*** array, int* length, int* size, GFile* value) { +static void _vala_array_add131 (GFile** * array, int* length, int* size, GFile* value) { #line 367 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if ((*length) == (*size)) { #line 367 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2635,7 +2635,7 @@ static void _vala_array_add131 (GFile*** array, int* length, int* size, GFile* v } -static void _vala_array_add132 (GFile*** array, int* length, int* size, GFile* value) { +static void _vala_array_add132 (GFile** * array, int* length, int* size, GFile* value) { #line 373 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if ((*length) == (*size)) { #line 373 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2660,7 +2660,7 @@ static GFile** _vala_array_dup31 (GFile** self, int length) { #line 376 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" for (i = 0; i < length; i++) { #line 2661 "PhotoMonitor.c" - GFile* _tmp0_ = NULL; + GFile* _tmp0_; #line 376 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp0_ = _g_object_ref0 (self[i]); #line 376 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2677,27 +2677,27 @@ static GFile** photo_monitor_real_get_auxilliary_backing_files (MediaMonitor* ba PhotoMonitor * self; GFile** result = NULL; LibraryPhoto* photo = NULL; - Monitorable* _tmp0_ = NULL; - LibraryPhoto* _tmp1_ = NULL; + Monitorable* _tmp0_; + LibraryPhoto* _tmp1_; GFile** files = NULL; - GFile** _tmp2_ = NULL; - gint files_length1 = 0; - gint _files_size_ = 0; - LibraryPhoto* _tmp3_ = NULL; - gboolean _tmp4_ = FALSE; + GFile** _tmp2_; + gint files_length1; + gint _files_size_; + LibraryPhoto* _tmp3_; + gboolean _tmp4_; GeeCollection* raw_files = NULL; - LibraryPhoto* _tmp8_ = NULL; - GeeCollection* _tmp9_ = NULL; - GeeCollection* _tmp10_ = NULL; + LibraryPhoto* _tmp8_; + GeeCollection* _tmp9_; + GeeCollection* _tmp10_; GFile** _tmp20_ = NULL; gint _tmp20__length1 = 0; gint __tmp20__size_ = 0; - GFile** _tmp21_ = NULL; - gint _tmp21__length1 = 0; - GFile** _tmp23_ = NULL; - gint _tmp23__length1 = 0; - GFile** _tmp24_ = NULL; - gint _tmp24__length1 = 0; + GFile** _tmp21_; + gint _tmp21__length1; + GFile** _tmp23_; + gint _tmp23__length1; + GFile** _tmp24_; + gint _tmp24__length1; #line 361 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 361 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2723,10 +2723,10 @@ static GFile** photo_monitor_real_get_auxilliary_backing_files (MediaMonitor* ba #line 366 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp4_) { #line 2724 "PhotoMonitor.c" - GFile** _tmp5_ = NULL; - gint _tmp5__length1 = 0; - LibraryPhoto* _tmp6_ = NULL; - GFile* _tmp7_ = NULL; + GFile** _tmp5_; + gint _tmp5__length1; + LibraryPhoto* _tmp6_; + GFile* _tmp7_; #line 367 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = files; #line 367 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2752,8 +2752,8 @@ static GFile** photo_monitor_real_get_auxilliary_backing_files (MediaMonitor* ba #line 2751 "PhotoMonitor.c" { GeeIterator* _f_it = NULL; - GeeCollection* _tmp11_ = NULL; - GeeIterator* _tmp12_ = NULL; + GeeCollection* _tmp11_; + GeeIterator* _tmp12_; #line 372 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp11_ = raw_files; #line 372 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2763,15 +2763,15 @@ static GFile** photo_monitor_real_get_auxilliary_backing_files (MediaMonitor* ba #line 372 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 2764 "PhotoMonitor.c" - GeeIterator* _tmp13_ = NULL; - gboolean _tmp14_ = FALSE; + GeeIterator* _tmp13_; + gboolean _tmp14_; GFile* f = NULL; - GeeIterator* _tmp15_ = NULL; - gpointer _tmp16_ = NULL; - GFile** _tmp17_ = NULL; - gint _tmp17__length1 = 0; - GFile* _tmp18_ = NULL; - GFile* _tmp19_ = NULL; + GeeIterator* _tmp15_; + gpointer _tmp16_; + GFile** _tmp17_; + gint _tmp17__length1; + GFile* _tmp18_; + GFile* _tmp19_; #line 372 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp13_ = _f_it; #line 372 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2814,8 +2814,8 @@ static GFile** photo_monitor_real_get_auxilliary_backing_files (MediaMonitor* ba #line 376 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp21__length1 > 0) { #line 2815 "PhotoMonitor.c" - GFile** _tmp22_ = NULL; - gint _tmp22__length1 = 0; + GFile** _tmp22_; + gint _tmp22__length1; #line 376 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp22_ = files; #line 376 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2867,14 +2867,14 @@ static GFile** photo_monitor_real_get_auxilliary_backing_files (MediaMonitor* ba static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Monitorable* monitorable, GFile* file, GFileInfo* info) { PhotoMonitor * self; LibraryPhoto* photo = NULL; - Monitorable* _tmp0_ = NULL; - LibraryPhoto* _tmp1_ = NULL; - LibraryPhoto* _tmp2_ = NULL; - GFile* _tmp3_ = NULL; - GFile* _tmp4_ = NULL; - GFile* _tmp5_ = NULL; - gboolean _tmp6_ = FALSE; - gboolean _tmp7_ = FALSE; + Monitorable* _tmp0_; + LibraryPhoto* _tmp1_; + LibraryPhoto* _tmp2_; + GFile* _tmp3_; + GFile* _tmp4_; + GFile* _tmp5_; + gboolean _tmp6_; + gboolean _tmp7_; #line 379 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 379 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2906,8 +2906,8 @@ static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Mon #line 382 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp7_) { #line 2907 "PhotoMonitor.c" - LibraryPhoto* _tmp8_ = NULL; - GFileInfo* _tmp9_ = NULL; + LibraryPhoto* _tmp8_; + GFileInfo* _tmp9_; #line 383 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp8_ = photo; #line 383 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2917,10 +2917,10 @@ static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Mon #line 2916 "PhotoMonitor.c" } else { gboolean _tmp10_ = FALSE; - LibraryPhoto* _tmp11_ = NULL; - GFile* _tmp12_ = NULL; - GFile* _tmp13_ = NULL; - gboolean _tmp14_ = FALSE; + LibraryPhoto* _tmp11_; + GFile* _tmp12_; + GFile* _tmp13_; + gboolean _tmp14_; #line 384 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp11_ = photo; #line 384 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2934,11 +2934,11 @@ static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Mon #line 384 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp14_) { #line 2935 "PhotoMonitor.c" - LibraryPhoto* _tmp15_ = NULL; - GFile* _tmp16_ = NULL; - GFile* _tmp17_ = NULL; - GFile* _tmp18_ = NULL; - gboolean _tmp19_ = FALSE; + LibraryPhoto* _tmp15_; + GFile* _tmp16_; + GFile* _tmp17_; + GFile* _tmp18_; + gboolean _tmp19_; #line 384 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp15_ = photo; #line 384 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2962,8 +2962,8 @@ static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Mon #line 384 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp10_) { #line 2963 "PhotoMonitor.c" - LibraryPhoto* _tmp20_ = NULL; - GFileInfo* _tmp21_ = NULL; + LibraryPhoto* _tmp20_; + GFileInfo* _tmp21_; #line 385 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp20_ = photo; #line 385 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2972,10 +2972,10 @@ static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Mon photo_monitor_check_for_editable_changes (self, _tmp20_, _tmp21_); #line 2972 "PhotoMonitor.c" } else { - LibraryPhoto* _tmp22_ = NULL; - GeeCollection* _tmp23_ = NULL; - GeeCollection* _tmp24_ = NULL; - gboolean _tmp25_ = FALSE; + LibraryPhoto* _tmp22_; + GeeCollection* _tmp23_; + GeeCollection* _tmp24_; + gboolean _tmp25_; #line 386 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp22_ = photo; #line 386 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -2991,11 +2991,11 @@ static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Mon #line 2990 "PhotoMonitor.c" { GeeIterator* _f_it = NULL; - LibraryPhoto* _tmp26_ = NULL; - GeeCollection* _tmp27_ = NULL; - GeeCollection* _tmp28_ = NULL; - GeeIterator* _tmp29_ = NULL; - GeeIterator* _tmp30_ = NULL; + LibraryPhoto* _tmp26_; + GeeCollection* _tmp27_; + GeeCollection* _tmp28_; + GeeIterator* _tmp29_; + GeeIterator* _tmp30_; #line 387 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp26_ = photo; #line 387 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3013,14 +3013,14 @@ static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Mon #line 387 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 3014 "PhotoMonitor.c" - GeeIterator* _tmp31_ = NULL; - gboolean _tmp32_ = FALSE; + GeeIterator* _tmp31_; + gboolean _tmp32_; GFile* f = NULL; - GeeIterator* _tmp33_ = NULL; - gpointer _tmp34_ = NULL; - GFile* _tmp35_ = NULL; - GFile* _tmp36_ = NULL; - gboolean _tmp37_ = FALSE; + GeeIterator* _tmp33_; + gpointer _tmp34_; + GFile* _tmp35_; + GFile* _tmp36_; + gboolean _tmp37_; #line 387 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp31_ = _f_it; #line 387 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3046,8 +3046,8 @@ static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Mon #line 388 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp37_) { #line 3047 "PhotoMonitor.c" - LibraryPhoto* _tmp38_ = NULL; - GFileInfo* _tmp39_ = NULL; + LibraryPhoto* _tmp38_; + GFileInfo* _tmp39_; #line 389 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp38_ = photo; #line 389 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3075,7 +3075,7 @@ static void photo_monitor_real_update_backing_file_info (MediaMonitor* base, Mon static void photo_monitor_real_notify_discovery_completing (MediaMonitor* base) { PhotoMonitor * self; - GeeArrayList* _tmp0_ = NULL; + GeeArrayList* _tmp0_; #line 394 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 395 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3087,16 +3087,16 @@ static void photo_monitor_real_notify_discovery_completing (MediaMonitor* base) static void photo_monitor_check_for_master_changes (PhotoMonitor* self, LibraryPhoto* photo, GFileInfo* info) { - GFileInfo* _tmp0_ = NULL; + GFileInfo* _tmp0_; BackingPhotoRow* state = NULL; - LibraryPhoto* _tmp1_ = NULL; - BackingPhotoRow* _tmp2_ = NULL; - BackingPhotoRow* _tmp3_ = NULL; - GFileInfo* _tmp4_ = NULL; - gboolean _tmp5_ = FALSE; - BackingPhotoRow* _tmp6_ = NULL; - GFileInfo* _tmp7_ = NULL; - gboolean _tmp8_ = FALSE; + LibraryPhoto* _tmp1_; + BackingPhotoRow* _tmp2_; + BackingPhotoRow* _tmp3_; + GFileInfo* _tmp4_; + gboolean _tmp5_; + BackingPhotoRow* _tmp6_; + GFileInfo* _tmp7_; + gboolean _tmp8_; #line 402 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 402 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3140,9 +3140,9 @@ static void photo_monitor_check_for_master_changes (PhotoMonitor* self, LibraryP #line 411 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp8_) { #line 3141 "PhotoMonitor.c" - LibraryPhoto* _tmp9_ = NULL; - LibraryPhoto* _tmp10_ = NULL; - GFileInfo* _tmp11_ = NULL; + LibraryPhoto* _tmp9_; + LibraryPhoto* _tmp10_; + GFileInfo* _tmp11_; #line 412 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp9_ = photo; #line 412 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3155,7 +3155,7 @@ static void photo_monitor_check_for_master_changes (PhotoMonitor* self, LibraryP media_monitor_update_master_file_alterations_completed (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_MEDIA_MONITOR, MediaMonitor), G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, TYPE_MONITORABLE, Monitorable), _tmp11_); #line 3155 "PhotoMonitor.c" } else { - LibraryPhoto* _tmp12_ = NULL; + LibraryPhoto* _tmp12_; #line 415 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp12_ = photo; #line 415 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3169,15 +3169,15 @@ static void photo_monitor_check_for_master_changes (PhotoMonitor* self, LibraryP static void photo_monitor_check_for_editable_changes (PhotoMonitor* self, LibraryPhoto* photo, GFileInfo* info) { - GFileInfo* _tmp0_ = NULL; + GFileInfo* _tmp0_; BackingPhotoRow* state = NULL; - LibraryPhoto* _tmp2_ = NULL; - BackingPhotoRow* _tmp3_ = NULL; + LibraryPhoto* _tmp2_; + BackingPhotoRow* _tmp3_; gboolean _tmp4_ = FALSE; - BackingPhotoRow* _tmp5_ = NULL; - BackingPhotoRow* _tmp9_ = NULL; - GFileInfo* _tmp10_ = NULL; - gboolean _tmp11_ = FALSE; + BackingPhotoRow* _tmp5_; + BackingPhotoRow* _tmp9_; + GFileInfo* _tmp10_; + gboolean _tmp11_; #line 419 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 419 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3189,7 +3189,7 @@ static void photo_monitor_check_for_editable_changes (PhotoMonitor* self, Librar #line 420 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp0_ == NULL) { #line 3190 "PhotoMonitor.c" - LibraryPhoto* _tmp1_ = NULL; + LibraryPhoto* _tmp1_; #line 421 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp1_ = photo; #line 421 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3212,9 +3212,9 @@ static void photo_monitor_check_for_editable_changes (PhotoMonitor* self, Librar _tmp4_ = TRUE; #line 3212 "PhotoMonitor.c" } else { - BackingPhotoRow* _tmp6_ = NULL; - GFileInfo* _tmp7_ = NULL; - gboolean _tmp8_ = FALSE; + BackingPhotoRow* _tmp6_; + GFileInfo* _tmp7_; + gboolean _tmp8_; #line 428 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp6_ = state; #line 428 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3242,9 +3242,9 @@ static void photo_monitor_check_for_editable_changes (PhotoMonitor* self, Librar #line 431 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp11_) { #line 3243 "PhotoMonitor.c" - LibraryPhoto* _tmp12_ = NULL; - LibraryPhoto* _tmp13_ = NULL; - GFileInfo* _tmp14_ = NULL; + LibraryPhoto* _tmp12_; + LibraryPhoto* _tmp13_; + GFileInfo* _tmp14_; #line 432 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp12_ = photo; #line 432 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3257,7 +3257,7 @@ static void photo_monitor_check_for_editable_changes (PhotoMonitor* self, Librar photo_monitor_update_editable_file_alterations_completed (self, _tmp13_, _tmp14_); #line 3257 "PhotoMonitor.c" } else { - LibraryPhoto* _tmp15_ = NULL; + LibraryPhoto* _tmp15_; #line 435 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp15_ = photo; #line 435 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3271,11 +3271,11 @@ static void photo_monitor_check_for_editable_changes (PhotoMonitor* self, Librar static void photo_monitor_check_for_raw_development_changes (PhotoMonitor* self, LibraryPhoto* photo, GFileInfo* info) { - GFileInfo* _tmp0_ = NULL; + GFileInfo* _tmp0_; GeeCollection* rows = NULL; - LibraryPhoto* _tmp2_ = NULL; - GeeCollection* _tmp3_ = NULL; - GeeCollection* _tmp4_ = NULL; + LibraryPhoto* _tmp2_; + GeeCollection* _tmp3_; + GeeCollection* _tmp4_; #line 439 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 439 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3287,7 +3287,7 @@ static void photo_monitor_check_for_raw_development_changes (PhotoMonitor* self, #line 440 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp0_ == NULL) { #line 3288 "PhotoMonitor.c" - LibraryPhoto* _tmp1_ = NULL; + LibraryPhoto* _tmp1_; #line 442 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp1_ = photo; #line 442 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3314,8 +3314,8 @@ static void photo_monitor_check_for_raw_development_changes (PhotoMonitor* self, } { GeeIterator* _row_it = NULL; - GeeCollection* _tmp5_ = NULL; - GeeIterator* _tmp6_ = NULL; + GeeCollection* _tmp5_; + GeeIterator* _tmp6_; #line 453 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = rows; #line 453 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3325,18 +3325,18 @@ static void photo_monitor_check_for_raw_development_changes (PhotoMonitor* self, #line 453 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 3326 "PhotoMonitor.c" - GeeIterator* _tmp7_ = NULL; - gboolean _tmp8_ = FALSE; + GeeIterator* _tmp7_; + gboolean _tmp8_; BackingPhotoRow* row = NULL; - GeeIterator* _tmp9_ = NULL; - gpointer _tmp10_ = NULL; - BackingPhotoRow* _tmp11_ = NULL; - GFileInfo* _tmp12_ = NULL; - gboolean _tmp13_ = FALSE; - GFileInfo* _tmp14_ = NULL; - const gchar* _tmp15_ = NULL; - BackingPhotoRow* _tmp16_ = NULL; - const gchar* _tmp17_ = NULL; + GeeIterator* _tmp9_; + gpointer _tmp10_; + BackingPhotoRow* _tmp11_; + GFileInfo* _tmp12_; + gboolean _tmp13_; + GFileInfo* _tmp14_; + const gchar* _tmp15_; + BackingPhotoRow* _tmp16_; + const gchar* _tmp17_; #line 453 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp7_ = _row_it; #line 453 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3382,9 +3382,9 @@ static void photo_monitor_check_for_raw_development_changes (PhotoMonitor* self, #line 456 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (g_strcmp0 (_tmp15_, _tmp17_) == 0) { #line 3383 "PhotoMonitor.c" - BackingPhotoRow* _tmp18_ = NULL; - GFileInfo* _tmp19_ = NULL; - gboolean _tmp20_ = FALSE; + BackingPhotoRow* _tmp18_; + GFileInfo* _tmp19_; + gboolean _tmp20_; #line 457 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp18_ = row; #line 457 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3394,8 +3394,8 @@ static void photo_monitor_check_for_raw_development_changes (PhotoMonitor* self, #line 457 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp20_) { #line 3395 "PhotoMonitor.c" - LibraryPhoto* _tmp21_ = NULL; - LibraryPhoto* _tmp22_ = NULL; + LibraryPhoto* _tmp21_; + LibraryPhoto* _tmp22_; #line 458 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp21_ = photo; #line 458 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3406,7 +3406,7 @@ static void photo_monitor_check_for_raw_development_changes (PhotoMonitor* self, photo_monitor_update_raw_development_file_alterations_completed (self, _tmp22_); #line 3406 "PhotoMonitor.c" } else { - LibraryPhoto* _tmp23_ = NULL; + LibraryPhoto* _tmp23_; #line 461 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp23_ = photo; #line 461 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3438,11 +3438,11 @@ static gboolean photo_monitor_real_notify_file_created (MediaMonitor* base, GFil gboolean result = FALSE; LibraryPhotoSourceCollectionState state = 0; LibraryPhoto* photo = NULL; - GFile* _tmp0_ = NULL; + GFile* _tmp0_; LibraryPhotoSourceCollectionState _tmp1_ = 0; - LibraryPhoto* _tmp2_ = NULL; - LibraryPhoto* _tmp3_ = NULL; - LibraryPhotoSourceCollectionState _tmp4_ = 0; + LibraryPhoto* _tmp2_; + LibraryPhoto* _tmp3_; + LibraryPhotoSourceCollectionState _tmp4_; #line 469 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 469 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3483,10 +3483,10 @@ static gboolean photo_monitor_real_notify_file_created (MediaMonitor* base, GFil case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_DEVELOPER: #line 3483 "PhotoMonitor.c" { - GFile* _tmp5_ = NULL; - gchar* _tmp6_ = NULL; - gchar* _tmp7_ = NULL; - LibraryPhotoSourceCollectionState _tmp8_ = 0; + GFile* _tmp5_; + gchar* _tmp6_; + gchar* _tmp7_; + LibraryPhotoSourceCollectionState _tmp8_; GEnumValue* _tmp9_; #line 481 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = file; @@ -3510,12 +3510,12 @@ static gboolean photo_monitor_real_notify_file_created (MediaMonitor* base, GFil case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_OFFLINE: #line 3510 "PhotoMonitor.c" { - LibraryPhoto* _tmp10_ = NULL; - gchar* _tmp11_ = NULL; - gchar* _tmp12_ = NULL; - gchar* _tmp13_ = NULL; - gchar* _tmp14_ = NULL; - LibraryPhoto* _tmp15_ = NULL; + LibraryPhoto* _tmp10_; + gchar* _tmp11_; + gchar* _tmp12_; + gchar* _tmp13_; + gchar* _tmp14_; + LibraryPhoto* _tmp15_; #line 485 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp10_ = photo; #line 485 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3542,7 +3542,7 @@ static gboolean photo_monitor_real_notify_file_created (MediaMonitor* base, GFil } default: { - LibraryPhotoSourceCollectionState _tmp16_ = 0; + LibraryPhotoSourceCollectionState _tmp16_; GEnumValue* _tmp17_; #line 490 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp16_ = state; @@ -3568,16 +3568,16 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* gboolean result = FALSE; LibraryPhotoSourceCollectionState old_state = 0; LibraryPhoto* old_photo = NULL; - GFile* _tmp0_ = NULL; + GFile* _tmp0_; LibraryPhotoSourceCollectionState _tmp1_ = 0; - LibraryPhoto* _tmp2_ = NULL; + LibraryPhoto* _tmp2_; LibraryPhotoSourceCollectionState new_state = 0; LibraryPhoto* new_photo = NULL; - GFile* _tmp3_ = NULL; + GFile* _tmp3_; LibraryPhotoSourceCollectionState _tmp4_ = 0; - LibraryPhoto* _tmp5_ = NULL; + LibraryPhoto* _tmp5_; gboolean _tmp6_ = FALSE; - LibraryPhoto* _tmp7_ = NULL; + LibraryPhoto* _tmp7_; #line 496 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 496 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3607,7 +3607,7 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* #line 515 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp7_ != NULL) { #line 3608 "PhotoMonitor.c" - LibraryPhoto* _tmp8_ = NULL; + LibraryPhoto* _tmp8_; #line 515 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp8_ = new_photo; #line 515 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3621,7 +3621,7 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* #line 515 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp6_) { #line 3622 "PhotoMonitor.c" - LibraryPhotoSourceCollectionState _tmp9_ = 0; + LibraryPhotoSourceCollectionState _tmp9_; #line 517 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp9_ = old_state; #line 517 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3634,16 +3634,16 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_OFFLINE: #line 3634 "PhotoMonitor.c" { - LibraryPhoto* _tmp10_ = NULL; - gchar* _tmp11_ = NULL; - gchar* _tmp12_ = NULL; - GFile* _tmp13_ = NULL; - gchar* _tmp14_ = NULL; - gchar* _tmp15_ = NULL; - gchar* _tmp16_ = NULL; - gchar* _tmp17_ = NULL; - LibraryPhoto* _tmp18_ = NULL; - GFile* _tmp19_ = NULL; + LibraryPhoto* _tmp10_; + gchar* _tmp11_; + gchar* _tmp12_; + GFile* _tmp13_; + gchar* _tmp14_; + gchar* _tmp15_; + gchar* _tmp16_; + gchar* _tmp17_; + LibraryPhoto* _tmp18_; + GFile* _tmp19_; #line 521 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp10_ = old_photo; #line 521 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3682,16 +3682,16 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_EDITABLE: #line 3682 "PhotoMonitor.c" { - LibraryPhoto* _tmp20_ = NULL; - gchar* _tmp21_ = NULL; - gchar* _tmp22_ = NULL; - GFile* _tmp23_ = NULL; - gchar* _tmp24_ = NULL; - gchar* _tmp25_ = NULL; - gchar* _tmp26_ = NULL; - gchar* _tmp27_ = NULL; - LibraryPhoto* _tmp28_ = NULL; - GFile* _tmp29_ = NULL; + LibraryPhoto* _tmp20_; + gchar* _tmp21_; + gchar* _tmp22_; + GFile* _tmp23_; + gchar* _tmp24_; + gchar* _tmp25_; + gchar* _tmp26_; + gchar* _tmp27_; + LibraryPhoto* _tmp28_; + GFile* _tmp29_; #line 527 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp20_ = old_photo; #line 527 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3730,16 +3730,16 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_DEVELOPER: #line 3730 "PhotoMonitor.c" { - LibraryPhoto* _tmp30_ = NULL; - gchar* _tmp31_ = NULL; - gchar* _tmp32_ = NULL; - GFile* _tmp33_ = NULL; - gchar* _tmp34_ = NULL; - gchar* _tmp35_ = NULL; - gchar* _tmp36_ = NULL; - gchar* _tmp37_ = NULL; - LibraryPhoto* _tmp38_ = NULL; - GFile* _tmp39_ = NULL; + LibraryPhoto* _tmp30_; + gchar* _tmp31_; + gchar* _tmp32_; + GFile* _tmp33_; + gchar* _tmp34_; + gchar* _tmp35_; + gchar* _tmp36_; + gchar* _tmp37_; + LibraryPhoto* _tmp38_; + GFile* _tmp39_; #line 533 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp30_ = old_photo; #line 533 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3776,7 +3776,7 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* } default: { - LibraryPhotoSourceCollectionState _tmp40_ = 0; + LibraryPhotoSourceCollectionState _tmp40_; GEnumValue* _tmp41_; #line 539 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp40_ = old_state; @@ -3789,13 +3789,13 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* } } else { gboolean _tmp42_ = FALSE; - LibraryPhoto* _tmp43_ = NULL; + LibraryPhoto* _tmp43_; #line 541 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp43_ = old_photo; #line 541 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp43_ == NULL) { #line 3796 "PhotoMonitor.c" - LibraryPhoto* _tmp44_ = NULL; + LibraryPhoto* _tmp44_; #line 541 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp44_ = new_photo; #line 541 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3809,7 +3809,7 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* #line 541 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp42_) { #line 3810 "PhotoMonitor.c" - LibraryPhotoSourceCollectionState _tmp45_ = 0; + LibraryPhotoSourceCollectionState _tmp45_; #line 543 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp45_ = new_state; #line 543 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3822,12 +3822,12 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_OFFLINE: #line 3822 "PhotoMonitor.c" { - LibraryPhoto* _tmp46_ = NULL; - gchar* _tmp47_ = NULL; - gchar* _tmp48_ = NULL; - gchar* _tmp49_ = NULL; - gchar* _tmp50_ = NULL; - LibraryPhoto* _tmp51_ = NULL; + LibraryPhoto* _tmp46_; + gchar* _tmp47_; + gchar* _tmp48_; + gchar* _tmp49_; + gchar* _tmp50_; + LibraryPhoto* _tmp51_; #line 547 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp46_ = new_photo; #line 547 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3856,12 +3856,12 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_EDITABLE: #line 3856 "PhotoMonitor.c" { - LibraryPhoto* _tmp52_ = NULL; - gchar* _tmp53_ = NULL; - gchar* _tmp54_ = NULL; - gchar* _tmp55_ = NULL; - gchar* _tmp56_ = NULL; - LibraryPhoto* _tmp57_ = NULL; + LibraryPhoto* _tmp52_; + gchar* _tmp53_; + gchar* _tmp54_; + gchar* _tmp55_; + gchar* _tmp56_; + LibraryPhoto* _tmp57_; #line 552 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp52_ = new_photo; #line 552 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3890,12 +3890,12 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_DEVELOPER: #line 3890 "PhotoMonitor.c" { - LibraryPhoto* _tmp58_ = NULL; - gchar* _tmp59_ = NULL; - gchar* _tmp60_ = NULL; - gchar* _tmp61_ = NULL; - gchar* _tmp62_ = NULL; - LibraryPhoto* _tmp63_ = NULL; + LibraryPhoto* _tmp58_; + gchar* _tmp59_; + gchar* _tmp60_; + gchar* _tmp61_; + gchar* _tmp62_; + LibraryPhoto* _tmp63_; #line 557 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp58_ = new_photo; #line 557 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3922,7 +3922,7 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* } default: { - LibraryPhotoSourceCollectionState _tmp64_ = 0; + LibraryPhotoSourceCollectionState _tmp64_; GEnumValue* _tmp65_; #line 562 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp64_ = new_state; @@ -3935,13 +3935,13 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* } } else { gboolean _tmp66_ = FALSE; - LibraryPhoto* _tmp67_ = NULL; + LibraryPhoto* _tmp67_; #line 564 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp67_ = old_photo; #line 564 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp67_ == NULL) { #line 3942 "PhotoMonitor.c" - LibraryPhoto* _tmp68_ = NULL; + LibraryPhoto* _tmp68_; #line 564 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp68_ = new_photo; #line 564 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3965,15 +3965,15 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* #line 3964 "PhotoMonitor.c" } else { gboolean _tmp69_ = FALSE; - LibraryPhoto* _tmp70_ = NULL; - LibraryPhotoSourceCollectionState _tmp72_ = 0; - LibraryPhotoSourceCollectionState _tmp87_ = 0; + LibraryPhoto* _tmp70_; + LibraryPhotoSourceCollectionState _tmp72_; + LibraryPhotoSourceCollectionState _tmp87_; #line 568 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp70_ = old_photo; #line 568 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp70_ != NULL) { #line 3974 "PhotoMonitor.c" - LibraryPhoto* _tmp71_ = NULL; + LibraryPhoto* _tmp71_; #line 568 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp71_ = new_photo; #line 568 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -3994,12 +3994,12 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_ONLINE: #line 3994 "PhotoMonitor.c" { - LibraryPhoto* _tmp73_ = NULL; - gchar* _tmp74_ = NULL; - gchar* _tmp75_ = NULL; - gchar* _tmp76_ = NULL; - gchar* _tmp77_ = NULL; - LibraryPhoto* _tmp78_ = NULL; + LibraryPhoto* _tmp73_; + gchar* _tmp74_; + gchar* _tmp75_; + gchar* _tmp76_; + gchar* _tmp77_; + LibraryPhoto* _tmp78_; #line 572 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp73_ = old_photo; #line 572 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4038,12 +4038,12 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_EDITABLE: #line 4038 "PhotoMonitor.c" { - LibraryPhoto* _tmp79_ = NULL; - gchar* _tmp80_ = NULL; - gchar* _tmp81_ = NULL; - gchar* _tmp82_ = NULL; - gchar* _tmp83_ = NULL; - LibraryPhoto* _tmp84_ = NULL; + LibraryPhoto* _tmp79_; + gchar* _tmp80_; + gchar* _tmp81_; + gchar* _tmp82_; + gchar* _tmp83_; + LibraryPhoto* _tmp84_; #line 582 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp79_ = old_photo; #line 582 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4078,7 +4078,7 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* } default: { - LibraryPhotoSourceCollectionState _tmp85_ = 0; + LibraryPhotoSourceCollectionState _tmp85_; GEnumValue* _tmp86_; #line 591 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp85_ = old_state; @@ -4101,12 +4101,12 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_OFFLINE: #line 4101 "PhotoMonitor.c" { - LibraryPhoto* _tmp88_ = NULL; - gchar* _tmp89_ = NULL; - gchar* _tmp90_ = NULL; - gchar* _tmp91_ = NULL; - gchar* _tmp92_ = NULL; - LibraryPhoto* _tmp93_ = NULL; + LibraryPhoto* _tmp88_; + gchar* _tmp89_; + gchar* _tmp90_; + gchar* _tmp91_; + gchar* _tmp92_; + LibraryPhoto* _tmp93_; #line 598 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp88_ = new_photo; #line 598 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4135,12 +4135,12 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_EDITABLE: #line 4135 "PhotoMonitor.c" { - LibraryPhoto* _tmp94_ = NULL; - gchar* _tmp95_ = NULL; - gchar* _tmp96_ = NULL; - gchar* _tmp97_ = NULL; - gchar* _tmp98_ = NULL; - LibraryPhoto* _tmp99_ = NULL; + LibraryPhoto* _tmp94_; + gchar* _tmp95_; + gchar* _tmp96_; + gchar* _tmp97_; + gchar* _tmp98_; + LibraryPhoto* _tmp99_; #line 603 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp94_ = new_photo; #line 603 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4169,12 +4169,12 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_DEVELOPER: #line 4169 "PhotoMonitor.c" { - LibraryPhoto* _tmp100_ = NULL; - gchar* _tmp101_ = NULL; - gchar* _tmp102_ = NULL; - gchar* _tmp103_ = NULL; - gchar* _tmp104_ = NULL; - LibraryPhoto* _tmp105_ = NULL; + LibraryPhoto* _tmp100_; + gchar* _tmp101_; + gchar* _tmp102_; + gchar* _tmp103_; + gchar* _tmp104_; + LibraryPhoto* _tmp105_; #line 608 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp100_ = new_photo; #line 608 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4201,7 +4201,7 @@ static gboolean photo_monitor_real_notify_file_moved (MediaMonitor* base, GFile* } default: { - LibraryPhotoSourceCollectionState _tmp106_ = 0; + LibraryPhotoSourceCollectionState _tmp106_; GEnumValue* _tmp107_; #line 613 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp106_ = new_state; @@ -4232,11 +4232,11 @@ static gboolean photo_monitor_real_notify_file_altered (MediaMonitor* base, GFil gboolean result = FALSE; LibraryPhotoSourceCollectionState state = 0; LibraryPhoto* photo = NULL; - GFile* _tmp0_ = NULL; + GFile* _tmp0_; LibraryPhotoSourceCollectionState _tmp1_ = 0; - LibraryPhoto* _tmp2_ = NULL; - LibraryPhoto* _tmp3_ = NULL; - LibraryPhotoSourceCollectionState _tmp4_ = 0; + LibraryPhoto* _tmp2_; + LibraryPhoto* _tmp3_; + LibraryPhotoSourceCollectionState _tmp4_; #line 620 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 620 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4273,13 +4273,13 @@ static gboolean photo_monitor_real_notify_file_altered (MediaMonitor* base, GFil case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_TRASH: #line 4273 "PhotoMonitor.c" { - LibraryPhoto* _tmp5_ = NULL; - gchar* _tmp6_ = NULL; - gchar* _tmp7_ = NULL; - gchar* _tmp8_ = NULL; - gchar* _tmp9_ = NULL; - LibraryPhoto* _tmp10_ = NULL; - LibraryPhoto* _tmp11_ = NULL; + LibraryPhoto* _tmp5_; + gchar* _tmp6_; + gchar* _tmp7_; + gchar* _tmp8_; + gchar* _tmp9_; + LibraryPhoto* _tmp10_; + LibraryPhoto* _tmp11_; #line 630 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = photo; #line 630 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4312,13 +4312,13 @@ static gboolean photo_monitor_real_notify_file_altered (MediaMonitor* base, GFil case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_EDITABLE: #line 4312 "PhotoMonitor.c" { - LibraryPhoto* _tmp12_ = NULL; - gchar* _tmp13_ = NULL; - gchar* _tmp14_ = NULL; - gchar* _tmp15_ = NULL; - gchar* _tmp16_ = NULL; - LibraryPhoto* _tmp17_ = NULL; - LibraryPhoto* _tmp18_ = NULL; + LibraryPhoto* _tmp12_; + gchar* _tmp13_; + gchar* _tmp14_; + gchar* _tmp15_; + gchar* _tmp16_; + LibraryPhoto* _tmp17_; + LibraryPhoto* _tmp18_; #line 636 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp12_ = photo; #line 636 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4351,13 +4351,13 @@ static gboolean photo_monitor_real_notify_file_altered (MediaMonitor* base, GFil case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_DEVELOPER: #line 4351 "PhotoMonitor.c" { - LibraryPhoto* _tmp19_ = NULL; - gchar* _tmp20_ = NULL; - gchar* _tmp21_ = NULL; - gchar* _tmp22_ = NULL; - gchar* _tmp23_ = NULL; - LibraryPhoto* _tmp24_ = NULL; - LibraryPhoto* _tmp25_ = NULL; + LibraryPhoto* _tmp19_; + gchar* _tmp20_; + gchar* _tmp21_; + gchar* _tmp22_; + gchar* _tmp23_; + LibraryPhoto* _tmp24_; + LibraryPhoto* _tmp25_; #line 642 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp19_ = photo; #line 642 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4388,7 +4388,7 @@ static gboolean photo_monitor_real_notify_file_altered (MediaMonitor* base, GFil } default: { - LibraryPhotoSourceCollectionState _tmp26_ = 0; + LibraryPhotoSourceCollectionState _tmp26_; GEnumValue* _tmp27_; #line 648 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp26_ = state; @@ -4414,11 +4414,11 @@ static gboolean photo_monitor_real_notify_file_attributes_altered (MediaMonitor* gboolean result = FALSE; LibraryPhotoSourceCollectionState state = 0; LibraryPhoto* photo = NULL; - GFile* _tmp0_ = NULL; + GFile* _tmp0_; LibraryPhotoSourceCollectionState _tmp1_ = 0; - LibraryPhoto* _tmp2_ = NULL; - LibraryPhoto* _tmp3_ = NULL; - LibraryPhotoSourceCollectionState _tmp4_ = 0; + LibraryPhoto* _tmp2_; + LibraryPhoto* _tmp3_; + LibraryPhotoSourceCollectionState _tmp4_; #line 654 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 654 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4453,13 +4453,13 @@ static gboolean photo_monitor_real_notify_file_attributes_altered (MediaMonitor* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_TRASH: #line 4453 "PhotoMonitor.c" { - LibraryPhoto* _tmp5_ = NULL; - gchar* _tmp6_ = NULL; - gchar* _tmp7_ = NULL; - gchar* _tmp8_ = NULL; - gchar* _tmp9_ = NULL; - LibraryPhoto* _tmp10_ = NULL; - LibraryPhoto* _tmp11_ = NULL; + LibraryPhoto* _tmp5_; + gchar* _tmp6_; + gchar* _tmp7_; + gchar* _tmp8_; + gchar* _tmp9_; + LibraryPhoto* _tmp10_; + LibraryPhoto* _tmp11_; #line 663 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = photo; #line 663 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4492,12 +4492,12 @@ static gboolean photo_monitor_real_notify_file_attributes_altered (MediaMonitor* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_OFFLINE: #line 4492 "PhotoMonitor.c" { - GFile* _tmp12_ = NULL; - gchar* _tmp13_ = NULL; - gchar* _tmp14_ = NULL; - LibraryPhotoSourceCollectionState _tmp15_ = 0; + GFile* _tmp12_; + gchar* _tmp13_; + gchar* _tmp14_; + LibraryPhotoSourceCollectionState _tmp15_; GEnumValue* _tmp16_; - LibraryPhoto* _tmp17_ = NULL; + LibraryPhoto* _tmp17_; #line 670 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp12_ = file; #line 670 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4524,13 +4524,13 @@ static gboolean photo_monitor_real_notify_file_attributes_altered (MediaMonitor* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_EDITABLE: #line 4524 "PhotoMonitor.c" { - LibraryPhoto* _tmp18_ = NULL; - gchar* _tmp19_ = NULL; - gchar* _tmp20_ = NULL; - gchar* _tmp21_ = NULL; - gchar* _tmp22_ = NULL; - LibraryPhoto* _tmp23_ = NULL; - LibraryPhoto* _tmp24_ = NULL; + LibraryPhoto* _tmp18_; + gchar* _tmp19_; + gchar* _tmp20_; + gchar* _tmp21_; + gchar* _tmp22_; + LibraryPhoto* _tmp23_; + LibraryPhoto* _tmp24_; #line 676 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp18_ = photo; #line 676 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4563,13 +4563,13 @@ static gboolean photo_monitor_real_notify_file_attributes_altered (MediaMonitor* case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_DEVELOPER: #line 4563 "PhotoMonitor.c" { - LibraryPhoto* _tmp25_ = NULL; - gchar* _tmp26_ = NULL; - gchar* _tmp27_ = NULL; - gchar* _tmp28_ = NULL; - gchar* _tmp29_ = NULL; - LibraryPhoto* _tmp30_ = NULL; - LibraryPhoto* _tmp31_ = NULL; + LibraryPhoto* _tmp25_; + gchar* _tmp26_; + gchar* _tmp27_; + gchar* _tmp28_; + gchar* _tmp29_; + LibraryPhoto* _tmp30_; + LibraryPhoto* _tmp31_; #line 682 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp25_ = photo; #line 682 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4600,7 +4600,7 @@ static gboolean photo_monitor_real_notify_file_attributes_altered (MediaMonitor* } default: { - LibraryPhotoSourceCollectionState _tmp32_ = 0; + LibraryPhotoSourceCollectionState _tmp32_; GEnumValue* _tmp33_; #line 688 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp32_ = state; @@ -4626,11 +4626,11 @@ static gboolean photo_monitor_real_notify_file_alteration_completed (MediaMonito gboolean result = FALSE; LibraryPhotoSourceCollectionState state = 0; LibraryPhoto* photo = NULL; - GFile* _tmp0_ = NULL; + GFile* _tmp0_; LibraryPhotoSourceCollectionState _tmp1_ = 0; - LibraryPhoto* _tmp2_ = NULL; - LibraryPhoto* _tmp3_ = NULL; - LibraryPhotoSourceCollectionState _tmp4_ = 0; + LibraryPhoto* _tmp2_; + LibraryPhoto* _tmp3_; + LibraryPhotoSourceCollectionState _tmp4_; #line 694 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 694 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4669,8 +4669,8 @@ static gboolean photo_monitor_real_notify_file_alteration_completed (MediaMonito case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_OFFLINE: #line 4669 "PhotoMonitor.c" { - LibraryPhoto* _tmp5_ = NULL; - GFileInfo* _tmp6_ = NULL; + LibraryPhoto* _tmp5_; + GFileInfo* _tmp6_; #line 704 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = photo; #line 704 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4685,8 +4685,8 @@ static gboolean photo_monitor_real_notify_file_alteration_completed (MediaMonito case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_EDITABLE: #line 4685 "PhotoMonitor.c" { - LibraryPhoto* _tmp7_ = NULL; - GFileInfo* _tmp8_ = NULL; + LibraryPhoto* _tmp7_; + GFileInfo* _tmp8_; #line 708 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp7_ = photo; #line 708 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4701,7 +4701,7 @@ static gboolean photo_monitor_real_notify_file_alteration_completed (MediaMonito case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_DEVELOPER: #line 4701 "PhotoMonitor.c" { - LibraryPhoto* _tmp9_ = NULL; + LibraryPhoto* _tmp9_; #line 712 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp9_ = photo; #line 712 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4712,7 +4712,7 @@ static gboolean photo_monitor_real_notify_file_alteration_completed (MediaMonito } default: { - LibraryPhotoSourceCollectionState _tmp10_ = 0; + LibraryPhotoSourceCollectionState _tmp10_; GEnumValue* _tmp11_; #line 716 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp10_ = state; @@ -4738,11 +4738,11 @@ static gboolean photo_monitor_real_notify_file_deleted (MediaMonitor* base, GFil gboolean result = FALSE; LibraryPhotoSourceCollectionState state = 0; LibraryPhoto* photo = NULL; - GFile* _tmp0_ = NULL; + GFile* _tmp0_; LibraryPhotoSourceCollectionState _tmp1_ = 0; - LibraryPhoto* _tmp2_ = NULL; - LibraryPhoto* _tmp3_ = NULL; - LibraryPhotoSourceCollectionState _tmp4_ = 0; + LibraryPhoto* _tmp2_; + LibraryPhoto* _tmp3_; + LibraryPhotoSourceCollectionState _tmp4_; #line 722 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 722 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4775,13 +4775,13 @@ static gboolean photo_monitor_real_notify_file_deleted (MediaMonitor* base, GFil case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_ONLINE: #line 4775 "PhotoMonitor.c" { - LibraryPhoto* _tmp5_ = NULL; - gchar* _tmp6_ = NULL; - gchar* _tmp7_ = NULL; - gchar* _tmp8_ = NULL; - gchar* _tmp9_ = NULL; - LibraryPhoto* _tmp10_ = NULL; - LibraryPhoto* _tmp11_ = NULL; + LibraryPhoto* _tmp5_; + gchar* _tmp6_; + gchar* _tmp7_; + gchar* _tmp8_; + gchar* _tmp9_; + LibraryPhoto* _tmp10_; + LibraryPhoto* _tmp11_; #line 730 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = photo; #line 730 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4816,7 +4816,7 @@ static gboolean photo_monitor_real_notify_file_deleted (MediaMonitor* base, GFil case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_OFFLINE: #line 4816 "PhotoMonitor.c" { - LibraryPhoto* _tmp12_ = NULL; + LibraryPhoto* _tmp12_; #line 738 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp12_ = photo; #line 738 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4829,13 +4829,13 @@ static gboolean photo_monitor_real_notify_file_deleted (MediaMonitor* base, GFil case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_EDITABLE: #line 4829 "PhotoMonitor.c" { - LibraryPhoto* _tmp13_ = NULL; - gchar* _tmp14_ = NULL; - gchar* _tmp15_ = NULL; - gchar* _tmp16_ = NULL; - gchar* _tmp17_ = NULL; - LibraryPhoto* _tmp18_ = NULL; - LibraryPhoto* _tmp19_ = NULL; + LibraryPhoto* _tmp13_; + gchar* _tmp14_; + gchar* _tmp15_; + gchar* _tmp16_; + gchar* _tmp17_; + LibraryPhoto* _tmp18_; + LibraryPhoto* _tmp19_; #line 742 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp13_ = photo; #line 742 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4868,14 +4868,14 @@ static gboolean photo_monitor_real_notify_file_deleted (MediaMonitor* base, GFil case LIBRARY_PHOTO_SOURCE_COLLECTION_STATE_DEVELOPER: #line 4868 "PhotoMonitor.c" { - LibraryPhoto* _tmp20_ = NULL; - gchar* _tmp21_ = NULL; - gchar* _tmp22_ = NULL; - gchar* _tmp23_ = NULL; - gchar* _tmp24_ = NULL; - LibraryPhoto* _tmp25_ = NULL; - LibraryPhoto* _tmp26_ = NULL; - LibraryPhoto* _tmp27_ = NULL; + LibraryPhoto* _tmp20_; + gchar* _tmp21_; + gchar* _tmp22_; + gchar* _tmp23_; + gchar* _tmp24_; + LibraryPhoto* _tmp25_; + LibraryPhoto* _tmp26_; + LibraryPhoto* _tmp27_; #line 748 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp20_ = photo; #line 748 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4910,7 +4910,7 @@ static gboolean photo_monitor_real_notify_file_deleted (MediaMonitor* base, GFil } default: { - LibraryPhotoSourceCollectionState _tmp28_ = 0; + LibraryPhotoSourceCollectionState _tmp28_; GEnumValue* _tmp29_; #line 755 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp28_ = state; @@ -4933,8 +4933,8 @@ static gboolean photo_monitor_real_notify_file_deleted (MediaMonitor* base, GFil static void photo_monitor_real_on_media_source_destroyed (MediaMonitor* base, DataSource* source) { PhotoMonitor * self; - DataSource* _tmp0_ = NULL; - DataSource* _tmp1_ = NULL; + DataSource* _tmp0_; + DataSource* _tmp1_; #line 761 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); #line 761 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4955,12 +4955,12 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, LibraryPhotoSourceCollectionState _vala_state = 0; LibraryPhoto* result = NULL; GFile* real_file = NULL; - gboolean _tmp0_ = FALSE; + gboolean _tmp0_; GFile* _tmp70_ = NULL; - GFile* _tmp71_ = NULL; - LibraryPhotoSourceCollection* _tmp73_ = NULL; + GFile* _tmp71_; + LibraryPhotoSourceCollection* _tmp73_; LibraryPhotoSourceCollectionState _tmp74_ = 0; - LibraryPhoto* _tmp75_ = NULL; + LibraryPhoto* _tmp75_; #line 767 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_MONITOR (self), NULL); #line 767 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4974,10 +4974,10 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 4973 "PhotoMonitor.c" { GeeIterator* _monitorable_it = NULL; - GeeCollection* _tmp1_ = NULL; - GeeCollection* _tmp2_ = NULL; - GeeIterator* _tmp3_ = NULL; - GeeIterator* _tmp4_ = NULL; + GeeCollection* _tmp1_; + GeeCollection* _tmp2_; + GeeIterator* _tmp3_; + GeeIterator* _tmp4_; #line 770 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp1_ = media_monitor_get_monitorables (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_MEDIA_MONITOR, MediaMonitor)); #line 770 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -4993,32 +4993,32 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 770 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 4994 "PhotoMonitor.c" - GeeIterator* _tmp5_ = NULL; - gboolean _tmp6_ = FALSE; + GeeIterator* _tmp5_; + gboolean _tmp6_; Monitorable* monitorable = NULL; - GeeIterator* _tmp7_ = NULL; - gpointer _tmp8_ = NULL; + GeeIterator* _tmp7_; + gpointer _tmp8_; LibraryPhoto* photo = NULL; - Monitorable* _tmp9_ = NULL; - LibraryPhoto* _tmp10_ = NULL; + Monitorable* _tmp9_; + LibraryPhoto* _tmp10_; PhotoUpdates* updates = NULL; - LibraryPhoto* _tmp11_ = NULL; - PhotoUpdates* _tmp12_ = NULL; - PhotoUpdates* _tmp13_ = NULL; + LibraryPhoto* _tmp11_; + PhotoUpdates* _tmp12_; + PhotoUpdates* _tmp13_; gboolean _tmp14_ = FALSE; - PhotoUpdates* _tmp15_ = NULL; - GFile* _tmp16_ = NULL; - GFile* _tmp17_ = NULL; - gboolean _tmp18_ = FALSE; + PhotoUpdates* _tmp15_; + GFile* _tmp16_; + GFile* _tmp17_; + gboolean _tmp18_; gboolean _tmp26_ = FALSE; - PhotoUpdates* _tmp27_ = NULL; - GFile* _tmp28_ = NULL; - GFile* _tmp29_ = NULL; - gboolean _tmp30_ = FALSE; - PhotoUpdates* _tmp39_ = NULL; - GeeCollection* _tmp40_ = NULL; - GeeCollection* _tmp41_ = NULL; - gboolean _tmp42_ = FALSE; + PhotoUpdates* _tmp27_; + GFile* _tmp28_; + GFile* _tmp29_; + gboolean _tmp30_; + PhotoUpdates* _tmp39_; + GeeCollection* _tmp40_; + GeeCollection* _tmp41_; + gboolean _tmp42_; #line 770 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = _monitorable_it; #line 770 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5074,11 +5074,11 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 777 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp18_) { #line 5075 "PhotoMonitor.c" - PhotoUpdates* _tmp19_ = NULL; - GFile* _tmp20_ = NULL; - GFile* _tmp21_ = NULL; - GFile* _tmp22_ = NULL; - gboolean _tmp23_ = FALSE; + PhotoUpdates* _tmp19_; + GFile* _tmp20_; + GFile* _tmp21_; + GFile* _tmp22_; + gboolean _tmp23_; #line 777 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp19_ = updates; #line 777 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5102,8 +5102,8 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 777 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp14_) { #line 5103 "PhotoMonitor.c" - LibraryPhoto* _tmp24_ = NULL; - GFile* _tmp25_ = NULL; + LibraryPhoto* _tmp24_; + GFile* _tmp25_; #line 778 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp24_ = photo; #line 778 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5135,11 +5135,11 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 783 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp30_) { #line 5136 "PhotoMonitor.c" - PhotoUpdates* _tmp31_ = NULL; - GFile* _tmp32_ = NULL; - GFile* _tmp33_ = NULL; - GFile* _tmp34_ = NULL; - gboolean _tmp35_ = FALSE; + PhotoUpdates* _tmp31_; + GFile* _tmp32_; + GFile* _tmp33_; + GFile* _tmp34_; + gboolean _tmp35_; #line 783 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp31_ = updates; #line 783 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5163,9 +5163,9 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 783 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp26_) { #line 5164 "PhotoMonitor.c" - LibraryPhoto* _tmp36_ = NULL; - GFile* _tmp37_ = NULL; - GFile* _tmp38_ = NULL; + LibraryPhoto* _tmp36_; + GFile* _tmp37_; + GFile* _tmp38_; #line 784 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp36_ = photo; #line 784 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5224,17 +5224,17 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, if (_tmp42_) { #line 5224 "PhotoMonitor.c" gboolean found = FALSE; - gboolean _tmp55_ = FALSE; + gboolean _tmp55_; #line 798 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" found = FALSE; #line 5229 "PhotoMonitor.c" { GeeIterator* _raw_it = NULL; - PhotoUpdates* _tmp43_ = NULL; - GeeCollection* _tmp44_ = NULL; - GeeCollection* _tmp45_ = NULL; - GeeIterator* _tmp46_ = NULL; - GeeIterator* _tmp47_ = NULL; + PhotoUpdates* _tmp43_; + GeeCollection* _tmp44_; + GeeCollection* _tmp45_; + GeeIterator* _tmp46_; + GeeIterator* _tmp47_; #line 799 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp43_ = updates; #line 799 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5252,14 +5252,14 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 799 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 5253 "PhotoMonitor.c" - GeeIterator* _tmp48_ = NULL; - gboolean _tmp49_ = FALSE; + GeeIterator* _tmp48_; + gboolean _tmp49_; GFile* raw = NULL; - GeeIterator* _tmp50_ = NULL; - gpointer _tmp51_ = NULL; - GFile* _tmp52_ = NULL; - GFile* _tmp53_ = NULL; - gboolean _tmp54_ = FALSE; + GeeIterator* _tmp50_; + gpointer _tmp51_; + GFile* _tmp52_; + GFile* _tmp53_; + gboolean _tmp54_; #line 799 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp48_ = _raw_it; #line 799 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5306,9 +5306,9 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, if (_tmp55_) { #line 5306 "PhotoMonitor.c" GeeCollection* developed = NULL; - LibraryPhoto* _tmp56_ = NULL; - GeeCollection* _tmp57_ = NULL; - GeeCollection* _tmp58_ = NULL; + LibraryPhoto* _tmp56_; + GeeCollection* _tmp57_; + GeeCollection* _tmp58_; #line 808 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp56_ = photo; #line 808 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5322,8 +5322,8 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 5321 "PhotoMonitor.c" { GeeIterator* _f_it = NULL; - GeeCollection* _tmp59_ = NULL; - GeeIterator* _tmp60_ = NULL; + GeeCollection* _tmp59_; + GeeIterator* _tmp60_; #line 810 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp59_ = developed; #line 810 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5333,14 +5333,14 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 810 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 5334 "PhotoMonitor.c" - GeeIterator* _tmp61_ = NULL; - gboolean _tmp62_ = FALSE; + GeeIterator* _tmp61_; + gboolean _tmp62_; GFile* f = NULL; - GeeIterator* _tmp63_ = NULL; - gpointer _tmp64_ = NULL; - GFile* _tmp65_ = NULL; - GFile* _tmp66_ = NULL; - gboolean _tmp67_ = FALSE; + GeeIterator* _tmp63_; + gpointer _tmp64_; + GFile* _tmp65_; + GFile* _tmp66_; + gboolean _tmp67_; #line 810 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp61_ = _f_it; #line 810 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5366,8 +5366,8 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 811 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp67_) { #line 5367 "PhotoMonitor.c" - GFile* _tmp68_ = NULL; - GFile* _tmp69_ = NULL; + GFile* _tmp68_; + GFile* _tmp69_; #line 812 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp68_ = f; #line 812 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5426,7 +5426,7 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, #line 827 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp70_ == NULL) { #line 5427 "PhotoMonitor.c" - GFile* _tmp72_ = NULL; + GFile* _tmp72_; #line 827 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp72_ = file; #line 827 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5457,8 +5457,8 @@ static LibraryPhoto* photo_monitor_get_photo_state_by_file (PhotoMonitor* self, PhotoUpdates* photo_monitor_fetch_photo_updates (PhotoMonitor* self, LibraryPhoto* photo) { PhotoUpdates* result = NULL; - LibraryPhoto* _tmp0_ = NULL; - MonitorableUpdates* _tmp1_ = NULL; + LibraryPhoto* _tmp0_; + MonitorableUpdates* _tmp1_; #line 830 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_MONITOR (self), NULL); #line 830 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5477,9 +5477,9 @@ PhotoUpdates* photo_monitor_fetch_photo_updates (PhotoMonitor* self, LibraryPhot PhotoUpdates* photo_monitor_get_existing_photo_updates (PhotoMonitor* self, LibraryPhoto* photo) { PhotoUpdates* result = NULL; - LibraryPhoto* _tmp0_ = NULL; - MonitorableUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; + LibraryPhoto* _tmp0_; + MonitorableUpdates* _tmp1_; + PhotoUpdates* _tmp2_; #line 834 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_MONITOR (self), NULL); #line 834 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5505,12 +5505,12 @@ PhotoUpdates* photo_monitor_get_existing_photo_updates (PhotoMonitor* self, Libr void photo_monitor_update_reimport_master (PhotoMonitor* self, LibraryPhoto* photo) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; - GeeHashMap* _tmp3_ = NULL; - LibraryPhoto* _tmp4_ = NULL; - gboolean _tmp5_ = FALSE; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; + GeeHashMap* _tmp3_; + LibraryPhoto* _tmp4_; + gboolean _tmp5_; #line 838 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 838 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5534,10 +5534,10 @@ void photo_monitor_update_reimport_master (PhotoMonitor* self, LibraryPhoto* pho #line 842 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp5_) { #line 5535 "PhotoMonitor.c" - GeeHashMap* _tmp6_ = NULL; - LibraryPhoto* _tmp7_ = NULL; - gpointer _tmp8_ = NULL; - PhotoMonitorReimportMasterJob* _tmp9_ = NULL; + GeeHashMap* _tmp6_; + LibraryPhoto* _tmp7_; + gpointer _tmp8_; + PhotoMonitorReimportMasterJob* _tmp9_; #line 843 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp6_ = self->priv->master_reimport_pending; #line 843 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5556,12 +5556,12 @@ void photo_monitor_update_reimport_master (PhotoMonitor* self, LibraryPhoto* pho void photo_monitor_update_reimport_editable (PhotoMonitor* self, LibraryPhoto* photo) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; - GeeHashMap* _tmp3_ = NULL; - LibraryPhoto* _tmp4_ = NULL; - gboolean _tmp5_ = FALSE; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; + GeeHashMap* _tmp3_; + LibraryPhoto* _tmp4_; + gboolean _tmp5_; #line 846 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 846 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5585,10 +5585,10 @@ void photo_monitor_update_reimport_editable (PhotoMonitor* self, LibraryPhoto* p #line 850 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp5_) { #line 5586 "PhotoMonitor.c" - GeeHashMap* _tmp6_ = NULL; - LibraryPhoto* _tmp7_ = NULL; - gpointer _tmp8_ = NULL; - PhotoMonitorReimportEditableJob* _tmp9_ = NULL; + GeeHashMap* _tmp6_; + LibraryPhoto* _tmp7_; + gpointer _tmp8_; + PhotoMonitorReimportEditableJob* _tmp9_; #line 851 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp6_ = self->priv->editable_reimport_pending; #line 851 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5607,12 +5607,12 @@ void photo_monitor_update_reimport_editable (PhotoMonitor* self, LibraryPhoto* p void photo_monitor_update_reimport_raw_developments (PhotoMonitor* self, LibraryPhoto* photo) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; - GeeHashMap* _tmp3_ = NULL; - LibraryPhoto* _tmp4_ = NULL; - gboolean _tmp5_ = FALSE; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; + GeeHashMap* _tmp3_; + LibraryPhoto* _tmp4_; + gboolean _tmp5_; #line 854 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 854 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5636,10 +5636,10 @@ void photo_monitor_update_reimport_raw_developments (PhotoMonitor* self, Library #line 858 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp5_) { #line 5637 "PhotoMonitor.c" - GeeHashMap* _tmp6_ = NULL; - LibraryPhoto* _tmp7_ = NULL; - gpointer _tmp8_ = NULL; - PhotoMonitorReimportRawDevelopmentJob* _tmp9_ = NULL; + GeeHashMap* _tmp6_; + LibraryPhoto* _tmp7_; + gpointer _tmp8_; + PhotoMonitorReimportRawDevelopmentJob* _tmp9_; #line 859 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp6_ = self->priv->raw_developments_reimport_pending; #line 859 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5660,11 +5660,11 @@ void photo_monitor_update_reimport_raw_developments (PhotoMonitor* self, Library GFile* photo_monitor_get_editable_file (PhotoMonitor* self, LibraryPhoto* photo) { GFile* result = NULL; PhotoUpdates* updates = NULL; - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; GFile* _tmp2_ = NULL; gboolean _tmp3_ = FALSE; - PhotoUpdates* _tmp4_ = NULL; + PhotoUpdates* _tmp4_; #line 862 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_MONITOR (self), NULL); #line 862 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5680,9 +5680,9 @@ GFile* photo_monitor_get_editable_file (PhotoMonitor* self, LibraryPhoto* photo) #line 865 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp4_ != NULL) { #line 5681 "PhotoMonitor.c" - PhotoUpdates* _tmp5_ = NULL; - GFile* _tmp6_ = NULL; - GFile* _tmp7_ = NULL; + PhotoUpdates* _tmp5_; + GFile* _tmp6_; + GFile* _tmp7_; #line 865 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = updates; #line 865 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5702,8 +5702,8 @@ GFile* photo_monitor_get_editable_file (PhotoMonitor* self, LibraryPhoto* photo) #line 865 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp3_) { #line 5703 "PhotoMonitor.c" - PhotoUpdates* _tmp8_ = NULL; - GFile* _tmp9_ = NULL; + PhotoUpdates* _tmp8_; + GFile* _tmp9_; #line 865 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp8_ = updates; #line 865 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5714,8 +5714,8 @@ GFile* photo_monitor_get_editable_file (PhotoMonitor* self, LibraryPhoto* photo) _tmp2_ = _tmp9_; #line 5714 "PhotoMonitor.c" } else { - LibraryPhoto* _tmp10_ = NULL; - GFile* _tmp11_ = NULL; + LibraryPhoto* _tmp10_; + GFile* _tmp11_; #line 866 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp10_ = photo; #line 866 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5739,11 +5739,11 @@ GFile* photo_monitor_get_editable_file (PhotoMonitor* self, LibraryPhoto* photo) GeeCollection* photo_monitor_get_raw_development_files (PhotoMonitor* self, LibraryPhoto* photo) { GeeCollection* result = NULL; PhotoUpdates* updates = NULL; - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; GeeCollection* _tmp2_ = NULL; gboolean _tmp3_ = FALSE; - PhotoUpdates* _tmp4_ = NULL; + PhotoUpdates* _tmp4_; #line 869 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_MONITOR (self), NULL); #line 869 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5759,9 +5759,9 @@ GeeCollection* photo_monitor_get_raw_development_files (PhotoMonitor* self, Libr #line 872 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp4_ != NULL) { #line 5760 "PhotoMonitor.c" - PhotoUpdates* _tmp5_ = NULL; - GeeCollection* _tmp6_ = NULL; - GeeCollection* _tmp7_ = NULL; + PhotoUpdates* _tmp5_; + GeeCollection* _tmp6_; + GeeCollection* _tmp7_; #line 872 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp5_ = updates; #line 872 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5781,8 +5781,8 @@ GeeCollection* photo_monitor_get_raw_development_files (PhotoMonitor* self, Libr #line 872 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp3_) { #line 5782 "PhotoMonitor.c" - PhotoUpdates* _tmp8_ = NULL; - GeeCollection* _tmp9_ = NULL; + PhotoUpdates* _tmp8_; + GeeCollection* _tmp9_; #line 873 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp8_ = updates; #line 873 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5793,8 +5793,8 @@ GeeCollection* photo_monitor_get_raw_development_files (PhotoMonitor* self, Libr _tmp2_ = _tmp9_; #line 5793 "PhotoMonitor.c" } else { - LibraryPhoto* _tmp10_ = NULL; - GeeCollection* _tmp11_ = NULL; + LibraryPhoto* _tmp10_; + GeeCollection* _tmp11_; #line 873 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp10_ = photo; #line 873 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5816,10 +5816,10 @@ GeeCollection* photo_monitor_get_raw_development_files (PhotoMonitor* self, Libr void photo_monitor_update_editable_file (PhotoMonitor* self, LibraryPhoto* photo, GFile* file) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; - GFile* _tmp3_ = NULL; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; + GFile* _tmp3_; #line 876 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 876 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5843,9 +5843,9 @@ void photo_monitor_update_editable_file (PhotoMonitor* self, LibraryPhoto* photo void photo_monitor_update_editable_file_info_altered (PhotoMonitor* self, LibraryPhoto* photo) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; #line 880 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 880 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5865,10 +5865,10 @@ void photo_monitor_update_editable_file_info_altered (PhotoMonitor* self, Librar void photo_monitor_update_raw_development_file (PhotoMonitor* self, LibraryPhoto* photo, GFile* file) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; - GFile* _tmp3_ = NULL; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; + GFile* _tmp3_; #line 884 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 884 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5892,9 +5892,9 @@ void photo_monitor_update_raw_development_file (PhotoMonitor* self, LibraryPhoto void photo_monitor_update_raw_development_file_info_altered (PhotoMonitor* self, LibraryPhoto* photo) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; #line 888 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 888 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5914,10 +5914,10 @@ void photo_monitor_update_raw_development_file_info_altered (PhotoMonitor* self, void photo_monitor_update_editable_file_in_alteration (PhotoMonitor* self, LibraryPhoto* photo, gboolean in_alteration) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; - gboolean _tmp3_ = FALSE; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; + gboolean _tmp3_; #line 892 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 892 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5939,13 +5939,13 @@ void photo_monitor_update_editable_file_in_alteration (PhotoMonitor* self, Libra void photo_monitor_update_editable_file_alterations_completed (PhotoMonitor* self, LibraryPhoto* photo, GFileInfo* info) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; - GFileInfo* _tmp3_ = NULL; - LibraryPhoto* _tmp4_ = NULL; - PhotoUpdates* _tmp5_ = NULL; - PhotoUpdates* _tmp6_ = NULL; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; + GFileInfo* _tmp3_; + LibraryPhoto* _tmp4_; + PhotoUpdates* _tmp5_; + PhotoUpdates* _tmp6_; #line 896 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 896 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -5979,10 +5979,10 @@ void photo_monitor_update_editable_file_alterations_completed (PhotoMonitor* sel void photo_monitor_update_raw_development_file_in_alteration (PhotoMonitor* self, LibraryPhoto* photo, gboolean in_alteration) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; - gboolean _tmp3_ = FALSE; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; + gboolean _tmp3_; #line 901 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 901 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6004,9 +6004,9 @@ void photo_monitor_update_raw_development_file_in_alteration (PhotoMonitor* self void photo_monitor_update_raw_development_file_alterations_completed (PhotoMonitor* self, LibraryPhoto* photo) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; #line 905 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 905 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6026,9 +6026,9 @@ void photo_monitor_update_raw_development_file_alterations_completed (PhotoMonit void photo_monitor_update_revert_to_master (PhotoMonitor* self, LibraryPhoto* photo) { - LibraryPhoto* _tmp0_ = NULL; - PhotoUpdates* _tmp1_ = NULL; - PhotoUpdates* _tmp2_ = NULL; + LibraryPhoto* _tmp0_; + PhotoUpdates* _tmp1_; + PhotoUpdates* _tmp2_; #line 909 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 909 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6056,8 +6056,8 @@ static gpointer _monitorable_updates_ref0 (gpointer self) { static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollection* all_updates, TransactionController* controller, gint* op_count, GError** error) { PhotoMonitor * self; - GeeCollection* _tmp0_ = NULL; - TransactionController* _tmp1_ = NULL; + GeeCollection* _tmp0_; + TransactionController* _tmp1_; GeeMap* set_editable_file = NULL; GeeMap* set_editable_file_info = NULL; GeeMap* set_raw_developer_files = NULL; @@ -6066,12 +6066,12 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio GeeArrayList* reimport_editable = NULL; GeeArrayList* reimport_raw_developments = NULL; gint reimport_job_count = 0; - GeeMap* _tmp90_ = NULL; - GeeMap* _tmp98_ = NULL; - GeeArrayList* _tmp106_ = NULL; - GeeArrayList* _tmp124_ = NULL; - GeeArrayList* _tmp151_ = NULL; - GeeArrayList* _tmp178_ = NULL; + GeeMap* _tmp90_; + GeeMap* _tmp98_; + GeeArrayList* _tmp106_; + GeeArrayList* _tmp124_; + GeeArrayList* _tmp151_; + GeeArrayList* _tmp178_; GError * _inner_error_ = NULL; #line 913 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_PHOTO_MONITOR, PhotoMonitor); @@ -6112,8 +6112,8 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 6111 "PhotoMonitor.c" { GeeIterator* _monitorable_updates_it = NULL; - GeeCollection* _tmp2_ = NULL; - GeeIterator* _tmp3_ = NULL; + GeeCollection* _tmp2_; + GeeIterator* _tmp3_; #line 926 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp2_ = all_updates; #line 926 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6123,36 +6123,36 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 926 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 6124 "PhotoMonitor.c" - GeeIterator* _tmp4_ = NULL; - gboolean _tmp5_ = FALSE; + GeeIterator* _tmp4_; + gboolean _tmp5_; MonitorableUpdates* monitorable_updates = NULL; - GeeIterator* _tmp6_ = NULL; - gpointer _tmp7_ = NULL; - gint _tmp8_ = 0; + GeeIterator* _tmp6_; + gpointer _tmp7_; + gint _tmp8_; PhotoUpdates* updates = NULL; - MonitorableUpdates* _tmp9_ = NULL; - PhotoUpdates* _tmp10_ = NULL; - PhotoUpdates* _tmp11_ = NULL; - PhotoUpdates* _tmp12_ = NULL; - GFile* _tmp13_ = NULL; - GFile* _tmp14_ = NULL; - gboolean _tmp15_ = FALSE; - PhotoUpdates* _tmp26_ = NULL; - GFileInfo* _tmp27_ = NULL; - GFileInfo* _tmp28_ = NULL; - gboolean _tmp29_ = FALSE; - PhotoUpdates* _tmp40_ = NULL; - GeeCollection* _tmp41_ = NULL; - GeeCollection* _tmp42_ = NULL; - gboolean _tmp43_ = FALSE; - PhotoUpdates* _tmp54_ = NULL; - gboolean _tmp55_ = FALSE; + MonitorableUpdates* _tmp9_; + PhotoUpdates* _tmp10_; + PhotoUpdates* _tmp11_; + PhotoUpdates* _tmp12_; + GFile* _tmp13_; + GFile* _tmp14_; + gboolean _tmp15_; + PhotoUpdates* _tmp26_; + GFileInfo* _tmp27_; + GFileInfo* _tmp28_; + gboolean _tmp29_; + PhotoUpdates* _tmp40_; + GeeCollection* _tmp41_; + GeeCollection* _tmp42_; + gboolean _tmp43_; + PhotoUpdates* _tmp54_; + gboolean _tmp55_; gboolean _tmp66_ = FALSE; - PhotoUpdates* _tmp67_ = NULL; - gboolean _tmp68_ = FALSE; + PhotoUpdates* _tmp67_; + gboolean _tmp68_; gboolean _tmp78_ = FALSE; - PhotoUpdates* _tmp79_ = NULL; - gboolean _tmp80_ = FALSE; + PhotoUpdates* _tmp79_; + gboolean _tmp80_; #line 926 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp4_ = _monitorable_updates_it; #line 926 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6210,21 +6210,21 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 934 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp15_) { #line 6211 "PhotoMonitor.c" - GeeMap* _tmp16_ = NULL; - GeeMap* _tmp18_ = NULL; - PhotoUpdates* _tmp19_ = NULL; - LibraryPhoto* _tmp20_ = NULL; - PhotoUpdates* _tmp21_ = NULL; - GFile* _tmp22_ = NULL; - GFile* _tmp23_ = NULL; - PhotoUpdates* _tmp24_ = NULL; - gint _tmp25_ = 0; + GeeMap* _tmp16_; + GeeMap* _tmp18_; + PhotoUpdates* _tmp19_; + LibraryPhoto* _tmp20_; + PhotoUpdates* _tmp21_; + GFile* _tmp22_; + GFile* _tmp23_; + PhotoUpdates* _tmp24_; + gint _tmp25_; #line 935 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp16_ = set_editable_file; #line 935 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp16_ == NULL) { #line 6225 "PhotoMonitor.c" - GeeHashMap* _tmp17_ = NULL; + GeeHashMap* _tmp17_; #line 936 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp17_ = gee_hash_map_new (TYPE_LIBRARY_PHOTO, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, g_file_get_type (), (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); #line 936 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6272,21 +6272,21 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 943 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp29_) { #line 6273 "PhotoMonitor.c" - GeeMap* _tmp30_ = NULL; - GeeMap* _tmp32_ = NULL; - PhotoUpdates* _tmp33_ = NULL; - LibraryPhoto* _tmp34_ = NULL; - PhotoUpdates* _tmp35_ = NULL; - GFileInfo* _tmp36_ = NULL; - GFileInfo* _tmp37_ = NULL; - PhotoUpdates* _tmp38_ = NULL; - gint _tmp39_ = 0; + GeeMap* _tmp30_; + GeeMap* _tmp32_; + PhotoUpdates* _tmp33_; + LibraryPhoto* _tmp34_; + PhotoUpdates* _tmp35_; + GFileInfo* _tmp36_; + GFileInfo* _tmp37_; + PhotoUpdates* _tmp38_; + gint _tmp39_; #line 944 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp30_ = set_editable_file_info; #line 944 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp30_ == NULL) { #line 6287 "PhotoMonitor.c" - GeeHashMap* _tmp31_ = NULL; + GeeHashMap* _tmp31_; #line 945 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp31_ = gee_hash_map_new (TYPE_LIBRARY_PHOTO, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, g_file_info_get_type (), (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); #line 945 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6334,21 +6334,21 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 952 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp43_) { #line 6335 "PhotoMonitor.c" - GeeMap* _tmp44_ = NULL; - GeeMap* _tmp46_ = NULL; - PhotoUpdates* _tmp47_ = NULL; - LibraryPhoto* _tmp48_ = NULL; - PhotoUpdates* _tmp49_ = NULL; - GeeCollection* _tmp50_ = NULL; - GeeCollection* _tmp51_ = NULL; - PhotoUpdates* _tmp52_ = NULL; - gint _tmp53_ = 0; + GeeMap* _tmp44_; + GeeMap* _tmp46_; + PhotoUpdates* _tmp47_; + LibraryPhoto* _tmp48_; + PhotoUpdates* _tmp49_; + GeeCollection* _tmp50_; + GeeCollection* _tmp51_; + PhotoUpdates* _tmp52_; + gint _tmp53_; #line 953 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp44_ = set_raw_developer_files; #line 953 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp44_ == NULL) { #line 6349 "PhotoMonitor.c" - GeeHashMap* _tmp45_ = NULL; + GeeHashMap* _tmp45_; #line 954 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp45_ = gee_hash_map_new (TYPE_LIBRARY_PHOTO, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, GEE_TYPE_COLLECTION, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); #line 954 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6390,17 +6390,17 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 961 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp55_) { #line 6391 "PhotoMonitor.c" - GeeArrayList* _tmp56_ = NULL; - GeeArrayList* _tmp58_ = NULL; - gint _tmp59_ = 0; - gint _tmp60_ = 0; - gint _tmp65_ = 0; + GeeArrayList* _tmp56_; + GeeArrayList* _tmp58_; + gint _tmp59_; + gint _tmp60_; + gint _tmp65_; #line 962 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp56_ = revert_to_master; #line 962 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp56_ == NULL) { #line 6401 "PhotoMonitor.c" - GeeArrayList* _tmp57_ = NULL; + GeeArrayList* _tmp57_; #line 963 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp57_ = gee_array_list_new (TYPE_LIBRARY_PHOTO, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL); #line 963 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6418,10 +6418,10 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 965 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp60_ < PHOTO_MONITOR_MAX_REVERTS_PER_CYCLE) { #line 6419 "PhotoMonitor.c" - GeeArrayList* _tmp61_ = NULL; - PhotoUpdates* _tmp62_ = NULL; - LibraryPhoto* _tmp63_ = NULL; - PhotoUpdates* _tmp64_ = NULL; + GeeArrayList* _tmp61_; + PhotoUpdates* _tmp62_; + LibraryPhoto* _tmp63_; + PhotoUpdates* _tmp64_; #line 966 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp61_ = revert_to_master; #line 966 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6449,7 +6449,7 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 972 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp68_) { #line 6450 "PhotoMonitor.c" - gint _tmp69_ = 0; + gint _tmp69_; #line 972 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp69_ = reimport_job_count; #line 972 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6463,19 +6463,19 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 972 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp66_) { #line 6464 "PhotoMonitor.c" - GeeArrayList* _tmp70_ = NULL; - GeeArrayList* _tmp72_ = NULL; - PhotoUpdates* _tmp73_ = NULL; - LibraryPhoto* _tmp74_ = NULL; - PhotoUpdates* _tmp75_ = NULL; - gint _tmp76_ = 0; - gint _tmp77_ = 0; + GeeArrayList* _tmp70_; + GeeArrayList* _tmp72_; + PhotoUpdates* _tmp73_; + LibraryPhoto* _tmp74_; + PhotoUpdates* _tmp75_; + gint _tmp76_; + gint _tmp77_; #line 973 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp70_ = reimport_master; #line 973 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp70_ == NULL) { #line 6476 "PhotoMonitor.c" - GeeArrayList* _tmp71_ = NULL; + GeeArrayList* _tmp71_; #line 974 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp71_ = gee_array_list_new (TYPE_LIBRARY_PHOTO, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL); #line 974 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6513,7 +6513,7 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 982 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp80_) { #line 6514 "PhotoMonitor.c" - gint _tmp81_ = 0; + gint _tmp81_; #line 982 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp81_ = reimport_job_count; #line 982 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6527,19 +6527,19 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 982 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp78_) { #line 6528 "PhotoMonitor.c" - GeeArrayList* _tmp82_ = NULL; - GeeArrayList* _tmp84_ = NULL; - PhotoUpdates* _tmp85_ = NULL; - LibraryPhoto* _tmp86_ = NULL; - PhotoUpdates* _tmp87_ = NULL; - gint _tmp88_ = 0; - gint _tmp89_ = 0; + GeeArrayList* _tmp82_; + GeeArrayList* _tmp84_; + PhotoUpdates* _tmp85_; + LibraryPhoto* _tmp86_; + PhotoUpdates* _tmp87_; + gint _tmp88_; + gint _tmp89_; #line 983 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp82_ = reimport_editable; #line 983 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp82_ == NULL) { #line 6540 "PhotoMonitor.c" - GeeArrayList* _tmp83_ = NULL; + GeeArrayList* _tmp83_; #line 984 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp83_ = gee_array_list_new (TYPE_LIBRARY_PHOTO, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL); #line 984 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6585,11 +6585,11 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 993 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp90_ != NULL) { #line 6586 "PhotoMonitor.c" - GeeMap* _tmp91_ = NULL; - gint _tmp92_ = 0; - gint _tmp93_ = 0; - gchar* _tmp94_ = NULL; - gchar* _tmp95_ = NULL; + GeeMap* _tmp91_; + gint _tmp92_; + gint _tmp93_; + gchar* _tmp94_; + gchar* _tmp95_; #line 994 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp91_ = set_editable_file; #line 994 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6606,7 +6606,7 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio _g_free0 (_tmp95_); #line 6606 "PhotoMonitor.c" { - GeeMap* _tmp96_ = NULL; + GeeMap* _tmp96_; #line 997 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp96_ = set_editable_file; #line 997 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6616,7 +6616,7 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 997 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_inner_error_->domain == DATABASE_ERROR) { #line 6617 "PhotoMonitor.c" - goto __catch584_database_error; + goto __catch586_database_error; } #line 997 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _g_object_unref0 (reimport_raw_developments); @@ -6641,11 +6641,11 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 6640 "PhotoMonitor.c" } } - goto __finally584; - __catch584_database_error: + goto __finally586; + __catch586_database_error: { GError* err = NULL; - GError* _tmp97_ = NULL; + GError* _tmp97_; #line 996 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" err = _inner_error_; #line 996 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6658,7 +6658,7 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio _g_error_free0 (err); #line 6658 "PhotoMonitor.c" } - __finally584: + __finally586: #line 996 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 996 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6687,11 +6687,11 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 1003 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp98_ != NULL) { #line 6688 "PhotoMonitor.c" - GeeMap* _tmp99_ = NULL; - gint _tmp100_ = 0; - gint _tmp101_ = 0; - gchar* _tmp102_ = NULL; - gchar* _tmp103_ = NULL; + GeeMap* _tmp99_; + gint _tmp100_; + gint _tmp101_; + gchar* _tmp102_; + gchar* _tmp103_; #line 1004 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp99_ = set_editable_file_info; #line 1004 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6708,7 +6708,7 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio _g_free0 (_tmp103_); #line 6708 "PhotoMonitor.c" { - GeeMap* _tmp104_ = NULL; + GeeMap* _tmp104_; #line 1007 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp104_ = set_editable_file_info; #line 1007 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6718,7 +6718,7 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 1007 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_inner_error_->domain == DATABASE_ERROR) { #line 6719 "PhotoMonitor.c" - goto __catch585_database_error; + goto __catch587_database_error; } #line 1007 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _g_object_unref0 (reimport_raw_developments); @@ -6743,11 +6743,11 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 6742 "PhotoMonitor.c" } } - goto __finally585; - __catch585_database_error: + goto __finally587; + __catch587_database_error: { GError* err = NULL; - GError* _tmp105_ = NULL; + GError* _tmp105_; #line 1006 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" err = _inner_error_; #line 1006 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6760,7 +6760,7 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio _g_error_free0 (err); #line 6760 "PhotoMonitor.c" } - __finally585: + __finally587: #line 1006 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 1006 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6789,11 +6789,11 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 1013 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp106_ != NULL) { #line 6790 "PhotoMonitor.c" - GeeArrayList* _tmp107_ = NULL; - gint _tmp108_ = 0; - gint _tmp109_ = 0; - gchar* _tmp110_ = NULL; - gchar* _tmp111_ = NULL; + GeeArrayList* _tmp107_; + gint _tmp108_; + gint _tmp109_; + gchar* _tmp110_; + gchar* _tmp111_; #line 1014 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp107_ = revert_to_master; #line 1014 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6811,12 +6811,12 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 6810 "PhotoMonitor.c" { GeeArrayList* _photo_list = NULL; - GeeArrayList* _tmp112_ = NULL; - GeeArrayList* _tmp113_ = NULL; + GeeArrayList* _tmp112_; + GeeArrayList* _tmp113_; gint _photo_size = 0; - GeeArrayList* _tmp114_ = NULL; - gint _tmp115_ = 0; - gint _tmp116_ = 0; + GeeArrayList* _tmp114_; + gint _tmp115_; + gint _tmp116_; gint _photo_index = 0; #line 1016 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp112_ = revert_to_master; @@ -6837,14 +6837,14 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 1016 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 6838 "PhotoMonitor.c" - gint _tmp117_ = 0; - gint _tmp118_ = 0; - gint _tmp119_ = 0; + gint _tmp117_; + gint _tmp118_; + gint _tmp119_; LibraryPhoto* photo = NULL; - GeeArrayList* _tmp120_ = NULL; - gint _tmp121_ = 0; - gpointer _tmp122_ = NULL; - LibraryPhoto* _tmp123_ = NULL; + GeeArrayList* _tmp120_; + gint _tmp121_; + gpointer _tmp122_; + LibraryPhoto* _tmp123_; #line 1016 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp117_ = _photo_index; #line 1016 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6885,11 +6885,11 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 1024 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp124_ != NULL) { #line 6886 "PhotoMonitor.c" - GeeArrayList* _tmp125_ = NULL; - gint _tmp126_ = 0; - gint _tmp127_ = 0; - gchar* _tmp128_ = NULL; - gchar* _tmp129_ = NULL; + GeeArrayList* _tmp125_; + gint _tmp126_; + gint _tmp127_; + gchar* _tmp128_; + gchar* _tmp129_; #line 1025 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp125_ = reimport_master; #line 1025 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -6907,12 +6907,12 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 6906 "PhotoMonitor.c" { GeeArrayList* _photo_list = NULL; - GeeArrayList* _tmp130_ = NULL; - GeeArrayList* _tmp131_ = NULL; + GeeArrayList* _tmp130_; + GeeArrayList* _tmp131_; gint _photo_size = 0; - GeeArrayList* _tmp132_ = NULL; - gint _tmp133_ = 0; - gint _tmp134_ = 0; + GeeArrayList* _tmp132_; + gint _tmp133_; + gint _tmp134_; gint _photo_index = 0; #line 1027 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp130_ = reimport_master; @@ -6933,24 +6933,24 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 1027 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 6934 "PhotoMonitor.c" - gint _tmp135_ = 0; - gint _tmp136_ = 0; - gint _tmp137_ = 0; + gint _tmp135_; + gint _tmp136_; + gint _tmp137_; LibraryPhoto* photo = NULL; - GeeArrayList* _tmp138_ = NULL; - gint _tmp139_ = 0; - gpointer _tmp140_ = NULL; - GeeHashMap* _tmp141_ = NULL; - LibraryPhoto* _tmp142_ = NULL; - gboolean _tmp143_ = FALSE; + GeeArrayList* _tmp138_; + gint _tmp139_; + gpointer _tmp140_; + GeeHashMap* _tmp141_; + LibraryPhoto* _tmp142_; + gboolean _tmp143_; PhotoMonitorReimportMasterJob* job = NULL; - LibraryPhoto* _tmp144_ = NULL; - PhotoMonitorReimportMasterJob* _tmp145_ = NULL; - GeeHashMap* _tmp146_ = NULL; - LibraryPhoto* _tmp147_ = NULL; - PhotoMonitorReimportMasterJob* _tmp148_ = NULL; - Workers* _tmp149_ = NULL; - PhotoMonitorReimportMasterJob* _tmp150_ = NULL; + LibraryPhoto* _tmp144_; + PhotoMonitorReimportMasterJob* _tmp145_; + GeeHashMap* _tmp146_; + LibraryPhoto* _tmp147_; + PhotoMonitorReimportMasterJob* _tmp148_; + Workers* _tmp149_; + PhotoMonitorReimportMasterJob* _tmp150_; #line 1027 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp135_ = _photo_index; #line 1027 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7017,11 +7017,11 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 1036 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp151_ != NULL) { #line 7018 "PhotoMonitor.c" - GeeArrayList* _tmp152_ = NULL; - gint _tmp153_ = 0; - gint _tmp154_ = 0; - gchar* _tmp155_ = NULL; - gchar* _tmp156_ = NULL; + GeeArrayList* _tmp152_; + gint _tmp153_; + gint _tmp154_; + gchar* _tmp155_; + gchar* _tmp156_; #line 1037 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp152_ = reimport_editable; #line 1037 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7039,12 +7039,12 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 7038 "PhotoMonitor.c" { GeeArrayList* _photo_list = NULL; - GeeArrayList* _tmp157_ = NULL; - GeeArrayList* _tmp158_ = NULL; + GeeArrayList* _tmp157_; + GeeArrayList* _tmp158_; gint _photo_size = 0; - GeeArrayList* _tmp159_ = NULL; - gint _tmp160_ = 0; - gint _tmp161_ = 0; + GeeArrayList* _tmp159_; + gint _tmp160_; + gint _tmp161_; gint _photo_index = 0; #line 1039 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp157_ = reimport_editable; @@ -7065,24 +7065,24 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 1039 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 7066 "PhotoMonitor.c" - gint _tmp162_ = 0; - gint _tmp163_ = 0; - gint _tmp164_ = 0; + gint _tmp162_; + gint _tmp163_; + gint _tmp164_; LibraryPhoto* photo = NULL; - GeeArrayList* _tmp165_ = NULL; - gint _tmp166_ = 0; - gpointer _tmp167_ = NULL; - GeeHashMap* _tmp168_ = NULL; - LibraryPhoto* _tmp169_ = NULL; - gboolean _tmp170_ = FALSE; + GeeArrayList* _tmp165_; + gint _tmp166_; + gpointer _tmp167_; + GeeHashMap* _tmp168_; + LibraryPhoto* _tmp169_; + gboolean _tmp170_; PhotoMonitorReimportEditableJob* job = NULL; - LibraryPhoto* _tmp171_ = NULL; - PhotoMonitorReimportEditableJob* _tmp172_ = NULL; - GeeHashMap* _tmp173_ = NULL; - LibraryPhoto* _tmp174_ = NULL; - PhotoMonitorReimportEditableJob* _tmp175_ = NULL; - Workers* _tmp176_ = NULL; - PhotoMonitorReimportEditableJob* _tmp177_ = NULL; + LibraryPhoto* _tmp171_; + PhotoMonitorReimportEditableJob* _tmp172_; + GeeHashMap* _tmp173_; + LibraryPhoto* _tmp174_; + PhotoMonitorReimportEditableJob* _tmp175_; + Workers* _tmp176_; + PhotoMonitorReimportEditableJob* _tmp177_; #line 1039 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp162_ = _photo_index; #line 1039 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7149,11 +7149,11 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 1048 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp178_ != NULL) { #line 7150 "PhotoMonitor.c" - GeeArrayList* _tmp179_ = NULL; - gint _tmp180_ = 0; - gint _tmp181_ = 0; - gchar* _tmp182_ = NULL; - gchar* _tmp183_ = NULL; + GeeArrayList* _tmp179_; + gint _tmp180_; + gint _tmp181_; + gchar* _tmp182_; + gchar* _tmp183_; #line 1049 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp179_ = reimport_raw_developments; #line 1049 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7171,12 +7171,12 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 7170 "PhotoMonitor.c" { GeeArrayList* _photo_list = NULL; - GeeArrayList* _tmp184_ = NULL; - GeeArrayList* _tmp185_ = NULL; + GeeArrayList* _tmp184_; + GeeArrayList* _tmp185_; gint _photo_size = 0; - GeeArrayList* _tmp186_ = NULL; - gint _tmp187_ = 0; - gint _tmp188_ = 0; + GeeArrayList* _tmp186_; + gint _tmp187_; + gint _tmp188_; gint _photo_index = 0; #line 1051 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp184_ = reimport_raw_developments; @@ -7197,24 +7197,24 @@ static void photo_monitor_real_process_updates (MediaMonitor* base, GeeCollectio #line 1051 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" while (TRUE) { #line 7198 "PhotoMonitor.c" - gint _tmp189_ = 0; - gint _tmp190_ = 0; - gint _tmp191_ = 0; + gint _tmp189_; + gint _tmp190_; + gint _tmp191_; LibraryPhoto* photo = NULL; - GeeArrayList* _tmp192_ = NULL; - gint _tmp193_ = 0; - gpointer _tmp194_ = NULL; - GeeHashMap* _tmp195_ = NULL; - LibraryPhoto* _tmp196_ = NULL; - gboolean _tmp197_ = FALSE; + GeeArrayList* _tmp192_; + gint _tmp193_; + gpointer _tmp194_; + GeeHashMap* _tmp195_; + LibraryPhoto* _tmp196_; + gboolean _tmp197_; PhotoMonitorReimportRawDevelopmentJob* job = NULL; - LibraryPhoto* _tmp198_ = NULL; - PhotoMonitorReimportRawDevelopmentJob* _tmp199_ = NULL; - GeeHashMap* _tmp200_ = NULL; - LibraryPhoto* _tmp201_ = NULL; - PhotoMonitorReimportRawDevelopmentJob* _tmp202_ = NULL; - Workers* _tmp203_ = NULL; - PhotoMonitorReimportRawDevelopmentJob* _tmp204_ = NULL; + LibraryPhoto* _tmp198_; + PhotoMonitorReimportRawDevelopmentJob* _tmp199_; + GeeHashMap* _tmp200_; + LibraryPhoto* _tmp201_; + PhotoMonitorReimportRawDevelopmentJob* _tmp202_; + Workers* _tmp203_; + PhotoMonitorReimportRawDevelopmentJob* _tmp204_; #line 1051 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp189_ = _photo_index; #line 1051 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7303,27 +7303,27 @@ static gpointer _background_job_ref0 (gpointer self) { static void photo_monitor_on_master_reimported (PhotoMonitor* self, BackgroundJob* j) { PhotoMonitorReimportMasterJob* job = NULL; - BackgroundJob* _tmp0_ = NULL; - PhotoMonitorReimportMasterJob* _tmp1_ = NULL; + BackgroundJob* _tmp0_; + PhotoMonitorReimportMasterJob* _tmp1_; gboolean removed = FALSE; - GeeHashMap* _tmp2_ = NULL; - PhotoMonitorReimportMasterJob* _tmp3_ = NULL; - LibraryPhoto* _tmp4_ = NULL; - gboolean _tmp5_ = FALSE; - gboolean _tmp6_ = FALSE; - PhotoMonitorReimportMasterJob* _tmp7_ = NULL; - GError* _tmp8_ = NULL; - PhotoMonitorReimportMasterJob* _tmp18_ = NULL; - gboolean _tmp19_ = FALSE; - PhotoMonitorReimportMasterJob* _tmp27_ = NULL; - LibraryPhoto* _tmp28_ = NULL; - gboolean _tmp29_ = FALSE; - PhotoMonitorReimportMasterJob* _tmp32_ = NULL; - LibraryPhoto* _tmp33_ = NULL; - gchar* _tmp34_ = NULL; - gchar* _tmp35_ = NULL; - gchar* _tmp36_ = NULL; - gchar* _tmp37_ = NULL; + GeeHashMap* _tmp2_; + PhotoMonitorReimportMasterJob* _tmp3_; + LibraryPhoto* _tmp4_; + gboolean _tmp5_; + gboolean _tmp6_; + PhotoMonitorReimportMasterJob* _tmp7_; + GError* _tmp8_; + PhotoMonitorReimportMasterJob* _tmp18_; + gboolean _tmp19_; + PhotoMonitorReimportMasterJob* _tmp27_; + LibraryPhoto* _tmp28_; + gboolean _tmp29_; + PhotoMonitorReimportMasterJob* _tmp32_; + LibraryPhoto* _tmp33_; + gchar* _tmp34_; + gchar* _tmp35_; + gchar* _tmp36_; + gchar* _tmp37_; GError * _inner_error_ = NULL; #line 1061 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); @@ -7356,15 +7356,15 @@ static void photo_monitor_on_master_reimported (PhotoMonitor* self, BackgroundJo #line 1068 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp8_ != NULL) { #line 7357 "PhotoMonitor.c" - PhotoMonitorReimportMasterJob* _tmp9_ = NULL; - LibraryPhoto* _tmp10_ = NULL; - gchar* _tmp11_ = NULL; - gchar* _tmp12_ = NULL; - PhotoMonitorReimportMasterJob* _tmp13_ = NULL; - GError* _tmp14_ = NULL; - const gchar* _tmp15_ = NULL; - PhotoMonitorReimportMasterJob* _tmp16_ = NULL; - LibraryPhoto* _tmp17_ = NULL; + PhotoMonitorReimportMasterJob* _tmp9_; + LibraryPhoto* _tmp10_; + gchar* _tmp11_; + gchar* _tmp12_; + PhotoMonitorReimportMasterJob* _tmp13_; + GError* _tmp14_; + const gchar* _tmp15_; + PhotoMonitorReimportMasterJob* _tmp16_; + LibraryPhoto* _tmp17_; #line 1069 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp9_ = job; #line 1069 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7403,8 +7403,8 @@ static void photo_monitor_on_master_reimported (PhotoMonitor* self, BackgroundJo #line 1077 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (!_tmp19_) { #line 7403 "PhotoMonitor.c" - PhotoMonitorReimportMasterJob* _tmp20_ = NULL; - LibraryPhoto* _tmp21_ = NULL; + PhotoMonitorReimportMasterJob* _tmp20_; + LibraryPhoto* _tmp21_; #line 1079 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp20_ = job; #line 1079 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7418,10 +7418,10 @@ static void photo_monitor_on_master_reimported (PhotoMonitor* self, BackgroundJo #line 7416 "PhotoMonitor.c" } { - PhotoMonitorReimportMasterJob* _tmp22_ = NULL; - LibraryPhoto* _tmp23_ = NULL; - PhotoMonitorReimportMasterJob* _tmp24_ = NULL; - PhotoReimportMasterState* _tmp25_ = NULL; + PhotoMonitorReimportMasterJob* _tmp22_; + LibraryPhoto* _tmp23_; + PhotoMonitorReimportMasterJob* _tmp24_; + PhotoReimportMasterState* _tmp25_; #line 1085 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp22_ = job; #line 1085 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7437,7 +7437,7 @@ static void photo_monitor_on_master_reimported (PhotoMonitor* self, BackgroundJo #line 1085 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_inner_error_->domain == DATABASE_ERROR) { #line 7437 "PhotoMonitor.c" - goto __catch586_database_error; + goto __catch588_database_error; } #line 1085 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _background_job_unref0 (job); @@ -7450,11 +7450,11 @@ static void photo_monitor_on_master_reimported (PhotoMonitor* self, BackgroundJo #line 7448 "PhotoMonitor.c" } } - goto __finally586; - __catch586_database_error: + goto __finally588; + __catch588_database_error: { GError* err = NULL; - GError* _tmp26_ = NULL; + GError* _tmp26_; #line 1084 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" err = _inner_error_; #line 1084 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7467,7 +7467,7 @@ static void photo_monitor_on_master_reimported (PhotoMonitor* self, BackgroundJo _g_error_free0 (err); #line 7466 "PhotoMonitor.c" } - __finally586: + __finally588: #line 1084 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 1084 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7489,8 +7489,8 @@ static void photo_monitor_on_master_reimported (PhotoMonitor* self, BackgroundJo #line 1091 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp29_) { #line 7489 "PhotoMonitor.c" - PhotoMonitorReimportMasterJob* _tmp30_ = NULL; - LibraryPhoto* _tmp31_ = NULL; + PhotoMonitorReimportMasterJob* _tmp30_; + LibraryPhoto* _tmp31_; #line 1092 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp30_ = job; #line 1092 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7525,10 +7525,10 @@ static void photo_monitor_on_master_reimported (PhotoMonitor* self, BackgroundJo static void photo_monitor_on_master_reimport_cancelled (PhotoMonitor* self, BackgroundJob* j) { gboolean removed = FALSE; - GeeHashMap* _tmp0_ = NULL; - BackgroundJob* _tmp1_ = NULL; - LibraryPhoto* _tmp2_ = NULL; - gboolean _tmp3_ = FALSE; + GeeHashMap* _tmp0_; + BackgroundJob* _tmp1_; + LibraryPhoto* _tmp2_; + gboolean _tmp3_; #line 1097 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 1097 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7551,22 +7551,22 @@ static void photo_monitor_on_master_reimport_cancelled (PhotoMonitor* self, Back static void photo_monitor_on_editable_reimported (PhotoMonitor* self, BackgroundJob* j) { PhotoMonitorReimportEditableJob* job = NULL; - BackgroundJob* _tmp0_ = NULL; - PhotoMonitorReimportEditableJob* _tmp1_ = NULL; + BackgroundJob* _tmp0_; + PhotoMonitorReimportEditableJob* _tmp1_; gboolean removed = FALSE; - GeeHashMap* _tmp2_ = NULL; - PhotoMonitorReimportEditableJob* _tmp3_ = NULL; - LibraryPhoto* _tmp4_ = NULL; - gboolean _tmp5_ = FALSE; - gboolean _tmp6_ = FALSE; - PhotoMonitorReimportEditableJob* _tmp7_ = NULL; - GError* _tmp8_ = NULL; - PhotoMonitorReimportEditableJob* _tmp21_ = NULL; - LibraryPhoto* _tmp22_ = NULL; - gchar* _tmp23_ = NULL; - gchar* _tmp24_ = NULL; - gchar* _tmp25_ = NULL; - gchar* _tmp26_ = NULL; + GeeHashMap* _tmp2_; + PhotoMonitorReimportEditableJob* _tmp3_; + LibraryPhoto* _tmp4_; + gboolean _tmp5_; + gboolean _tmp6_; + PhotoMonitorReimportEditableJob* _tmp7_; + GError* _tmp8_; + PhotoMonitorReimportEditableJob* _tmp21_; + LibraryPhoto* _tmp22_; + gchar* _tmp23_; + gchar* _tmp24_; + gchar* _tmp25_; + gchar* _tmp26_; GError * _inner_error_ = NULL; #line 1102 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); @@ -7599,13 +7599,13 @@ static void photo_monitor_on_editable_reimported (PhotoMonitor* self, Background #line 1109 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp8_ != NULL) { #line 7599 "PhotoMonitor.c" - PhotoMonitorReimportEditableJob* _tmp9_ = NULL; - LibraryPhoto* _tmp10_ = NULL; - gchar* _tmp11_ = NULL; - gchar* _tmp12_ = NULL; - PhotoMonitorReimportEditableJob* _tmp13_ = NULL; - GError* _tmp14_ = NULL; - const gchar* _tmp15_ = NULL; + PhotoMonitorReimportEditableJob* _tmp9_; + LibraryPhoto* _tmp10_; + gchar* _tmp11_; + gchar* _tmp12_; + PhotoMonitorReimportEditableJob* _tmp13_; + GError* _tmp14_; + const gchar* _tmp15_; #line 1110 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp9_ = job; #line 1110 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7631,10 +7631,10 @@ static void photo_monitor_on_editable_reimported (PhotoMonitor* self, Background #line 7629 "PhotoMonitor.c" } { - PhotoMonitorReimportEditableJob* _tmp16_ = NULL; - LibraryPhoto* _tmp17_ = NULL; - PhotoMonitorReimportEditableJob* _tmp18_ = NULL; - PhotoReimportEditableState* _tmp19_ = NULL; + PhotoMonitorReimportEditableJob* _tmp16_; + LibraryPhoto* _tmp17_; + PhotoMonitorReimportEditableJob* _tmp18_; + PhotoReimportEditableState* _tmp19_; #line 1116 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp16_ = job; #line 1116 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7650,7 +7650,7 @@ static void photo_monitor_on_editable_reimported (PhotoMonitor* self, Background #line 1116 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_inner_error_->domain == DATABASE_ERROR) { #line 7650 "PhotoMonitor.c" - goto __catch587_database_error; + goto __catch589_database_error; } #line 1116 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _background_job_unref0 (job); @@ -7663,11 +7663,11 @@ static void photo_monitor_on_editable_reimported (PhotoMonitor* self, Background #line 7661 "PhotoMonitor.c" } } - goto __finally587; - __catch587_database_error: + goto __finally589; + __catch589_database_error: { GError* err = NULL; - GError* _tmp20_ = NULL; + GError* _tmp20_; #line 1115 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" err = _inner_error_; #line 1115 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7680,7 +7680,7 @@ static void photo_monitor_on_editable_reimported (PhotoMonitor* self, Background _g_error_free0 (err); #line 7679 "PhotoMonitor.c" } - __finally587: + __finally589: #line 1115 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 1115 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7719,10 +7719,10 @@ static void photo_monitor_on_editable_reimported (PhotoMonitor* self, Background static void photo_monitor_on_editable_reimport_cancelled (PhotoMonitor* self, BackgroundJob* j) { gboolean removed = FALSE; - GeeHashMap* _tmp0_ = NULL; - BackgroundJob* _tmp1_ = NULL; - LibraryPhoto* _tmp2_ = NULL; - gboolean _tmp3_ = FALSE; + GeeHashMap* _tmp0_; + BackgroundJob* _tmp1_; + LibraryPhoto* _tmp2_; + gboolean _tmp3_; #line 1124 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 1124 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7745,22 +7745,22 @@ static void photo_monitor_on_editable_reimport_cancelled (PhotoMonitor* self, Ba static void photo_monitor_on_raw_development_reimported (PhotoMonitor* self, BackgroundJob* j) { PhotoMonitorReimportRawDevelopmentJob* job = NULL; - BackgroundJob* _tmp0_ = NULL; - PhotoMonitorReimportRawDevelopmentJob* _tmp1_ = NULL; + BackgroundJob* _tmp0_; + PhotoMonitorReimportRawDevelopmentJob* _tmp1_; gboolean removed = FALSE; - GeeHashMap* _tmp2_ = NULL; - PhotoMonitorReimportRawDevelopmentJob* _tmp3_ = NULL; - LibraryPhoto* _tmp4_ = NULL; - gboolean _tmp5_ = FALSE; - gboolean _tmp6_ = FALSE; - PhotoMonitorReimportRawDevelopmentJob* _tmp7_ = NULL; - GError* _tmp8_ = NULL; - PhotoMonitorReimportRawDevelopmentJob* _tmp21_ = NULL; - LibraryPhoto* _tmp22_ = NULL; - gchar* _tmp23_ = NULL; - gchar* _tmp24_ = NULL; - gchar* _tmp25_ = NULL; - gchar* _tmp26_ = NULL; + GeeHashMap* _tmp2_; + PhotoMonitorReimportRawDevelopmentJob* _tmp3_; + LibraryPhoto* _tmp4_; + gboolean _tmp5_; + gboolean _tmp6_; + PhotoMonitorReimportRawDevelopmentJob* _tmp7_; + GError* _tmp8_; + PhotoMonitorReimportRawDevelopmentJob* _tmp21_; + LibraryPhoto* _tmp22_; + gchar* _tmp23_; + gchar* _tmp24_; + gchar* _tmp25_; + gchar* _tmp26_; GError * _inner_error_ = NULL; #line 1129 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); @@ -7793,13 +7793,13 @@ static void photo_monitor_on_raw_development_reimported (PhotoMonitor* self, Bac #line 1136 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_tmp8_ != NULL) { #line 7793 "PhotoMonitor.c" - PhotoMonitorReimportRawDevelopmentJob* _tmp9_ = NULL; - LibraryPhoto* _tmp10_ = NULL; - gchar* _tmp11_ = NULL; - gchar* _tmp12_ = NULL; - PhotoMonitorReimportRawDevelopmentJob* _tmp13_ = NULL; - GError* _tmp14_ = NULL; - const gchar* _tmp15_ = NULL; + PhotoMonitorReimportRawDevelopmentJob* _tmp9_; + LibraryPhoto* _tmp10_; + gchar* _tmp11_; + gchar* _tmp12_; + PhotoMonitorReimportRawDevelopmentJob* _tmp13_; + GError* _tmp14_; + const gchar* _tmp15_; #line 1137 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp9_ = job; #line 1137 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7825,10 +7825,10 @@ static void photo_monitor_on_raw_development_reimported (PhotoMonitor* self, Bac #line 7823 "PhotoMonitor.c" } { - PhotoMonitorReimportRawDevelopmentJob* _tmp16_ = NULL; - LibraryPhoto* _tmp17_ = NULL; - PhotoMonitorReimportRawDevelopmentJob* _tmp18_ = NULL; - PhotoReimportRawDevelopmentState* _tmp19_ = NULL; + PhotoMonitorReimportRawDevelopmentJob* _tmp16_; + LibraryPhoto* _tmp17_; + PhotoMonitorReimportRawDevelopmentJob* _tmp18_; + PhotoReimportRawDevelopmentState* _tmp19_; #line 1143 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp16_ = job; #line 1143 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7844,7 +7844,7 @@ static void photo_monitor_on_raw_development_reimported (PhotoMonitor* self, Bac #line 1143 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (_inner_error_->domain == DATABASE_ERROR) { #line 7844 "PhotoMonitor.c" - goto __catch588_database_error; + goto __catch590_database_error; } #line 1143 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _background_job_unref0 (job); @@ -7857,11 +7857,11 @@ static void photo_monitor_on_raw_development_reimported (PhotoMonitor* self, Bac #line 7855 "PhotoMonitor.c" } } - goto __finally588; - __catch588_database_error: + goto __finally590; + __catch590_database_error: { GError* err = NULL; - GError* _tmp20_ = NULL; + GError* _tmp20_; #line 1142 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" err = _inner_error_; #line 1142 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7874,7 +7874,7 @@ static void photo_monitor_on_raw_development_reimported (PhotoMonitor* self, Bac _g_error_free0 (err); #line 7873 "PhotoMonitor.c" } - __finally588: + __finally590: #line 1142 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 1142 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7913,10 +7913,10 @@ static void photo_monitor_on_raw_development_reimported (PhotoMonitor* self, Bac static void photo_monitor_on_raw_development_reimport_cancelled (PhotoMonitor* self, BackgroundJob* j) { gboolean removed = FALSE; - GeeHashMap* _tmp0_ = NULL; - BackgroundJob* _tmp1_ = NULL; - LibraryPhoto* _tmp2_ = NULL; - gboolean _tmp3_ = FALSE; + GeeHashMap* _tmp0_; + BackgroundJob* _tmp1_; + LibraryPhoto* _tmp2_; + gboolean _tmp3_; #line 1151 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_if_fail (IS_PHOTO_MONITOR (self)); #line 1151 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -7953,13 +7953,13 @@ static void _photo_monitor_on_master_reimport_cancelled_cancellation_callback (B static PhotoMonitorReimportMasterJob* photo_monitor_reimport_master_job_construct (GType object_type, PhotoMonitor* owner, LibraryPhoto* photo) { PhotoMonitorReimportMasterJob* self = NULL; - PhotoMonitor* _tmp0_ = NULL; - PhotoMonitor* _tmp1_ = NULL; - GCancellable* _tmp2_ = NULL; - GCancellable* _tmp3_ = NULL; - PhotoMonitor* _tmp4_ = NULL; - LibraryPhoto* _tmp5_ = NULL; - LibraryPhoto* _tmp6_ = NULL; + PhotoMonitor* _tmp0_; + PhotoMonitor* _tmp1_; + GCancellable* _tmp2_; + GCancellable* _tmp3_; + PhotoMonitor* _tmp4_; + LibraryPhoto* _tmp5_; + LibraryPhoto* _tmp6_; #line 167 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_MONITOR (owner), NULL); #line 167 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8014,9 +8014,9 @@ static void photo_monitor_reimport_master_job_real_execute (BackgroundJob* base) #line 8012 "PhotoMonitor.c" { gboolean _tmp0_ = FALSE; - LibraryPhoto* _tmp1_ = NULL; + LibraryPhoto* _tmp1_; PhotoReimportMasterState* _tmp2_ = NULL; - gboolean _tmp3_ = FALSE; + gboolean _tmp3_; #line 176 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp1_ = self->photo; #line 176 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8030,18 +8030,18 @@ static void photo_monitor_reimport_master_job_real_execute (BackgroundJob* base) #line 176 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 8030 "PhotoMonitor.c" - goto __catch589_g_error; + goto __catch591_g_error; } #line 176 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self->mark_online = _tmp0_; #line 8035 "PhotoMonitor.c" } - goto __finally589; - __catch589_g_error: + goto __finally591; + __catch591_g_error: { GError* err = NULL; - GError* _tmp4_ = NULL; - GError* _tmp5_ = NULL; + GError* _tmp4_; + GError* _tmp5_; #line 175 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" err = _inner_error_; #line 175 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8058,7 +8058,7 @@ static void photo_monitor_reimport_master_job_real_execute (BackgroundJob* base) _g_error_free0 (err); #line 8057 "PhotoMonitor.c" } - __finally589: + __finally591: #line 175 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 175 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8078,7 +8078,7 @@ static void photo_monitor_reimport_master_job_class_init (PhotoMonitorReimportMa #line 161 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" ((BackgroundJobClass *) klass)->finalize = photo_monitor_reimport_master_job_finalize; #line 161 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((BackgroundJobClass *) klass)->execute = (void (*)(BackgroundJob*)) photo_monitor_reimport_master_job_real_execute; + ((BackgroundJobClass *) klass)->execute = (void (*) (BackgroundJob *)) photo_monitor_reimport_master_job_real_execute; #line 8080 "PhotoMonitor.c" } @@ -8094,7 +8094,7 @@ static void photo_monitor_reimport_master_job_instance_init (PhotoMonitorReimpor } -static void photo_monitor_reimport_master_job_finalize (BackgroundJob* obj) { +static void photo_monitor_reimport_master_job_finalize (BackgroundJob * obj) { PhotoMonitorReimportMasterJob * self; #line 161 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (obj, PHOTO_MONITOR_TYPE_REIMPORT_MASTER_JOB, PhotoMonitorReimportMasterJob); @@ -8138,13 +8138,13 @@ static void _photo_monitor_on_editable_reimport_cancelled_cancellation_callback static PhotoMonitorReimportEditableJob* photo_monitor_reimport_editable_job_construct (GType object_type, PhotoMonitor* owner, LibraryPhoto* photo) { PhotoMonitorReimportEditableJob* self = NULL; - PhotoMonitor* _tmp0_ = NULL; - PhotoMonitor* _tmp1_ = NULL; - GCancellable* _tmp2_ = NULL; - GCancellable* _tmp3_ = NULL; - PhotoMonitor* _tmp4_ = NULL; - LibraryPhoto* _tmp5_ = NULL; - LibraryPhoto* _tmp6_ = NULL; + PhotoMonitor* _tmp0_; + PhotoMonitor* _tmp1_; + GCancellable* _tmp2_; + GCancellable* _tmp3_; + PhotoMonitor* _tmp4_; + LibraryPhoto* _tmp5_; + LibraryPhoto* _tmp6_; #line 189 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_MONITOR (owner), NULL); #line 189 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8192,9 +8192,9 @@ static void photo_monitor_reimport_editable_job_real_execute (BackgroundJob* bas #line 8190 "PhotoMonitor.c" { gboolean _tmp0_ = FALSE; - LibraryPhoto* _tmp1_ = NULL; + LibraryPhoto* _tmp1_; PhotoReimportEditableState* _tmp2_ = NULL; - gboolean _tmp3_ = FALSE; + gboolean _tmp3_; #line 198 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp1_ = self->photo; #line 198 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8208,18 +8208,18 @@ static void photo_monitor_reimport_editable_job_real_execute (BackgroundJob* bas #line 198 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 8208 "PhotoMonitor.c" - goto __catch590_g_error; + goto __catch592_g_error; } #line 198 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self->success = _tmp0_; #line 8213 "PhotoMonitor.c" } - goto __finally590; - __catch590_g_error: + goto __finally592; + __catch592_g_error: { GError* err = NULL; - GError* _tmp4_ = NULL; - GError* _tmp5_ = NULL; + GError* _tmp4_; + GError* _tmp5_; #line 197 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" err = _inner_error_; #line 197 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8236,7 +8236,7 @@ static void photo_monitor_reimport_editable_job_real_execute (BackgroundJob* bas _g_error_free0 (err); #line 8235 "PhotoMonitor.c" } - __finally590: + __finally592: #line 197 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 197 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8256,7 +8256,7 @@ static void photo_monitor_reimport_editable_job_class_init (PhotoMonitorReimport #line 183 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" ((BackgroundJobClass *) klass)->finalize = photo_monitor_reimport_editable_job_finalize; #line 183 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((BackgroundJobClass *) klass)->execute = (void (*)(BackgroundJob*)) photo_monitor_reimport_editable_job_real_execute; + ((BackgroundJobClass *) klass)->execute = (void (*) (BackgroundJob *)) photo_monitor_reimport_editable_job_real_execute; #line 8258 "PhotoMonitor.c" } @@ -8272,7 +8272,7 @@ static void photo_monitor_reimport_editable_job_instance_init (PhotoMonitorReimp } -static void photo_monitor_reimport_editable_job_finalize (BackgroundJob* obj) { +static void photo_monitor_reimport_editable_job_finalize (BackgroundJob * obj) { PhotoMonitorReimportEditableJob * self; #line 183 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (obj, PHOTO_MONITOR_TYPE_REIMPORT_EDITABLE_JOB, PhotoMonitorReimportEditableJob); @@ -8316,13 +8316,13 @@ static void _photo_monitor_on_raw_development_reimport_cancelled_cancellation_ca static PhotoMonitorReimportRawDevelopmentJob* photo_monitor_reimport_raw_development_job_construct (GType object_type, PhotoMonitor* owner, LibraryPhoto* photo) { PhotoMonitorReimportRawDevelopmentJob* self = NULL; - PhotoMonitor* _tmp0_ = NULL; - PhotoMonitor* _tmp1_ = NULL; - GCancellable* _tmp2_ = NULL; - GCancellable* _tmp3_ = NULL; - PhotoMonitor* _tmp4_ = NULL; - LibraryPhoto* _tmp5_ = NULL; - LibraryPhoto* _tmp6_ = NULL; + PhotoMonitor* _tmp0_; + PhotoMonitor* _tmp1_; + GCancellable* _tmp2_; + GCancellable* _tmp3_; + PhotoMonitor* _tmp4_; + LibraryPhoto* _tmp5_; + LibraryPhoto* _tmp6_; #line 211 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_return_val_if_fail (IS_PHOTO_MONITOR (owner), NULL); #line 211 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8370,9 +8370,9 @@ static void photo_monitor_reimport_raw_development_job_real_execute (BackgroundJ #line 8368 "PhotoMonitor.c" { gboolean _tmp0_ = FALSE; - LibraryPhoto* _tmp1_ = NULL; + LibraryPhoto* _tmp1_; PhotoReimportRawDevelopmentState* _tmp2_ = NULL; - gboolean _tmp3_ = FALSE; + gboolean _tmp3_; #line 220 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" _tmp1_ = self->photo; #line 220 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8386,18 +8386,18 @@ static void photo_monitor_reimport_raw_development_job_real_execute (BackgroundJ #line 220 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 8386 "PhotoMonitor.c" - goto __catch591_g_error; + goto __catch593_g_error; } #line 220 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self->success = _tmp0_; #line 8391 "PhotoMonitor.c" } - goto __finally591; - __catch591_g_error: + goto __finally593; + __catch593_g_error: { GError* err = NULL; - GError* _tmp4_ = NULL; - GError* _tmp5_ = NULL; + GError* _tmp4_; + GError* _tmp5_; #line 219 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" err = _inner_error_; #line 219 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8414,7 +8414,7 @@ static void photo_monitor_reimport_raw_development_job_real_execute (BackgroundJ _g_error_free0 (err); #line 8413 "PhotoMonitor.c" } - __finally591: + __finally593: #line 219 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 219 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8434,7 +8434,7 @@ static void photo_monitor_reimport_raw_development_job_class_init (PhotoMonitorR #line 205 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" ((BackgroundJobClass *) klass)->finalize = photo_monitor_reimport_raw_development_job_finalize; #line 205 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((BackgroundJobClass *) klass)->execute = (void (*)(BackgroundJob*)) photo_monitor_reimport_raw_development_job_real_execute; + ((BackgroundJobClass *) klass)->execute = (void (*) (BackgroundJob *)) photo_monitor_reimport_raw_development_job_real_execute; #line 8436 "PhotoMonitor.c" } @@ -8450,7 +8450,7 @@ static void photo_monitor_reimport_raw_development_job_instance_init (PhotoMonit } -static void photo_monitor_reimport_raw_development_job_finalize (BackgroundJob* obj) { +static void photo_monitor_reimport_raw_development_job_finalize (BackgroundJob * obj) { PhotoMonitorReimportRawDevelopmentJob * self; #line 205 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (obj, PHOTO_MONITOR_TYPE_REIMPORT_RAW_DEVELOPMENT_JOB, PhotoMonitorReimportRawDevelopmentJob); @@ -8484,39 +8484,39 @@ static void photo_monitor_class_init (PhotoMonitorClass * klass) { #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" g_type_class_add_private (klass, sizeof (PhotoMonitorPrivate)); #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->create_updates = (MonitorableUpdates* (*)(MediaMonitor*, Monitorable*)) photo_monitor_real_create_updates; + ((MediaMonitorClass *) klass)->create_updates = (MonitorableUpdates* (*) (MediaMonitor *, Monitorable*)) photo_monitor_real_create_updates; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->get_media_source_collection = (MediaSourceCollection* (*)(MediaMonitor*)) photo_monitor_real_get_media_source_collection; + ((MediaMonitorClass *) klass)->get_media_source_collection = (MediaSourceCollection* (*) (MediaMonitor *)) photo_monitor_real_get_media_source_collection; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->is_file_represented = (gboolean (*)(MediaMonitor*, GFile*)) photo_monitor_real_is_file_represented; + ((MediaMonitorClass *) klass)->is_file_represented = (gboolean (*) (MediaMonitor *, GFile*)) photo_monitor_real_is_file_represented; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->close = (void (*)(MediaMonitor*)) photo_monitor_real_close; + ((MediaMonitorClass *) klass)->close = (void (*) (MediaMonitor *)) photo_monitor_real_close; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->notify_file_discovered = (MediaMonitorDiscoveredFile (*)(MediaMonitor*, GFile*, GFileInfo*, Monitorable**)) photo_monitor_real_notify_file_discovered; + ((MediaMonitorClass *) klass)->notify_file_discovered = (MediaMonitorDiscoveredFile (*) (MediaMonitor *, GFile*, GFileInfo*, Monitorable* *)) photo_monitor_real_notify_file_discovered; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->candidates_for_unknown_file = (GeeCollection* (*)(MediaMonitor*, GFile*, GFileInfo*, MediaMonitorDiscoveredFile*)) photo_monitor_real_candidates_for_unknown_file; + ((MediaMonitorClass *) klass)->candidates_for_unknown_file = (GeeCollection* (*) (MediaMonitor *, GFile*, GFileInfo*, MediaMonitorDiscoveredFile*)) photo_monitor_real_candidates_for_unknown_file; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->get_auxilliary_backing_files = (GFile** (*)(MediaMonitor*, Monitorable*, int*)) photo_monitor_real_get_auxilliary_backing_files; + ((MediaMonitorClass *) klass)->get_auxilliary_backing_files = (GFile** (*) (MediaMonitor *, Monitorable*, int*)) photo_monitor_real_get_auxilliary_backing_files; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->update_backing_file_info = (void (*)(MediaMonitor*, Monitorable*, GFile*, GFileInfo*)) photo_monitor_real_update_backing_file_info; + ((MediaMonitorClass *) klass)->update_backing_file_info = (void (*) (MediaMonitor *, Monitorable*, GFile*, GFileInfo*)) photo_monitor_real_update_backing_file_info; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->notify_discovery_completing = (void (*)(MediaMonitor*)) photo_monitor_real_notify_discovery_completing; + ((MediaMonitorClass *) klass)->notify_discovery_completing = (void (*) (MediaMonitor *)) photo_monitor_real_notify_discovery_completing; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->notify_file_created = (gboolean (*)(MediaMonitor*, GFile*, GFileInfo*)) photo_monitor_real_notify_file_created; + ((MediaMonitorClass *) klass)->notify_file_created = (gboolean (*) (MediaMonitor *, GFile*, GFileInfo*)) photo_monitor_real_notify_file_created; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->notify_file_moved = (gboolean (*)(MediaMonitor*, GFile*, GFile*, GFileInfo*)) photo_monitor_real_notify_file_moved; + ((MediaMonitorClass *) klass)->notify_file_moved = (gboolean (*) (MediaMonitor *, GFile*, GFile*, GFileInfo*)) photo_monitor_real_notify_file_moved; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->notify_file_altered = (gboolean (*)(MediaMonitor*, GFile*)) photo_monitor_real_notify_file_altered; + ((MediaMonitorClass *) klass)->notify_file_altered = (gboolean (*) (MediaMonitor *, GFile*)) photo_monitor_real_notify_file_altered; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->notify_file_attributes_altered = (gboolean (*)(MediaMonitor*, GFile*)) photo_monitor_real_notify_file_attributes_altered; + ((MediaMonitorClass *) klass)->notify_file_attributes_altered = (gboolean (*) (MediaMonitor *, GFile*)) photo_monitor_real_notify_file_attributes_altered; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->notify_file_alteration_completed = (gboolean (*)(MediaMonitor*, GFile*, GFileInfo*)) photo_monitor_real_notify_file_alteration_completed; + ((MediaMonitorClass *) klass)->notify_file_alteration_completed = (gboolean (*) (MediaMonitor *, GFile*, GFileInfo*)) photo_monitor_real_notify_file_alteration_completed; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->notify_file_deleted = (gboolean (*)(MediaMonitor*, GFile*)) photo_monitor_real_notify_file_deleted; + ((MediaMonitorClass *) klass)->notify_file_deleted = (gboolean (*) (MediaMonitor *, GFile*)) photo_monitor_real_notify_file_deleted; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->on_media_source_destroyed = (void (*)(MediaMonitor*, DataSource*)) photo_monitor_real_on_media_source_destroyed; + ((MediaMonitorClass *) klass)->on_media_source_destroyed = (void (*) (MediaMonitor *, DataSource*)) photo_monitor_real_on_media_source_destroyed; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" - ((MediaMonitorClass *) klass)->process_updates = (void (*)(MediaMonitor*, GeeCollection*, TransactionController*, gint*, GError**)) photo_monitor_real_process_updates; + ((MediaMonitorClass *) klass)->process_updates = (void (*) (MediaMonitor *, GeeCollection*, TransactionController*, gint*, GError**)) photo_monitor_real_process_updates; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" G_OBJECT_CLASS (klass)->finalize = photo_monitor_finalize; #line 8520 "PhotoMonitor.c" @@ -8524,11 +8524,11 @@ static void photo_monitor_class_init (PhotoMonitorClass * klass) { static void photo_monitor_instance_init (PhotoMonitor * self) { - GeeArrayList* _tmp0_ = NULL; - GeeArrayList* _tmp1_ = NULL; - GeeHashMap* _tmp2_ = NULL; - GeeHashMap* _tmp3_ = NULL; - GeeHashMap* _tmp4_ = NULL; + GeeArrayList* _tmp0_; + GeeArrayList* _tmp1_; + GeeHashMap* _tmp2_; + GeeHashMap* _tmp3_; + GeeHashMap* _tmp4_; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self->priv = PHOTO_MONITOR_GET_PRIVATE (self); #line 228 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" @@ -8555,7 +8555,7 @@ static void photo_monitor_instance_init (PhotoMonitor * self) { } -static void photo_monitor_finalize (GObject* obj) { +static void photo_monitor_finalize (GObject * obj) { PhotoMonitor * self; #line 157 "/home/jens/Source/shotwell/src/PhotoMonitor.vala" self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_PHOTO_MONITOR, PhotoMonitor); -- cgit v1.2.3