]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added dbus introspect for new sync 161/head
authorArvin Schnell <aschnell@suse.de>
Tue, 5 May 2015 13:34:38 +0000 (15:34 +0200)
committerArvin Schnell <aschnell@suse.de>
Tue, 5 May 2015 13:34:38 +0000 (15:34 +0200)
server/Client.cc

index dccf64185ee7a9462d1c4906ab0be7c17323f00d..570a4a70bfb861f4b40f1548356242c7d4764433 100644 (file)
@@ -347,6 +347,10 @@ Client::introspect(DBus::Connection& conn, DBus::Message& msg)
        "      <arg name='files' type='v' direction='out'/>\n"
        "    </method>\n"
 
+       "    <method name='Sync'>\n"
+       "      <arg name='config-name' type='s' direction='in'/>\n"
+       "    </method>\n"
+
        "  </interface>\n"
        "</node>\n";