aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-attendee.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2007-08-17 15:46:35 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-08-17 15:46:35 +0800
commit18c39ea2cabf9d7611d8f2320df4342256ba720a (patch)
tree45a8204dd29aad5f23ca2bf8cc5f691200475830 /calendar/gui/e-meeting-attendee.h
parent03799599ca20ba1218efa6564494a381863b0da7 (diff)
downloadgsoc2013-evolution-18c39ea2cabf9d7611d8f2320df4342256ba720a.tar
gsoc2013-evolution-18c39ea2cabf9d7611d8f2320df4342256ba720a.tar.gz
gsoc2013-evolution-18c39ea2cabf9d7611d8f2320df4342256ba720a.tar.bz2
gsoc2013-evolution-18c39ea2cabf9d7611d8f2320df4342256ba720a.tar.lz
gsoc2013-evolution-18c39ea2cabf9d7611d8f2320df4342256ba720a.tar.xz
gsoc2013-evolution-18c39ea2cabf9d7611d8f2320df4342256ba720a.tar.zst
gsoc2013-evolution-18c39ea2cabf9d7611d8f2320df4342256ba720a.zip
Fixes #274070 (bnc)
2007-08-17 Chenthill Palanisamy <pchenthill@novell.com> Fixes #274070 (bnc) * gui/e-meeting-attendee.[ch]: (e_meeting_attendee_finalize), (e_meeting_attendee_get_fburi), (e_meeting_attendee_set_fburi): * gui/e-meeting-list-view.c: (process_section): * gui/e-meeting-store.c: (freebusy_async), (start_async_read): If the contact has a free busy url specified with it, use it to show free busy information. svn path=/trunk/; revision=34021
Diffstat (limited to 'calendar/gui/e-meeting-attendee.h')
-rw-r--r--calendar/gui/e-meeting-attendee.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-attendee.h b/calendar/gui/e-meeting-attendee.h
index 42c5e13c2e..df28e80885 100644
--- a/calendar/gui/e-meeting-attendee.h
+++ b/calendar/gui/e-meeting-attendee.h
@@ -132,6 +132,9 @@ void e_meeting_attendee_set_edit_level (EMeetingAttendee *ia, EMeetingAttendeeEd
gboolean e_meeting_attendee_get_has_calendar_info (EMeetingAttendee *ia);
void e_meeting_attendee_set_has_calendar_info (EMeetingAttendee *ia, gboolean has_calendar_info);
+const gchar * e_meeting_attendee_get_fburi (EMeetingAttendee *ia);
+void e_meeting_attendee_set_fburi (EMeetingAttendee *ia, gchar *fburi);
+
const GArray *e_meeting_attendee_get_busy_periods (EMeetingAttendee *ia);
gint e_meeting_attendee_find_first_busy_period (EMeetingAttendee *ia, GDate *date);
gboolean e_meeting_attendee_add_busy_period (EMeetingAttendee *ia,