diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-29 06:50:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-29 06:50:05 +0800 |
commit | a67d38de266a4009a949138e632e720df00631f6 (patch) | |
tree | 94d905e58b9badbd56d529fab0cf9489a7214687 /doc/devel | |
parent | 3a11574695e84d795dd0e5e7cf133d92f0f23dfa (diff) | |
download | gsoc2013-evolution-a67d38de266a4009a949138e632e720df00631f6.tar.gz gsoc2013-evolution-a67d38de266a4009a949138e632e720df00631f6.tar.zst gsoc2013-evolution-a67d38de266a4009a949138e632e720df00631f6.zip |
Sync for 1.1.90.
svn path=/trunk/; revision=18465
Diffstat (limited to 'doc/devel')
-rw-r--r-- | doc/devel/calendar/cal-client/tmpl/cal-client.sgml | 8 | ||||
-rw-r--r-- | doc/devel/calendar/cal-util/evolution-cal-util-decl.txt | 5 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml index 6c53f5adbc..b558b7979f 100644 --- a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml +++ b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml @@ -321,6 +321,14 @@ sgml-parent-document: ("../../../evolution-devel-guide.sgml" "book" "refsect2" " End: --> +<!-- ##### SIGNAL CalClient::backend-error ##### --> +<para> + +</para> + +@calclient: the object which received the signal. +@arg1: + <!-- ##### SIGNAL CalClient::categories-changed ##### --> <para> 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 89cad7611e..af91e3f9cb 100644 --- a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt +++ b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt @@ -520,6 +520,11 @@ CalComponent *comp CalComponent *comp </FUNCTION> <FUNCTION> +<NAME>cal_component_has_simple_recurrence</NAME> +<RETURNS>gboolean </RETURNS> +CalComponent *comp +</FUNCTION> +<FUNCTION> <NAME>cal_component_get_sequence</NAME> <RETURNS>void </RETURNS> CalComponent *comp, int **sequence |