From aa916887954cf0a94bc6c2c2164d91d9b3ceb0df Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Sat, 2 Mar 2013 17:52:44 +0100 Subject: [PATCH] format introspection_data --- dbus.c | 64 ++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 26 deletions(-) diff --git a/dbus.c b/dbus.c index 7a8e5da..b31dee9 100644 --- a/dbus.c +++ b/dbus.c @@ -13,34 +13,46 @@ static GDBusNodeInfo *introspection_data = NULL; static const char *introspection_xml = "" "" - " " " " + " " + " " - " " - " " " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " " " " " - " " - " " " " - " " - " " - " " - " " - " " " " - " " - " " " " + " " + " " + + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + + " " + " " + " " + + " " + " " + " " + " " + " " + " " + + " " + " " + " " + " " + " " - " " - " " " " - " " " " " " - " " " " ""; + " " + " " + " " + " " + ""; static void onGetCapabilities(GDBusConnection * connection, const gchar * sender,