diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-06 08:04:52 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-06 08:07:16 -0500 |
commit | 323242578524a1b6355d8451015b14ca75aa0afa (patch) | |
tree | 49349b60f68f79652335e9ebd437087ae174f6c0 /gio/gdbusproxy.c | |
parent | a35d8a4c77fbb9a8dd143742c29c0807ec99412b (diff) | |
download | glib-323242578524a1b6355d8451015b14ca75aa0afa.tar.gz |
Docs: replace <literal> by `
Diffstat (limited to 'gio/gdbusproxy.c')
-rw-r--r-- | gio/gdbusproxy.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gio/gdbusproxy.c b/gio/gdbusproxy.c index 878561f7d..7cbba5628 100644 --- a/gio/gdbusproxy.c +++ b/gio/gdbusproxy.c @@ -370,8 +370,8 @@ g_dbus_proxy_class_init (GDBusProxyClass *klass) * - Received signals that have a type signature mismatch are dropped and * a warning is logged via g_warning(). * - * - Properties received via the initial <literal>GetAll()</literal> call - * or via the <literal>::PropertiesChanged</literal> signal (on the + * - Properties received via the initial `GetAll()` call or via the + * `::PropertiesChanged` signal (on the * [org.freedesktop.DBus.Properties](http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties) * interface) or set using g_dbus_proxy_set_cached_property() * with a type signature mismatch are ignored and a warning is @@ -585,8 +585,8 @@ g_dbus_proxy_class_init (GDBusProxyClass *klass) * @invalidated_properties will always be empty. * * This signal corresponds to the - * <literal>PropertiesChanged</literal> D-Bus signal on the - * <literal>org.freedesktop.DBus.Properties</literal> interface. + * `PropertiesChanged` D-Bus signal on the + * `org.freedesktop.DBus.Properties` interface. * * Since: 2.26 */ |