[evolution-data-server] libedataserver: Fix some documentation typos.



commit 1e8be12632b44e9cae764c82cae8fc8c761f096b
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri May 24 13:19:47 2013 -0400

    libedataserver: Fix some documentation typos.

 libedataserver/e-source-registry.c |    2 +-
 libedataserver/e-source.c          |    6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/libedataserver/e-source-registry.c b/libedataserver/e-source-registry.c
index ea10946..9e433f7 100644
--- a/libedataserver/e-source-registry.c
+++ b/libedataserver/e-source-registry.c
@@ -3607,7 +3607,7 @@ e_source_registry_ref_default_mail_identity (ESourceRegistry *registry)
  *
  * Sets @default_source as the default mail identity.  If @default_source
  * is %NULL, the next request for the default mail identity will use the
- * fallbacks described in e_source_registry_get_default_mail_identity().
+ * fallbacks described in e_source_registry_ref_default_mail_identity().
  *
  * Since: 3.6
  **/
diff --git a/libedataserver/e-source.c b/libedataserver/e-source.c
index 3384060..6340992 100644
--- a/libedataserver/e-source.c
+++ b/libedataserver/e-source.c
@@ -2827,7 +2827,7 @@ e_source_remote_create_sync (ESource *source,
  * possibly a server-side path or ID for the resource.
  *
  * When the operation is finished, @callback will be called.  You can then
- * call 3_source_remote_create_finish() to get the result of the operation.
+ * call e_source_remote_create_finish() to get the result of the operation.
  *
  * Since: 3.6
  **/
@@ -2984,8 +2984,7 @@ e_source_remote_delete_finish (ESource *source,
  * @error: return location for a #GError, or %NULL
  *
  * Obtains the OAuth 2.0 access token for @source along with its expiry
- * in seconds from the current time (or 0 if unknown).  The @source must
- * have #ESource:supports-oauth2 set for this to work.
+ * in seconds from the current time (or 0 if unknown).
  *
  * Free the returned access token with g_free() when finished with it.
  * If an error occurs, the function will set @error and return %FALSE.
@@ -3023,7 +3022,6 @@ e_source_get_oauth2_access_token_sync (ESource *source,
  *
  * Asynchronously obtains the OAuth 2.0 access token for @source along
  * with its expiry in seconds from the current time (or 0 if unknown).
- * The @source must have #ESource:supports-oauth2 set for this to work.
  *
  * When the operation is finished, @callback will be called.  You can then
  * call e_source_get_oauth2_access_token_finish() to get the result of the


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