aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-model.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-12-12 11:22:50 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-12-12 11:22:50 +0800
commit29f8216c4cb227d1169710dbf994391fbda1cb9a (patch)
tree2bdd72bca5c69a3cade03cdb55dd570d0f2fa596 /calendar/gui/e-meeting-model.h
parent49546f4de20b49563afddc6b344ba55c26aa1eaa (diff)
downloadgsoc2013-evolution-29f8216c4cb227d1169710dbf994391fbda1cb9a.tar
gsoc2013-evolution-29f8216c4cb227d1169710dbf994391fbda1cb9a.tar.gz
gsoc2013-evolution-29f8216c4cb227d1169710dbf994391fbda1cb9a.tar.bz2
gsoc2013-evolution-29f8216c4cb227d1169710dbf994391fbda1cb9a.tar.lz
gsoc2013-evolution-29f8216c4cb227d1169710dbf994391fbda1cb9a.tar.xz
gsoc2013-evolution-29f8216c4cb227d1169710dbf994391fbda1cb9a.tar.zst
gsoc2013-evolution-29f8216c4cb227d1169710dbf994391fbda1cb9a.zip
properly convert the dtstart and dtend times if they are UTC (cursor_cb):
2001-12-11 JP Rosevear <jpr@ximian.com> * gui/e-meeting-model.c (process_free_busy_comp): properly convert the dtstart and dtend times if they are UTC (cursor_cb): if we don't have anybody to get f/b info for, process the callbacks immediately (e_meeting_model_refresh_busy_periods): take start/end times, calculate the timet values with object timezone (e_meeting_model_etable_model_to_view_row): proper cast (e_meeting_model_etable_view_to_model_row): ditto (async_open): bail out if we couldn't open properly * gui/e-meeting-time-sel.c (e_meeting_time_selector_on_update_free_busy): use defines for determining the number of days before and after of free busy to request (e_meeting_time_selector_update_dates_shown): use defines for the number of days shown * gui/e-meeting-model.h: update proto svn path=/trunk/; revision=15000
Diffstat (limited to 'calendar/gui/e-meeting-model.h')
-rw-r--r--calendar/gui/e-meeting-model.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-model.h b/calendar/gui/e-meeting-model.h
index 3ca40af380..ad7d2d4c3a 100644
--- a/calendar/gui/e-meeting-model.h
+++ b/calendar/gui/e-meeting-model.h
@@ -82,7 +82,11 @@ EMeetingAttendee *e_meeting_model_find_attendee_at_row (EMeetingModel *im, gint
gint e_meeting_model_count_actual_attendees (EMeetingModel *im);
const GPtrArray *e_meeting_model_get_attendees (EMeetingModel *im);
-void e_meeting_model_refresh_busy_periods (EMeetingModel *im, EMeetingModelRefreshCallback call_back, gpointer data);
+void e_meeting_model_refresh_busy_periods (EMeetingModel *im,
+ EMeetingTime *start,
+ EMeetingTime *end,
+ EMeetingModelRefreshCallback call_back,
+ gpointer data);
/* Helpful functions */
ETableScrolled *e_meeting_model_etable_from_model (EMeetingModel *im, const gchar *spec_file, const gchar *state_file);