aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-client/cal-listener.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-02-01 18:06:20 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-02-01 18:06:20 +0800
commit1da8f9c265082e10fb9694a6bf92a0bae2b1312b (patch)
treeb2b07bf1755ed462495258e16ae692b2666d3f4b /calendar/cal-client/cal-listener.h
parenta2d268b3d195589ab41ddf2e13eaf45040e86803 (diff)
downloadgsoc2013-evolution-1da8f9c265082e10fb9694a6bf92a0bae2b1312b.tar
gsoc2013-evolution-1da8f9c265082e10fb9694a6bf92a0bae2b1312b.tar.gz
gsoc2013-evolution-1da8f9c265082e10fb9694a6bf92a0bae2b1312b.tar.bz2
gsoc2013-evolution-1da8f9c265082e10fb9694a6bf92a0bae2b1312b.tar.lz
gsoc2013-evolution-1da8f9c265082e10fb9694a6bf92a0bae2b1312b.tar.xz
gsoc2013-evolution-1da8f9c265082e10fb9694a6bf92a0bae2b1312b.tar.zst
gsoc2013-evolution-1da8f9c265082e10fb9694a6bf92a0bae2b1312b.zip
Handle the cal_loaded signal from the listener. Store the calendar client
2000-02-01 Federico Mena Quintero <federico@helixcode.com> * cal-client.c (cal_loaded): Handle the cal_loaded signal from the listener. Store the calendar client interface object, and emit our own cal_loaded signal. (cal_client_load_calendar): Connect to the listener's signals. (cal_client_class_init): Added the "obj_added", "obj_removed", öbj_changed" signals. (obj_added_cb): Handle the signal from the listener. (obj_removed_cb): Likewise. (obj_changed_cb): Likewise. svn path=/trunk/; revision=1658
Diffstat (limited to 'calendar/cal-client/cal-listener.h')
-rw-r--r--calendar/cal-client/cal-listener.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/cal-client/cal-listener.h b/calendar/cal-client/cal-listener.h
index e339e3e3ed..bc112091f9 100644
--- a/calendar/cal-client/cal-listener.h
+++ b/calendar/cal-client/cal-listener.h
@@ -56,6 +56,8 @@ struct _CalListener {
struct _CalListenerClass {
BonoboObjectClass parent_class;
+ /* Notification signals */
+
void (* cal_loaded) (CalListener *listener,
CalListenerLoadStatus status,
Evolution_Calendar_Cal cal);