]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed DBus introspection data 91/head
authorArvin Schnell <aschnell@suse.de>
Mon, 23 Jun 2014 07:20:14 +0000 (09:20 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 23 Jun 2014 07:20:14 +0000 (09:20 +0200)
package/snapper.changes
server/Client.cc

index eb3d1d76ae4dc4f326699bff51d3c1406d4a6ba3..c8f8693ee253184d1b5d9925f1249458639f9e0d 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Jun 23 09:19:03 CEST 2014 - aschnell@suse.de
+
+- fixed DBus introspection data
+
 -------------------------------------------------------------------
 Mon Jun 02 14:54:29 CEST 2014 - aschnell@suse.de
 
index 98d23ed47d689e273065b96ab6dab99cb0b84f42..52c2b21d46406a85fed63a600a9e469168f75169 100644 (file)
@@ -272,7 +272,7 @@ Client::introspect(DBus::Connection& conn, DBus::Message& msg)
        "    <method name='CreateSingleSnapshotV2'>\n"
        "      <arg name='config-name' type='s' direction='in'/>\n"
        "      <arg name='parent-number' type='u' direction='in'/>\n"
-       "      <arg name='read-only' type 'b' direction='in'/>\n"
+       "      <arg name='read-only' type='b' direction='in'/>\n"
        "      <arg name='description' type='s' direction='in'/>\n"
        "      <arg name='cleanup' type='s' direction='in'/>\n"
        "      <arg name='userdata' type='a{ss}' direction='in'/>\n"
@@ -281,7 +281,7 @@ Client::introspect(DBus::Connection& conn, DBus::Message& msg)
 
        "    <method name='CreateSingleSnapshotOfDefault'>\n"
        "      <arg name='config-name' type='s' direction='in'/>\n"
-       "      <arg name='read-only' type 'b' direction='in'/>\n"
+       "      <arg name='read-only' type='b' direction='in'/>\n"
        "      <arg name='description' type='s' direction='in'/>\n"
        "      <arg name='cleanup' type='s' direction='in'/>\n"
        "      <arg name='userdata' type='a{ss}' direction='in'/>\n"