aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-config.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-11-16 21:53:47 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-11-16 21:53:47 +0800
commitee804aafe11507b85a3626480aa406b16b8104da (patch)
treef5468100742589f38aebff7065561dcfc82d8ba9 /calendar/gui/calendar-config.h
parent5014e7f941b9bbcf22a40bc35738b8bd57f94503 (diff)
downloadgsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.gz
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.bz2
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.lz
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.xz
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.zst
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.zip
UI changes for task editor.
svn path=/trunk/; revision=30626
Diffstat (limited to 'calendar/gui/calendar-config.h')
-rw-r--r--calendar/gui/calendar-config.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h
index e1dcf70544..b111dbe04c 100644
--- a/calendar/gui/calendar-config.h
+++ b/calendar/gui/calendar-config.h
@@ -112,13 +112,6 @@ gboolean calendar_config_get_24_hour_format (void);
void calendar_config_set_24_hour_format (gboolean use_24_hour);
guint calendar_config_add_notification_24_hour_format (GConfClientNotifyFunc func, gpointer data);
-/* Fields to show/hide */
-gboolean calendar_config_get_show_attendee (void);
-void calendar_config_set_show_attendee (gboolean status);
-
-gboolean calendar_config_get_show_role (void);
-void calendar_config_set_show_role (gboolean status);
-
gboolean calendar_config_get_show_status (void);
void calendar_config_set_show_status (gboolean status);
@@ -134,6 +127,10 @@ void calendar_config_set_show_timezone (gboolean status);
gboolean calendar_config_get_show_categories (void);
void calendar_config_set_show_categories (gboolean status);
+gboolean calendar_config_get_show_role (void);
+void calendar_config_set_show_role (gboolean state);
+
+
/* The time divisions in the Day/Work-Week view in minutes (5/10/15/30/60). */
gint calendar_config_get_time_divisions (void);
void calendar_config_set_time_divisions (gint divisions);