Camel documentation touch ups.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 25 May 2012 16:15:01 +0000 (12:15 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 25 May 2012 16:15:01 +0000 (12:15 -0400)
camel/camel-imapx-settings.c
camel/camel-local-settings.c
camel/camel-network-settings.c
camel/providers/imap/camel-imap-settings.c

index 2f1c3a8..8b75e5d 100644 (file)
@@ -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.
  *
index 5201661..dabe963 100644 (file)
@@ -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.
  *
index cc107b2..631b749 100644 (file)
@@ -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.
  *
index 5fd7a4b..ea65f71 100644 (file)
@@ -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.
  *