aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-store.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-04-26 22:26:55 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-04-26 22:26:55 +0800
commit67c0ce8617f12ee0a937ffe14fb40f390e4df86d (patch)
treef6f056c082811a29876978dc32f71b522214056a /calendar/gui/e-meeting-store.h
parent8cd20682159f0e683cdd81af54611b9511f873a1 (diff)
downloadgsoc2013-evolution-67c0ce8617f12ee0a937ffe14fb40f390e4df86d.tar
gsoc2013-evolution-67c0ce8617f12ee0a937ffe14fb40f390e4df86d.tar.gz
gsoc2013-evolution-67c0ce8617f12ee0a937ffe14fb40f390e4df86d.tar.bz2
gsoc2013-evolution-67c0ce8617f12ee0a937ffe14fb40f390e4df86d.tar.lz
gsoc2013-evolution-67c0ce8617f12ee0a937ffe14fb40f390e4df86d.tar.xz
gsoc2013-evolution-67c0ce8617f12ee0a937ffe14fb40f390e4df86d.tar.zst
gsoc2013-evolution-67c0ce8617f12ee0a937ffe14fb40f390e4df86d.zip
Add e_meeting_store_find_self().
Convenience function that uses registered mail identities to find the user among meeting attendees.
Diffstat (limited to 'calendar/gui/e-meeting-store.h')
-rw-r--r--calendar/gui/e-meeting-store.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-store.h b/calendar/gui/e-meeting-store.h
index 3565657429..2c863ef506 100644
--- a/calendar/gui/e-meeting-store.h
+++ b/calendar/gui/e-meeting-store.h
@@ -122,6 +122,9 @@ void e_meeting_store_remove_attendee (EMeetingStore *meeting_store,
void e_meeting_store_remove_all_attendees
(EMeetingStore *meeting_store);
EMeetingAttendee *
+ e_meeting_store_find_self (EMeetingStore *meeting_store,
+ gint *row);
+EMeetingAttendee *
e_meeting_store_find_attendee (EMeetingStore *meeting_store,
const gchar *address,
gint *row);