[evolution-data-server] Camel documentation touch ups.



commit 936b8a30aceb8cd15c4d044f24534129a6846c14
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri May 25 12:15:01 2012 -0400

    Camel documentation touch ups.

 camel/camel-imapx-settings.c               |    4 ++--
 camel/camel-local-settings.c               |    2 +-
 camel/camel-network-settings.c             |    6 +++---
 camel/providers/imap/camel-imap-settings.c |   10 +++++-----
 4 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/camel/camel-imapx-settings.c b/camel/camel-imapx-settings.c
index 2f1c3a8..8b75e5d 100644
--- a/camel/camel-imapx-settings.c
+++ b/camel/camel-imapx-settings.c
@@ -1029,7 +1029,7 @@ camel_imapx_settings_get_namespace (CamelIMAPXSettings *settings)
  * @settings: a #CamelIMAPXSettings
  *
  * Thread-safe variation of camel_imapx_settings_get_namespace().
- * Use this function when accessing @settings from a worker thread.
+ * Use this function when accessing @settings from multiple threads.
  *
  * The returned string should be freed with g_free() when no longer needed.
  *
@@ -1115,7 +1115,7 @@ camel_imapx_settings_get_shell_command (CamelIMAPXSettings *settings)
  * @settings: a #CamelIMAPXSettings
  *
  * Thread-safe variation of camel_imapx_settings_get_shell_command().
- * Use this function when accessing @settings from a worker thread.
+ * Use this function when accessing @settings from multiple threads.
  *
  * The returned string should be freed with g_free() when no longer needed.
  *
diff --git a/camel/camel-local-settings.c b/camel/camel-local-settings.c
index 5201661..dabe963 100644
--- a/camel/camel-local-settings.c
+++ b/camel/camel-local-settings.c
@@ -144,7 +144,7 @@ camel_local_settings_get_path (CamelLocalSettings *settings)
  * @settings: a #CamelLocalSettings
  *
  * Thread-safe variation of camel_local_settings_get_path().
- * Use this function when accessing @settings from a worker thread.
+ * Use this function when accessing @settings from multiple threads.
  *
  * The returned string should be freed with g_free() when no longer needed.
  *
diff --git a/camel/camel-network-settings.c b/camel/camel-network-settings.c
index cc107b2..631b749 100644
--- a/camel/camel-network-settings.c
+++ b/camel/camel-network-settings.c
@@ -121,7 +121,7 @@ camel_network_settings_get_auth_mechanism (CamelNetworkSettings *settings)
  * @settings: a #CamelNetworkSettings
  *
  * Thread-safe variation of camel_network_settings_get_auth_mechanism().
- * Use this function when accessing @settings from a worker thread.
+ * Use this function when accessing @settings from multiple threads.
  *
  * The returned string should be freed with g_free() when no longer needed.
  *
@@ -208,7 +208,7 @@ camel_network_settings_get_host (CamelNetworkSettings *settings)
  * @settings: a #CamelNetworkSettings
  *
  * Thread-safe variation of camel_network_settings_get_host().
- * Use this function when accessing @settings from a worker thread.
+ * Use this function when accessing @settings from multiple threads.
  *
  * The returned string should be freed with g_free() when no longer needed.
  *
@@ -389,7 +389,7 @@ camel_network_settings_get_user (CamelNetworkSettings *settings)
  * @settings: a #CamelNetworkSettings
  *
  * Thread-safe variation of camel_network_settings_get_user().
- * Use this function when accessing @settings from a worker thread.
+ * Use this function when accessing @settings from multiple threads.
  *
  * The returned string should be freed with g_free() when no longer needed.
  *
diff --git a/camel/providers/imap/camel-imap-settings.c b/camel/providers/imap/camel-imap-settings.c
index 5fd7a4b..ea65f71 100644
--- a/camel/providers/imap/camel-imap-settings.c
+++ b/camel/providers/imap/camel-imap-settings.c
@@ -782,7 +782,7 @@ camel_imap_settings_get_fetch_headers_extra (CamelImapSettings *settings)
  * @settings: a #CamelImapSettings
  *
  * Thread-safe variation of camel_imap_settings_get_fetch_headers_extra().
- * Use this function when accessing @extension from a worker thread.
+ * Use this function when accessing @extension from multiple threads.
  *
  * The returned string array should be freed with g_strfreev() when no
  * longer needed.
@@ -980,7 +980,7 @@ camel_imap_settings_get_namespace (CamelImapSettings *settings)
  * @settings: a #CamelImapSettings
  *
  * Thread-safe variation of camel_imap_settings_get_namespace().
- * Use this function when accessing @settings from a worker thread.
+ * Use this function when accessing @settings from multiple threads.
  *
  * The returned string should be freed with g_free() when no longer needed.
  *
@@ -1060,7 +1060,7 @@ camel_imap_settings_get_real_junk_path (CamelImapSettings *settings)
  * @settings: a #CamelImapSettings
  *
  * Thread-safe variation of camel_imap_settings_get_real_junk_path().
- * Use this function when accessing @settings from a worker thread.
+ * Use this function when accessing @settings from multiple threads.
  *
  * The returned string should be freed with g_free() when no longer needed.
  *
@@ -1140,7 +1140,7 @@ camel_imap_settings_get_real_trash_path (CamelImapSettings *settings)
  * @settings: a #CamelImapSettings
  *
  * Thread-safe variation of camel_imap_settings_get_real_trash_path().
- * Use this function when accessing @settings from a worker thread.
+ * Use this function when accessing @settings from multiple threads.
  *
  * The returned string should be freed with g_free() when no longer needed.
  *
@@ -1226,7 +1226,7 @@ camel_imap_settings_get_shell_command (CamelImapSettings *settings)
  * @settings: a #CamelImapSettings
  *
  * Thread-safe variation of camel_imap_settings_get_shell_command().
- * Use this function when accessing @settings from a worker thread.
+ * Use this function when accessing @settings from multiple threads.
  *
  * The returned string should be freed with g_free() when no longer needed.
  *



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