diff options
Diffstat (limited to 'src/LibraryMonitor.c')
| -rw-r--r-- | src/LibraryMonitor.c | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/src/LibraryMonitor.c b/src/LibraryMonitor.c index ebdfd74..dc9683f 100644 --- a/src/LibraryMonitor.c +++ b/src/LibraryMonitor.c @@ -1,4 +1,4 @@ -/* LibraryMonitor.c generated by valac 0.34.1, the Vala compiler +/* LibraryMonitor.c generated by valac 0.34.2, the Vala compiler   * generated from LibraryMonitor.vala, do not modify */  /* Copyright 2016 Software Freedom Conservancy Inc. @@ -2251,7 +2251,7 @@ static void library_monitor_real_discovery_started (DirectoryMonitor* base) {  #line 287 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  	self->priv->discovered = _tmp28_;  #line 288 "/home/jens/Source/shotwell/src/LibraryMonitor.vala" -	_tmp29_ = gee_hash_set_new (G_TYPE_FILE, (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_hash_gee_hash_data_func, NULL, NULL, _file_equal_gee_equal_data_func, NULL, NULL); +	_tmp29_ = gee_hash_set_new (g_file_get_type (), (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_hash_gee_hash_data_func, NULL, NULL, _file_equal_gee_equal_data_func, NULL, NULL);  #line 288 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  	_g_object_unref0 (self->priv->unknown_files);  #line 288 "/home/jens/Source/shotwell/src/LibraryMonitor.vala" @@ -2624,7 +2624,7 @@ static gboolean library_monitor_async_discovery_completed_co (LibraryMonitorAsyn  #line 338 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  	_data_->_tmp4_ = NULL;  #line 338 "/home/jens/Source/shotwell/src/LibraryMonitor.vala" -	_data_->_tmp4_ = gee_array_list_new (G_TYPE_FILE, (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_equal_gee_equal_data_func, NULL, NULL); +	_data_->_tmp4_ = gee_array_list_new (g_file_get_type (), (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_equal_gee_equal_data_func, NULL, NULL);  #line 338 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  	_data_->adopted = _data_->_tmp4_;  #line 2631 "LibraryMonitor.c" @@ -6053,7 +6053,7 @@ static void library_monitor_import_unrepresented_files (LibraryMonitor* self) {  #line 6054 "LibraryMonitor.c"  				GeeArrayList* _tmp39_ = NULL;  #line 797 "/home/jens/Source/shotwell/src/LibraryMonitor.vala" -				_tmp39_ = gee_array_list_new (G_TYPE_FILE, (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_equal_gee_equal_data_func, NULL, NULL); +				_tmp39_ = gee_array_list_new (g_file_get_type (), (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_equal_gee_equal_data_func, NULL, NULL);  #line 797 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  				_g_object_unref0 (to_import);  #line 797 "/home/jens/Source/shotwell/src/LibraryMonitor.vala" @@ -8727,11 +8727,11 @@ static void library_monitor_class_init (LibraryMonitorClass * klass) {  #line 206 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  	g_rec_mutex_init (&__lock_library_monitor_blacklist);  #line 206 "/home/jens/Source/shotwell/src/LibraryMonitor.vala" -	_tmp0_ = gee_hash_set_new (G_TYPE_FILE, (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_hash_gee_hash_data_func, NULL, NULL, _file_equal_gee_equal_data_func, NULL, NULL); +	_tmp0_ = gee_hash_set_new (g_file_get_type (), (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_hash_gee_hash_data_func, NULL, NULL, _file_equal_gee_equal_data_func, NULL, NULL);  #line 206 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  	library_monitor_blacklist = _tmp0_;  #line 207 "/home/jens/Source/shotwell/src/LibraryMonitor.vala" -	_tmp1_ = hash_timed_queue_new (G_TYPE_FILE, (GBoxedCopyFunc) g_object_ref, g_object_unref, (guint) LIBRARY_MONITOR_MIN_BLACKLIST_DURATION_MSEC, _library_monitor_on_unblacklist_file_dequeued_callback, NULL, _file_hash_gee_hash_data_func, NULL, NULL, _file_equal_gee_equal_data_func, NULL, NULL, G_PRIORITY_LOW); +	_tmp1_ = hash_timed_queue_new (g_file_get_type (), (GBoxedCopyFunc) g_object_ref, g_object_unref, (guint) LIBRARY_MONITOR_MIN_BLACKLIST_DURATION_MSEC, _library_monitor_on_unblacklist_file_dequeued_callback, NULL, _file_hash_gee_hash_data_func, NULL, NULL, _file_equal_gee_equal_data_func, NULL, NULL, G_PRIORITY_LOW);  #line 207 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  	library_monitor_to_unblacklist = _tmp1_;  #line 8736 "LibraryMonitor.c" @@ -8770,11 +8770,11 @@ static void library_monitor_instance_init (LibraryMonitor * self) {  #line 215 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  	self->priv->discovered = NULL;  #line 216 "/home/jens/Source/shotwell/src/LibraryMonitor.vala" -	_tmp4_ = gee_hash_set_new (G_TYPE_FILE, (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_hash_gee_hash_data_func, NULL, NULL, _file_equal_gee_equal_data_func, NULL, NULL); +	_tmp4_ = gee_hash_set_new (g_file_get_type (), (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_hash_gee_hash_data_func, NULL, NULL, _file_equal_gee_equal_data_func, NULL, NULL);  #line 216 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  	self->priv->import_queue = _tmp4_;  #line 217 "/home/jens/Source/shotwell/src/LibraryMonitor.vala" -	_tmp5_ = gee_hash_set_new (G_TYPE_FILE, (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_hash_gee_hash_data_func, NULL, NULL, _file_equal_gee_equal_data_func, NULL, NULL); +	_tmp5_ = gee_hash_set_new (g_file_get_type (), (GBoxedCopyFunc) g_object_ref, g_object_unref, _file_hash_gee_hash_data_func, NULL, NULL, _file_equal_gee_equal_data_func, NULL, NULL);  #line 217 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  	self->priv->pending_imports = _tmp5_;  #line 218 "/home/jens/Source/shotwell/src/LibraryMonitor.vala"  | 
