aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2001-01-10 05:41:00 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-01-10 05:41:00 +0800
commite6e6a76a4ed43e566aae7c5cc1f39e5cbdd61fd5 (patch)
tree355a5ac6644dc0802bc941a4d7a187578b7f656a /doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
parent0a3ef04d1b421df60ad6876c9bae6265e9ba85da (diff)
downloadgsoc2013-evolution-e6e6a76a4ed43e566aae7c5cc1f39e5cbdd61fd5.tar
gsoc2013-evolution-e6e6a76a4ed43e566aae7c5cc1f39e5cbdd61fd5.tar.gz
gsoc2013-evolution-e6e6a76a4ed43e566aae7c5cc1f39e5cbdd61fd5.tar.bz2
gsoc2013-evolution-e6e6a76a4ed43e566aae7c5cc1f39e5cbdd61fd5.tar.lz
gsoc2013-evolution-e6e6a76a4ed43e566aae7c5cc1f39e5cbdd61fd5.tar.xz
gsoc2013-evolution-e6e6a76a4ed43e566aae7c5cc1f39e5cbdd61fd5.tar.zst
gsoc2013-evolution-e6e6a76a4ed43e566aae7c5cc1f39e5cbdd61fd5.zip
Added calendar/gui/alarm-notify/Makefile.
2001-01-09 Federico Mena Quintero <federico@helixcode.com> * configure.in (AC_OUTPUT): Added calendar/gui/alarm-notify/Makefile. svn path=/trunk/; revision=7339
Diffstat (limited to 'doc/devel/calendar/cal-util/evolution-cal-util-decl.txt')
-rw-r--r--doc/devel/calendar/cal-util/evolution-cal-util-decl.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
index f190d325fc..573ce73a65 100644
--- a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
+++ b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
@@ -192,6 +192,16 @@ CalComponent *comp, const char **uid
CalComponent *comp, const char *uid
</FUNCTION>
<FUNCTION>
+<NAME>cal_component_get_categories</NAME>
+<RETURNS>void </RETURNS>
+CalComponent *comp, const char **categories
+</FUNCTION>
+<FUNCTION>
+<NAME>cal_component_set_categories</NAME>
+<RETURNS>void </RETURNS>
+CalComponent *comp, const char *categories
+</FUNCTION>
+<FUNCTION>
<NAME>cal_component_get_categories_list</NAME>
<RETURNS>void </RETURNS>
CalComponent *comp, GSList **categ_list