aboutsummaryrefslogtreecommitdiff
path: root/src/planner.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-07-25 19:04:47 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-07-25 19:04:47 -0500
commit7b4baac1d34ce22a570f080066856e229462f606 (patch)
tree1fe434370027aaeddbd6a69ff8d427c06128f913 /src/planner.h
parent7364cf8dcb250e69748cdf077556778dd60a5f1d (diff)
downloadayatana-indicator-datetime-7b4baac1d34ce22a570f080066856e229462f606.tar.gz
ayatana-indicator-datetime-7b4baac1d34ce22a570f080066856e229462f606.tar.bz2
ayatana-indicator-datetime-7b4baac1d34ce22a570f080066856e229462f606.zip
Add support for displaying alarms.
EDS treats alarms as attributes of existing calendar events, so the difference in supporting them in the indicator is largely visual -- we use a different x-canonical-type for the menuitem so that clients can render them differently, such as with an alarm icon.
Diffstat (limited to 'src/planner.h')
-rw-r--r--src/planner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/planner.h b/src/planner.h
index 7499b75..eab5f9a 100644
--- a/src/planner.h
+++ b/src/planner.h
@@ -44,6 +44,7 @@ struct IndicatorDatetimeAppt
GDateTime * begin;
GDateTime * end;
gboolean is_event;
+ gboolean has_alarms;
};
/**