[evolution-data-server] Update API documentation.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Update API documentation.
- Date: Sun, 10 Jan 2010 16:12:26 +0000 (UTC)
commit ddca8e527bde6d686dcc299d45168af7097bcd67
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Jan 10 00:01:55 2010 -0500
Update API documentation.
.../calendar/libecal/libecal-sections.txt | 3 +++
.../calendar/libecal/tmpl/e-cal-util.sgml | 7 +++++++
docs/reference/calendar/libecal/tmpl/e-cal.sgml | 19 +++++++++++++++++++
.../libedata-cal/libedata-cal-sections.txt | 3 +++
.../libedata-cal/tmpl/e-cal-backend-sync.sgml | 10 ++++++++++
.../calendar/libedata-cal/tmpl/e-cal-backend.sgml | 10 ++++++++++
.../calendar/libedata-cal/tmpl/e-data-cal.sgml | 10 ++++++++++
docs/reference/camel/camel-sections.txt | 3 +++
.../reference/camel/tmpl/camel-folder-summary.sgml | 8 ++++++++
docs/reference/camel/tmpl/camel-mime-part.sgml | 9 +++++++++
docs/reference/camel/tmpl/camel-msgport.sgml | 10 ++++++++++
11 files changed, 92 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/calendar/libecal/libecal-sections.txt b/docs/reference/calendar/libecal/libecal-sections.txt
index bb5a4b6..7ab5dac 100644
--- a/docs/reference/calendar/libecal/libecal-sections.txt
+++ b/docs/reference/calendar/libecal/libecal-sections.txt
@@ -189,6 +189,7 @@ e_cal_new_system_memos
e_cal_set_auth_func
e_cal_open
e_cal_open_async
+e_cal_refresh
e_cal_remove
e_cal_uri_list
e_cal_get_source_type
@@ -204,6 +205,7 @@ e_cal_get_organizer_must_attend
e_cal_get_save_schedules
e_cal_get_static_capability
e_cal_get_organizer_must_accept
+e_cal_get_refresh_supported
e_cal_set_mode
e_cal_get_default_object
e_cal_get_object
@@ -351,6 +353,7 @@ CAL_STATIC_CAPABILITY_DELEGATE_SUPPORTED
CAL_STATIC_CAPABILITY_NO_ORGANIZER
CAL_STATIC_CAPABILITY_DELEGATE_TO_MANY
CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING
+CAL_STATIC_CAPABILITY_REFRESH_SUPPORTED
e_cal_util_construct_instance
e_cal_util_remove_instances
e_cal_util_get_system_timezone_location
diff --git a/docs/reference/calendar/libecal/tmpl/e-cal-util.sgml b/docs/reference/calendar/libecal/tmpl/e-cal-util.sgml
index f129d78..bae5bf5 100644
--- a/docs/reference/calendar/libecal/tmpl/e-cal-util.sgml
+++ b/docs/reference/calendar/libecal/tmpl/e-cal-util.sgml
@@ -411,6 +411,13 @@ Various utility functions.
+<!-- ##### MACRO CAL_STATIC_CAPABILITY_REFRESH_SUPPORTED ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### FUNCTION e_cal_util_construct_instance ##### -->
<para>
diff --git a/docs/reference/calendar/libecal/tmpl/e-cal.sgml b/docs/reference/calendar/libecal/tmpl/e-cal.sgml
index 9659516..320f460 100644
--- a/docs/reference/calendar/libecal/tmpl/e-cal.sgml
+++ b/docs/reference/calendar/libecal/tmpl/e-cal.sgml
@@ -216,6 +216,16 @@ Represents an entire calendar or task list, not individual items within them.2
@only_if_exists:
+<!-- ##### FUNCTION e_cal_refresh ##### -->
+<para>
+
+</para>
+
+ ecal:
+ error:
+ Returns:
+
+
<!-- ##### FUNCTION e_cal_remove ##### -->
<para>
@@ -362,6 +372,15 @@ Represents an entire calendar or task list, not individual items within them.2
@Returns:
+<!-- ##### FUNCTION e_cal_get_refresh_supported ##### -->
+<para>
+
+</para>
+
+ ecal:
+ Returns:
+
+
<!-- ##### FUNCTION e_cal_set_mode ##### -->
<para>
diff --git a/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt b/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
index 0d7e9cd..db0b908 100644
--- a/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
+++ b/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
@@ -90,6 +90,7 @@ e_cal_backend_sync_get_alarm_email_address
e_cal_backend_sync_get_ldap_attribute
e_cal_backend_sync_get_static_capabilities
e_cal_backend_sync_open
+e_cal_backend_sync_refresh
e_cal_backend_sync_remove
e_cal_backend_sync_create_object
e_cal_backend_sync_modify_object
@@ -137,6 +138,7 @@ e_cal_backend_get_alarm_email_address
e_cal_backend_get_ldap_attribute
e_cal_backend_get_static_capabilities
e_cal_backend_open
+e_cal_backend_refresh
e_cal_backend_remove
e_cal_backend_create_object
e_cal_backend_modify_object
@@ -274,6 +276,7 @@ e_data_cal_notify_alarm_email_address
e_data_cal_notify_ldap_attribute
e_data_cal_notify_static_capabilities
e_data_cal_notify_open
+e_data_cal_notify_refresh
e_data_cal_notify_remove
e_data_cal_notify_object_created
e_data_cal_notify_object_modified
diff --git a/docs/reference/calendar/libedata-cal/tmpl/e-cal-backend-sync.sgml b/docs/reference/calendar/libedata-cal/tmpl/e-cal-backend-sync.sgml
index d94857d..81ea289 100644
--- a/docs/reference/calendar/libedata-cal/tmpl/e-cal-backend-sync.sgml
+++ b/docs/reference/calendar/libedata-cal/tmpl/e-cal-backend-sync.sgml
@@ -114,6 +114,16 @@ Base class for synchronous backends.
@Returns:
+<!-- ##### FUNCTION e_cal_backend_sync_refresh ##### -->
+<para>
+
+</para>
+
+ backend:
+ cal:
+ Returns:
+
+
<!-- ##### FUNCTION e_cal_backend_sync_remove ##### -->
<para>
diff --git a/docs/reference/calendar/libedata-cal/tmpl/e-cal-backend.sgml b/docs/reference/calendar/libedata-cal/tmpl/e-cal-backend.sgml
index b1238f8..c4ba19c 100644
--- a/docs/reference/calendar/libedata-cal/tmpl/e-cal-backend.sgml
+++ b/docs/reference/calendar/libedata-cal/tmpl/e-cal-backend.sgml
@@ -151,6 +151,16 @@ Base class for calendar/tasks backend implementations.
@password:
+<!-- ##### FUNCTION e_cal_backend_refresh ##### -->
+<para>
+
+</para>
+
+ backend:
+ cal:
+ context:
+
+
<!-- ##### FUNCTION e_cal_backend_remove ##### -->
<para>
diff --git a/docs/reference/calendar/libedata-cal/tmpl/e-data-cal.sgml b/docs/reference/calendar/libedata-cal/tmpl/e-data-cal.sgml
index cd259c0..764720f 100644
--- a/docs/reference/calendar/libedata-cal/tmpl/e-data-cal.sgml
+++ b/docs/reference/calendar/libedata-cal/tmpl/e-data-cal.sgml
@@ -116,6 +116,16 @@ Implementation of the calendar CORBA client interface.
@status:
+<!-- ##### FUNCTION e_data_cal_notify_refresh ##### -->
+<para>
+
+</para>
+
+ cal:
+ context:
+ status:
+
+
<!-- ##### FUNCTION e_data_cal_notify_remove ##### -->
<para>
diff --git a/docs/reference/camel/camel-sections.txt b/docs/reference/camel/camel-sections.txt
index 5e1514e..0ba051d 100644
--- a/docs/reference/camel/camel-sections.txt
+++ b/docs/reference/camel/camel-sections.txt
@@ -591,6 +591,7 @@ camel_message_info_references
camel_message_info_user_flags
camel_message_info_user_tags
camel_message_info_headers
+camel_message_info_content
camel_message_info_user_flag
camel_message_info_user_tag
camel_message_info_set_flags
@@ -1178,6 +1179,7 @@ camel_mime_part_set_description
camel_mime_part_get_description
camel_mime_part_set_disposition
camel_mime_part_get_disposition
+camel_mime_part_get_content_disposition
camel_mime_part_set_filename
camel_mime_part_get_filename
camel_mime_part_set_content_id
@@ -1218,6 +1220,7 @@ camel_msgport_fd
camel_msgport_push
camel_msgport_pop
camel_msgport_try_pop
+camel_msgport_timed_pop
camel_msgport_reply
camel_msgport_prfd
</SECTION>
diff --git a/docs/reference/camel/tmpl/camel-folder-summary.sgml b/docs/reference/camel/tmpl/camel-folder-summary.sgml
index d167735..4c75e2f 100644
--- a/docs/reference/camel/tmpl/camel-folder-summary.sgml
+++ b/docs/reference/camel/tmpl/camel-folder-summary.sgml
@@ -969,6 +969,14 @@ CamelFolderSummary
@mi:
+<!-- ##### MACRO camel_message_info_content ##### -->
+<para>
+
+</para>
+
+ mi:
+
+
<!-- ##### FUNCTION camel_message_info_user_flag ##### -->
<para>
diff --git a/docs/reference/camel/tmpl/camel-mime-part.sgml b/docs/reference/camel/tmpl/camel-mime-part.sgml
index d916d64..341fecc 100644
--- a/docs/reference/camel/tmpl/camel-mime-part.sgml
+++ b/docs/reference/camel/tmpl/camel-mime-part.sgml
@@ -76,6 +76,15 @@ CamelMimePart
@Returns:
+<!-- ##### FUNCTION camel_mime_part_get_content_disposition ##### -->
+<para>
+
+</para>
+
+ mime_part:
+ Returns:
+
+
<!-- ##### FUNCTION camel_mime_part_set_filename ##### -->
<para>
diff --git a/docs/reference/camel/tmpl/camel-msgport.sgml b/docs/reference/camel/tmpl/camel-msgport.sgml
index 62b0818..4ecb14c 100644
--- a/docs/reference/camel/tmpl/camel-msgport.sgml
+++ b/docs/reference/camel/tmpl/camel-msgport.sgml
@@ -84,6 +84,16 @@ CamelMsgPort
@Returns:
+<!-- ##### FUNCTION camel_msgport_timed_pop ##### -->
+<para>
+
+</para>
+
+ msgport:
+ end_time:
+ Returns:
+
+
<!-- ##### FUNCTION camel_msgport_reply ##### -->
<para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]