diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-10 02:46:25 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-10 02:46:25 +0800 |
commit | 9496367085a9e45cf4d918987aab2244e3c7ece1 (patch) | |
tree | cec62e9ba647d28172ef834c6f59150589d557d1 /calendar/gui/gnome-cal.h | |
parent | 99612fe24cfc0dcb5bc8f020fe759ccb3cfc1416 (diff) | |
download | gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar.gz gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar.bz2 gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar.lz gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar.xz gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar.zst gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.zip |
catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):
* gui/gnome-cal.c (gnome_calendar_load): catch cal_loaded signal
on the cal client.
(gnome_calendar_load_cb): callback for cal_loaded signal. moved
gnome_calendar_update_all from gnome_calendar_load to here.
* gui/calendar-commands.c: minor cleanups
* pcs/cal-backend.c (save_to_vcal): copied code from gnome-pim
to write vcal to a file
(save): filled it with more gnome-pim code
(add_object): call save () after changing
(remove_object): same
(cal_backend_create): same
(cal_backend_remove_object): same
svn path=/trunk/; revision=2352
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index 636696e9a0..fec7b95bb5 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -43,7 +43,7 @@ typedef struct { guint gnome_calendar_get_type (void); GtkWidget *gnome_calendar_new (char *title); -int gnome_calendar_load (GnomeCalendar *gcal, +int gnome_calendar_load (GnomeCalendar *gcal, char *file); int gnome_calendar_create (GnomeCalendar *gcal, char *file); |