aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-11-11 20:43:43 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-11-11 20:43:43 +0800
commit3447262d1b4219296c79ecb27216f932c49568bd (patch)
tree64750995b1a33850b22cf67faef3b0cbd2c3fc36 /calendar/gui/e-calendar-view.h
parentddda77f14467ec33ea50acd04e98b9086b1b62f6 (diff)
downloadgsoc2013-evolution-3447262d1b4219296c79ecb27216f932c49568bd.tar
gsoc2013-evolution-3447262d1b4219296c79ecb27216f932c49568bd.tar.gz
gsoc2013-evolution-3447262d1b4219296c79ecb27216f932c49568bd.tar.bz2
gsoc2013-evolution-3447262d1b4219296c79ecb27216f932c49568bd.tar.lz
gsoc2013-evolution-3447262d1b4219296c79ecb27216f932c49568bd.tar.xz
gsoc2013-evolution-3447262d1b4219296c79ecb27216f932c49568bd.tar.zst
gsoc2013-evolution-3447262d1b4219296c79ecb27216f932c49568bd.zip
** Fix for bug #559604
2008-11-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #559604 * gui/e-calendar-view.h: (e_calendar_view_get_attendees_status_info): * gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info), (e_calendar_view_get_tooltips): * gui/e-calendar-table.c: (query_tooltip_cb): Show attendees' status in the tooltip if available. svn path=/trunk/; revision=36773
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r--calendar/gui/e-calendar-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index 8f8eddf53f..320d911d24 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -175,6 +175,7 @@ gboolean e_calendar_view_get_tooltips (ECalendarViewEventData *data);
void e_calendar_view_move_tip (GtkWidget *widget, int x, int y);
const gchar *e_calendar_view_get_icalcomponent_summary (ECal *ecal, icalcomponent *icalcomp, gboolean *free_text);
+char *e_calendar_view_get_attendees_status_info (ECalComponent *comp);
void draw_curved_rectangle (cairo_t *cr,
double x0,