[glib] Don't use the quote tag



commit ce87d6420c9367b029c9d686cff04f913539b126
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 1 21:18:29 2014 -0500

    Don't use the quote tag
    
    It was only used in two places, and we can easily do without.

 gio/gdbusconnection.c |    7 +++----
 glib/gthread.c        |   10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c
index 09e6187..d53875c 100644
--- a/gio/gdbusconnection.c
+++ b/gio/gdbusconnection.c
@@ -6507,7 +6507,7 @@ subtree_message_func (GDBusConnection *connection,
  * @user_data_free_func: function to call when the subtree is unregistered
  * @error: return location for error or %NULL
  *
- * Registers a whole subtree of <quote>dynamic</quote> objects.
+ * Registers a whole subtree of dynamic objects.
  *
  * The @enumerate and @introspection functions in @vtable are used to
  * convey, to remote callers, what nodes exist in the subtree rooted
@@ -6533,9 +6533,8 @@ subtree_message_func (GDBusConnection *connection,
  * g_dbus_connection_register_object()) in a subtree registered with
  * g_dbus_connection_register_subtree() - if so, the subtree handler
  * is tried as the last resort. One way to think about a subtree
- * handler is to consider it a <quote>fallback handler</quote>
- * for object paths not registered via g_dbus_connection_register_object()
- * or other bindings.
+ * handler is to consider it a fallback handler for object paths not
+ * registered via g_dbus_connection_register_object() or other bindings.
  *
  * Note that @vtable will be copied so you cannot change it after
  * registration.
diff --git a/glib/gthread.c b/glib/gthread.c
index 198556a..026d9f0 100644
--- a/glib/gthread.c
+++ b/glib/gthread.c
@@ -108,11 +108,11 @@
  *
  * - setenv() and unsetenv() manipulate the process environment in
  *   a not thread-safe way, and may interfere with getenv() calls
- *   in other threads. Note that getenv() calls may be
- *   <quote>hidden</quote> behind other APIs. For example, GNU gettext()
- *   calls getenv() under the covers. In general, it is best to treat
- *   the environment as readonly. If you absolutely have to modify the
- *   environment, do it early in main(), when no other threads are around yet.
+ *   in other threads. Note that getenv() calls may be hidden behind
+ *   other APIs. For example, GNU gettext() calls getenv() under the
+ *   covers. In general, it is best to treat the environment as readonly.
+ *   If you absolutely have to modify the environment, do it early in
+ *   main(), when no other threads are around yet.
  *
  * - setlocale() changes the locale for the entire process, affecting
  *   all threads. Temporary changes to the locale are often made to


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