[evolution-data-server] Update API documentation.



commit 4ac112d1b46048c56ac39f2ace735a1bb8f8774b
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Mar 18 11:25:29 2012 -0400

    Update API documentation.

 addressbook/libebook/e-book-query.c                |    4 ++--
 addressbook/libebook/e-vcard.c                     |   10 +++++-----
 camel/camel-operation.c                            |    2 +-
 .../addressbook/libebook/libebook-sections.txt     |    2 ++
 .../libedata-book/libedata-book-sections.txt       |   13 ++++++++++---
 5 files changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/addressbook/libebook/e-book-query.c b/addressbook/libebook/e-book-query.c
index fd5421f..7f12879 100644
--- a/addressbook/libebook/e-book-query.c
+++ b/addressbook/libebook/e-book-query.c
@@ -130,7 +130,7 @@ conjoinv (EBookQueryType type,
 /**
  * e_book_query_andv:
  * @q: first #EBookQuery
- * @Varargs: #NULL terminated list of #EBookQuery pointers
+ * @...: #NULL terminated list of #EBookQuery pointers
  *
  * Creates a new #EBookQuery which is the logical AND of the queries specified.
  *
@@ -152,7 +152,7 @@ e_book_query_andv (EBookQuery *q, ...)
 /**
  * e_book_query_orv:
  * @q: first #EBookQuery
- * @Varargs: #NULL terminated list of #EBookQuery pointers
+ * @...: #NULL terminated list of #EBookQuery pointers
  *
  * Creates a new #EBookQuery which is the logical OR of the queries specified.
  *
diff --git a/addressbook/libebook/e-vcard.c b/addressbook/libebook/e-vcard.c
index 375a9d1..a52370c 100644
--- a/addressbook/libebook/e-vcard.c
+++ b/addressbook/libebook/e-vcard.c
@@ -1520,7 +1520,7 @@ e_vcard_append_attribute_with_value (EVCard *evcard,
  * e_vcard_append_attribute_with_values:
  * @evcard: an @EVCard
  * @attr: (transfer full): an #EVCardAttribute to append
- * @Varargs: a %NULL-terminated list of values to assign to the attribute
+ * @...: a %NULL-terminated list of values to assign to the attribute
  *
  * Appends @attr to @evcard, assigning the list of values to it.
  * For attribute addition is used e_vcard_append_attribute().
@@ -1598,7 +1598,7 @@ e_vcard_add_attribute_with_value (EVCard *evcard,
  * e_vcard_add_attribute_with_values:
  * @evcard: an @EVCard
  * @attr: (transfer full): an #EVCardAttribute to add
- * @Varargs: a %NULL-terminated list of values to assign to the attribute
+ * @...: a %NULL-terminated list of values to assign to the attribute
  *
  * Adds @attr to @evcard, assigning the list of values to it.
  * For attribute addition is used e_vcard_add_attribute().
@@ -1684,7 +1684,7 @@ e_vcard_attribute_add_value_decoded (EVCardAttribute *attr,
 /**
  * e_vcard_attribute_add_values:
  * @attr: an #EVCardAttribute
- * @Varargs: a %NULL-terminated list of strings
+ * @...: a %NULL-terminated list of strings
  *
  * Adds a list of values to @attr.
  **/
@@ -2006,7 +2006,7 @@ e_vcard_attribute_param_add_value (EVCardAttributeParam *param,
 /**
  * e_vcard_attribute_param_add_values:
  * @param: an #EVCardAttributeParam
- * @Varargs: a %NULL-terminated list of strings
+ * @...: a %NULL-terminated list of strings
  *
  * Adds a list of values to @param.
  **/
@@ -2053,7 +2053,7 @@ e_vcard_attribute_add_param_with_value (EVCardAttribute *attr,
  * e_vcard_attribute_add_param_with_values:
  * @attr: an #EVCardAttribute
  * @param: (transfer full): an #EVCardAttributeParam
- * @Varargs: a %NULL-terminated list of strings
+ * @...: a %NULL-terminated list of strings
  *
  * Adds the list of values to @param, then adds @param
  * to @attr.
diff --git a/camel/camel-operation.c b/camel/camel-operation.c
index 06107be..1380e9e 100644
--- a/camel/camel-operation.c
+++ b/camel/camel-operation.c
@@ -237,7 +237,7 @@ camel_operation_cancel_all (void)
  * camel_operation_push_message:
  * @cancellable: a #GCancellable or %NULL
  * @format: a standard printf() format string
- * @Varargs: the parameters to insert into the format string
+ * @...: the parameters to insert into the format string
  *
  * Call this function to describe an operation being performed.
  * Call camel_operation_progress() to report progress on the operation.
diff --git a/docs/reference/addressbook/libebook/libebook-sections.txt b/docs/reference/addressbook/libebook/libebook-sections.txt
index dec9725..6b91dc0 100644
--- a/docs/reference/addressbook/libebook/libebook-sections.txt
+++ b/docs/reference/addressbook/libebook/libebook-sections.txt
@@ -529,4 +529,6 @@ E_IS_DESTINATION_CLASS
 E_DESTINATION_GET_CLASS
 EDestinationClass
 e_destination_get_type
+<SUBSECTION Private>
+EDestinationPrivate
 </SECTION>
diff --git a/docs/reference/addressbook/libedata-book/libedata-book-sections.txt b/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
index 2160824..8a17ae2 100644
--- a/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
+++ b/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
@@ -141,6 +141,13 @@ E_BOOK_BACKEND_SEXP_CLASS
 E_IS_BACKEND_SEXP_CLASS
 E_BOOK_BACKEND_SEXP_GET_CLASS
 EBookBackendSExpClass
+<SUBSECTION Standard>
+E_BOOK_BACKEND_SEXP
+E_IS_BOOK_BACKEND_SEXP
+E_TYPE_BOOK_BACKEND_SEXP
+E_BOOK_BACKEND_SEXP_CLASS
+E_IS_BOOK_BACKEND_SEXP_CLASS
+E_BOOK_BACKEND_SEXP_GET_CLASS
 <SUBSECTION Private>
 EBookBackendSExpPrivate
 e_book_backend_sexp_get_type
@@ -210,10 +217,10 @@ e_book_backend_summary_search
 e_book_backend_summary_get_summary_vcard
 <SUBSECTION Standard>
 E_BOOK_BACKEND_SUMMARY
-E_IS_BACKEND_SUMMARY
-E_TYPE_BACKEND_SUMMARY
+E_IS_BOOK_BACKEND_SUMMARY
+E_TYPE_BOOK_BACKEND_SUMMARY
 E_BOOK_BACKEND_SUMMARY_CLASS
-E_IS_BACKEND_SUMMARY_CLASS
+E_IS_BOOK_BACKEND_SUMMARY_CLASS
 E_BOOK_BACKEND_SUMMARY_GET_CLASS
 EBookBackendSummaryClass
 <SUBSECTION Private>



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