summaryrefslogtreecommitdiff
path: root/gio/gdbusobjectmanagerclient.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-01-31 20:34:33 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-01-31 20:34:33 -0500
commit4d12e0d66f1641a6eb2ba9c65579935136f6ef46 (patch)
tree3bfe4e086374f637a35bd6eb14723f7448032231 /gio/gdbusobjectmanagerclient.c
parent64eface479baf3db06f0f42b43f391db55b5ad4d (diff)
Docs: Don't use the emphasis tag
Most of the time, the text read just as well without the extra boldness.
Diffstat (limited to 'gio/gdbusobjectmanagerclient.c')
-rw-r--r--gio/gdbusobjectmanagerclient.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/gio/gdbusobjectmanagerclient.c b/gio/gdbusobjectmanagerclient.c
index cb9d38faa..f114ce498 100644
--- a/gio/gdbusobjectmanagerclient.c
+++ b/gio/gdbusobjectmanagerclient.c
@@ -91,13 +91,12 @@
*
* Ultimately, #GDBusObjectManagerClient is used to obtain #GDBusProxy
* instances. All signals (including the
- * <literal>org.freedesktop.DBus.Properties::PropertiesChanged</literal>
- * signal) delivered to #GDBusProxy instances are guaranteed to
- * originate from the name owner. This guarantee along with the
- * behavior described above, means that certain race conditions
- * including the <emphasis><quote>half the proxy is from the old owner
- * and the other half is from the new owner</quote></emphasis> problem
- * cannot happen.
+ * org.freedesktop.DBus.Properties::PropertiesChanged signal)
+ * delivered to #GDBusProxy instances are guaranteed to originate
+ * from the name owner. This guarantee along with the behavior
+ * described above, means that certain race conditions including the
+ * "half the proxy is from the old owner and the other half is from
+ * the new owner" problem cannot happen.
*
* To avoid having the application connect to signals on the returned
* #GDBusObjectProxy and #GDBusProxy objects, the