aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-04-26 09:08:06 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-04-26 09:08:06 +0800
commit555668c928408f0b27cb22a8225b9d3b55a5b57d (patch)
treef32db539856c6c0737da03e124b39f365b5dcb7f /calendar/ChangeLog
parent23bcb0bbd8fefb952d751951b2bf3b19717e707d (diff)
downloadgsoc2013-evolution-555668c928408f0b27cb22a8225b9d3b55a5b57d.tar
gsoc2013-evolution-555668c928408f0b27cb22a8225b9d3b55a5b57d.tar.gz
gsoc2013-evolution-555668c928408f0b27cb22a8225b9d3b55a5b57d.tar.bz2
gsoc2013-evolution-555668c928408f0b27cb22a8225b9d3b55a5b57d.tar.lz
gsoc2013-evolution-555668c928408f0b27cb22a8225b9d3b55a5b57d.tar.xz
gsoc2013-evolution-555668c928408f0b27cb22a8225b9d3b55a5b57d.tar.zst
gsoc2013-evolution-555668c928408f0b27cb22a8225b9d3b55a5b57d.zip
Renamed from backend_destroy_cb. Now we use it for the "last_client_gone"
2000-04-25 Federico Mena Quintero <federico@helixcode.com> * pcs/cal-factory.c (backend_last_client_gone_cb): Renamed from backend_destroy_cb. Now we use it for the "last_client_gone" signal from the backend. Also, unref the backend to destroy it. (add_backend): Connect to the "last_client_gone" signal of the backend. (cal_factory_get_n_backends): New function to query the number of running backends. * pcs/cal-backend.c (cal_backend_class_init): Register the new "last_client_gone" signal. It is emitted when the last Cal client goes away. It is used to notify the factory when a backend may be safely destroyed. (cal_destroy_cb): Emit the "last_client_gone" signal when the last client disconnects from the backend. svn path=/trunk/; revision=2619
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ec34110476..dee7f11841 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,20 @@
+2000-04-25 Federico Mena Quintero <federico@helixcode.com>
+
+ * pcs/cal-factory.c (backend_last_client_gone_cb): Renamed from
+ backend_destroy_cb. Now we use it for the "last_client_gone"
+ signal from the backend. Also, unref the backend to destroy it.
+ (add_backend): Connect to the "last_client_gone" signal of the
+ backend.
+ (cal_factory_get_n_backends): New function to query the number of
+ running backends.
+
+ * pcs/cal-backend.c (cal_backend_class_init): Register the new
+ "last_client_gone" signal. It is emitted when the last Cal client
+ goes away. It is used to notify the factory when a backend may be
+ safely destroyed.
+ (cal_destroy_cb): Emit the "last_client_gone" signal when the last
+ client disconnects from the backend.
+
2000-04-25 Seth Alves <alves@hungry.com>
* gui/e-day-view.c (e_day_view_find_event_from_ico): compare