[evolution-data-server/gnome-3-8] libedataserver: Fix some documentation typos.



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

    libedataserver: Fix some documentation typos.
    
    (cherry picked from commit 1e8be12632b44e9cae764c82cae8fc8c761f096b)

 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 244887b..e4c9b21 100644
--- a/libedataserver/e-source-registry.c
+++ b/libedataserver/e-source-registry.c
@@ -3564,7 +3564,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 1df1ddf..f692a91 100644
--- a/libedataserver/e-source.c
+++ b/libedataserver/e-source.c
@@ -2828,7 +2828,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
  **/
@@ -2985,8 +2985,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.
@@ -3024,7 +3023,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]