diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-01-18 06:31:35 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-18 06:31:35 +0800 |
commit | 26dd492af6580330cd6a893717a237d47a3efd01 (patch) | |
tree | 4decae5704def785324ea79faf641bbb222528d4 /doc/devel/calendar | |
parent | 1a6bb41b0df656a29274da049e5fff924859d76f (diff) | |
download | gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.gz 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')
-rw-r--r-- | doc/devel/calendar/cal-util/evolution-cal-util-decl.txt | 5 |
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 |