[evolution-data-server] Fix the libecal documentation build



commit 302580b4b46035498094fdbc0607426178171d41
Author: Ross Burton <ross linux intel com>
Date:   Mon Sep 28 16:46:03 2009 +0100

    Fix the libecal documentation build

 docs/reference/calendar/libecal/libecal-docs.sgml  |    2 -
 .../calendar/libecal/libecal-sections.txt          |   38 --
 docs/reference/calendar/libecal/libecal.types      |    4 -
 .../calendar/libecal/tmpl/e-cal-view.sgml          |    5 -
 .../calendar/libecal/tmpl/libecal-unused.sgml      |  366 ++++++++++++++++++++
 5 files changed, 366 insertions(+), 49 deletions(-)
---
diff --git a/docs/reference/calendar/libecal/libecal-docs.sgml b/docs/reference/calendar/libecal/libecal-docs.sgml
index 3d770dd..bbca620 100644
--- a/docs/reference/calendar/libecal/libecal-docs.sgml
+++ b/docs/reference/calendar/libecal/libecal-docs.sgml
@@ -10,9 +10,7 @@
     <title>Evolution-Data-Server Manual: Calendar Client (libecal)</title>
     <xi:include href="xml/e-cal.xml"/>
     <xi:include href="xml/e-cal-component.xml"/>
-    <xi:include href="xml/e-cal-listener.xml"/>
     <xi:include href="xml/e-cal-view.xml"/>
-    <xi:include href="xml/e-cal-view-listener.xml"/>
     <xi:include href="xml/e-cal-recur.xml"/>
     <xi:include href="xml/e-cal-time-util.xml"/>
     <xi:include href="xml/e-cal-types.xml"/>
diff --git a/docs/reference/calendar/libecal/libecal-sections.txt b/docs/reference/calendar/libecal/libecal-sections.txt
index e0307d0..bb5a4b6 100644
--- a/docs/reference/calendar/libecal/libecal-sections.txt
+++ b/docs/reference/calendar/libecal/libecal-sections.txt
@@ -168,44 +168,6 @@ e_cal_component_get_type
 </SECTION>
 
 <SECTION>
-<FILE>e-cal-listener</FILE>
-<TITLE>ECalListener</TITLE>
-ECalListener
-ECalListenerCalSetModeFn
-e_cal_listener_construct
-e_cal_listener_new
-e_cal_listener_stop_notification
-<SUBSECTION Standard>
-E_CAL_LISTENER
-E_IS_CAL_LISTENER
-E_TYPE_CAL_LISTENER
-E_CAL_LISTENER_CLASS
-E_IS_CAL_LISTENER_CLASS
-ECalListenerClass
-<SUBSECTION Private>
-ECalListenerPrivate
-e_cal_listener_get_type
-</SECTION>
-
-<SECTION>
-<FILE>e-cal-view-listener</FILE>
-<TITLE>ECalViewListener</TITLE>
-ECalViewListener
-e_cal_view_listener_new
-<SUBSECTION Standard>
-E_CAL_VIEW_LISTENER
-E_IS_CAL_VIEW_LISTENER
-E_TYPE_CAL_VIEW_LISTENER
-E_CAL_VIEW_LISTENER_CLASS
-E_IS_CAL_VIEW_LISTENER_CLASS
-E_CAL_VIEW_LISTENER_GET_CLASS
-ECalViewListenerClass
-<SUBSECTION Private>
-ECalViewListenerPrivate
-e_cal_view_listener_get_type
-</SECTION>
-
-<SECTION>
 <FILE>e-cal</FILE>
 <TITLE>ECal</TITLE>
 ECal
diff --git a/docs/reference/calendar/libecal/libecal.types b/docs/reference/calendar/libecal/libecal.types
index 3841471..1286092 100644
--- a/docs/reference/calendar/libecal/libecal.types
+++ b/docs/reference/calendar/libecal/libecal.types
@@ -1,11 +1,7 @@
 #include <libecal/e-cal.h>
 #include <libecal/e-cal-component.h>
-#include <libecal/e-cal-listener.h>
 #include <libecal/e-cal-view.h>
-#include <libecal/e-cal-view-listener.h>
 
 e_cal_get_type
 e_cal_component_get_type
-e_cal_listener_get_type
 e_cal_view_get_type
-e_cal_view_listener_get_type
diff --git a/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml b/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml
index 7834296..80d924b 100644
--- a/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml
+++ b/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml
@@ -70,11 +70,6 @@ ECalView is a view of the ECal.
 
 </para>
 
-<!-- ##### ARG ECalView:listener ##### -->
-<para>
-
-</para>
-
 <!-- ##### ARG ECalView:view ##### -->
 <para>
 
diff --git a/docs/reference/calendar/libecal/tmpl/libecal-unused.sgml b/docs/reference/calendar/libecal/tmpl/libecal-unused.sgml
index e9bcc21..f1f311a 100644
--- a/docs/reference/calendar/libecal/tmpl/libecal-unused.sgml
+++ b/docs/reference/calendar/libecal/tmpl/libecal-unused.sgml
@@ -1,3 +1,51 @@
+<!-- ##### SECTION ./tmpl/e-cal-listener.sgml:Long_Description ##### -->
+<para>
+Contrast with the #e-cal-view-listener, which listens to #e-cal-view.
+</para>
+
+
+<!-- ##### SECTION ./tmpl/e-cal-listener.sgml:See_Also ##### -->
+<para>
+#ECal, #ECalViewListener
+</para>
+
+
+<!-- ##### SECTION ./tmpl/e-cal-listener.sgml:Short_Description ##### -->
+Listens for responses and event notifications sent by an #e-cal.
+
+
+<!-- ##### SECTION ./tmpl/e-cal-listener.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/e-cal-listener.sgml:Title ##### -->
+ECalListener
+
+
+<!-- ##### SECTION ./tmpl/e-cal-view-listener.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/e-cal-view-listener.sgml:See_Also ##### -->
+<para>
+#e-cal-view
+</para>
+
+
+<!-- ##### SECTION ./tmpl/e-cal-view-listener.sgml:Short_Description ##### -->
+Listens for responses and event notifications sent by #e-cal-view.
+
+
+<!-- ##### SECTION ./tmpl/e-cal-view-listener.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/e-cal-view-listener.sgml:Title ##### -->
+ECalViewListener
+
+
 <!-- ##### SECTION ./tmpl/libecal-unused.sgml:Stability_Level ##### -->
 
 
@@ -43,6 +91,238 @@
 @E_CAL_GET_NOT_FOUND: 
 @E_CAL_GET_SYNTAX_ERROR: 
 
+<!-- ##### STRUCT ECalListener ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SIGNAL ECalListener::add-timezone ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::alarm-address ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::attachment-list ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::auth-required ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+
+<!-- ##### SIGNAL ECalListener::backend-error ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalListener::cal-address ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::create-object ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::default-object ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::discard-alarm ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalListener::get-changes ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ Param3: 
+
+<!-- ##### SIGNAL ECalListener::get-free-busy ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ Param3: 
+
+<!-- ##### SIGNAL ECalListener::get-timezone ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::ldap-attribute ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::modify-object ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalListener::object ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::object-list ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::open ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalListener::query ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::read-only ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL ECalListener::receive-objects ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalListener::remove ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalListener::remove-object ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalListener::send-objects ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ Param3: 
+ Param4: 
+
+<!-- ##### SIGNAL ECalListener::set-default-timezone ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalListener::static-capabilities ##### -->
+<para>
+
+</para>
+
+ ecallistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### USER_FUNCTION ECalListenerCalSetModeFn ##### -->
+<para>
+
+</para>
+
+ listener: 
+ status: 
+ mode: 
+ data: 
+
 <!-- ##### USER_FUNCTION ECalListenerCategoriesChangedFn ##### -->
 <para>
 
@@ -89,6 +369,59 @@
 @E_CAL_RESULT_NOT_FOUND: 
 @E_CAL_RESULT_PERMISSION_DENIED: 
 
+<!-- ##### ARG ECalView:listener ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT ECalViewListener ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SIGNAL ECalViewListener::objects-added ##### -->
+<para>
+
+</para>
+
+ ecalviewlistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalViewListener::objects-modified ##### -->
+<para>
+
+</para>
+
+ ecalviewlistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalViewListener::objects-removed ##### -->
+<para>
+
+</para>
+
+ ecalviewlistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalViewListener::view-done ##### -->
+<para>
+
+</para>
+
+ ecalviewlistener: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL ECalViewListener::view-progress ##### -->
+<para>
+
+</para>
+
+ ecalviewlistener: the object which received the signal.
+ arg1: 
+ arg2: 
+
 <!-- ##### STRUCT ECalViewListenerPrivate ##### -->
 <para>
 
@@ -147,6 +480,32 @@
 
 @klass: 
 
+<!-- ##### FUNCTION e_cal_listener_construct ##### -->
+<para>
+
+</para>
+
+ listener: 
+ cal_set_mode_fn: 
+ fn_data: 
+ Returns: 
+
+<!-- ##### FUNCTION e_cal_listener_new ##### -->
+<para>
+
+</para>
+
+ cal_set_mode_fn: 
+ fn_data: 
+ Returns: 
+
+<!-- ##### FUNCTION e_cal_listener_stop_notification ##### -->
+<para>
+
+</para>
+
+ listener: 
+
 <!-- ##### FUNCTION e_cal_remove_calendar ##### -->
 <para>
 
@@ -181,6 +540,13 @@
 
 @Returns: 
 
+<!-- ##### FUNCTION e_cal_view_listener_new ##### -->
+<para>
+
+</para>
+
+ Returns: 
+
 <!-- ##### FUNCTION e_cal_view_new ##### -->
 <para>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]