diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-01-31 20:34:33 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-01-31 20:34:33 -0500 |
commit | 4d12e0d66f1641a6eb2ba9c65579935136f6ef46 (patch) | |
tree | 3bfe4e086374f637a35bd6eb14723f7448032231 /gio/gdbusmethodinvocation.c | |
parent | 64eface479baf3db06f0f42b43f391db55b5ad4d (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/gdbusmethodinvocation.c')
-rw-r--r-- | gio/gdbusmethodinvocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdbusmethodinvocation.c b/gio/gdbusmethodinvocation.c index cde330398..8f32f8db7 100644 --- a/gio/gdbusmethodinvocation.c +++ b/gio/gdbusmethodinvocation.c @@ -580,7 +580,7 @@ g_dbus_method_invocation_return_value_with_unix_fd_list (GDBusMethodInvocation * * applications using GDBus. * * If you are writing an application intended to be portable, - * <emphasis>always</emphasis> register errors with g_dbus_error_register_error() + * always register errors with g_dbus_error_register_error() * or use g_dbus_method_invocation_return_dbus_error(). * * This method will free @invocation, you cannot use it afterwards. |