From: Matthias Clasen Date: Sat, 1 Feb 2014 04:01:13 +0000 (-0500) Subject: GDBusProxy: Convert docs to markdown X-Git-Tag: 2.39.4~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=192ddc0792b552ffb653e0ab43f04a25cfd678d9;p=platform%2Fupstream%2Fglib.git GDBusProxy: Convert docs to markdown --- diff --git a/gio/gdbusproxy.c b/gio/gdbusproxy.c index c411c7c..d9638fe 100644 --- a/gio/gdbusproxy.c +++ b/gio/gdbusproxy.c @@ -364,24 +364,19 @@ g_dbus_proxy_class_init (GDBusProxyClass *klass) * said to be the "expected interface". * * The checks performed are: - * - * - * When completing a method call, if the type signature of - * the reply message isn't what's expected, the reply is - * discarded and the #GError is set to %G_IO_ERROR_INVALID_ARGUMENT. - * - * - * Received signals that have a type signature mismatch are dropped and - * a warning is logged via g_warning(). - * - * - * Properties received via the initial GetAll() call - * or via the ::PropertiesChanged signal (on the - * org.freedesktop.DBus.Properties interface) or - * set using g_dbus_proxy_set_cached_property() with a type signature - * mismatch are ignored and a warning is logged via g_warning(). - * - * + * - When completing a method call, if the type signature of + * the reply message isn't what's expected, the reply is + * discarded and the #GError is set to %G_IO_ERROR_INVALID_ARGUMENT. + * + * - Received signals that have a type signature mismatch are dropped and + * a warning is logged via g_warning(). + * + * - Properties received via the initial GetAll() call + * or via the ::PropertiesChanged signal (on the + * org.freedesktop.DBus.Properties interface) or + * set using g_dbus_proxy_set_cached_property() with a type signature + * mismatch are ignored and a warning is logged via g_warning(). + * * Note that these checks are never done on methods, signals and * properties that are not referenced in the given * #GDBusInterfaceInfo, since extending a D-Bus interface on the