[evolution-data-server] CamelSession: Improve "main-context" property description.



commit 1771841cb129521227d4da7f980a0b75f7011cbe
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Feb 22 09:08:23 2013 -0500

    CamelSession: Improve "main-context" property description.
    
    Finally found a wording for the property that I'm happy with.

 camel/camel-session.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/camel/camel-session.c b/camel/camel-session.c
index e335814..12c8845 100644
--- a/camel/camel-session.c
+++ b/camel/camel-session.c
@@ -772,7 +772,8 @@ camel_session_class_init (CamelSessionClass *class)
                g_param_spec_boxed (
                        "main-context",
                        "Main Context",
-                       "The GMainContext used for signal emissions",
+                       "The main loop context on "
+                       "which to attach event sources",
                        G_TYPE_MAIN_CONTEXT,
                        G_PARAM_READABLE |
                        G_PARAM_STATIC_STRINGS));
@@ -871,11 +872,10 @@ camel_session_init (CamelSession *session)
  * camel_session_get_main_context:
  * @session: a #CamelSession
  *
- * Returns the #GMainContext from which signals are emitted.  This
- * was the thread-default #GMainContext for the thread where @session
- * was instantiated.
+ * Returns the #GMainContext on which event sources for @session are to
+ * be attached.
  *
- * Returns: the #GMainContext for signal emissions
+ * Returns: a #GMainContext
  *
  * Since: 3.6
  **/


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