aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-01-18 06:31:35 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-01-18 06:31:35 +0800
commit26dd492af6580330cd6a893717a237d47a3efd01 (patch)
tree4decae5704def785324ea79faf641bbb222528d4 /doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
parent1a6bb41b0df656a29274da049e5fff924859d76f (diff)
downloadgsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.gz
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.bz2
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.lz
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.xz
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.zst
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.zip
Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum
2001-01-17 Federico Mena Quintero <federico@ximian.com> * importer/evolution-importer.h: Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum _Blah { ... };" so that gtk-doc can parse it. Sigh. svn path=/trunk/; revision=7600
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.txt5
1 files changed, 5 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 573ce73a65..114129515b 100644
--- a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
+++ b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt
@@ -472,6 +472,11 @@ CalComponent *comp, const char **url
CalComponent *comp, const char *url
</FUNCTION>
<FUNCTION>
+<NAME>cal_component_event_dates_match</NAME>
+<RETURNS>gboolean </RETURNS>
+CalComponent *comp1, CalComponent *comp2
+</FUNCTION>
+<FUNCTION>
<NAME>cal_component_free_categories_list</NAME>
<RETURNS>void </RETURNS>
GSList *categ_list