Adjust dbus interface for service error code.
[platform/core/connectivity/wifi-mesh-manager.git] / introspection / manager.xml
index 9bb0737..f9b3d3b 100644 (file)
@@ -8,10 +8,10 @@
        <interface name="net.mesh.manager">
                <!-- Method definitions -->
                <method name="enable">
-                       <arg type="u" name="result" direction="out"/>
+                       <arg type="i" name="result" direction="out"/>
                </method>
                <method name="disable">
-                       <arg type="u" name="result" direction="out"/>
+                       <arg type="i" name="result" direction="out"/>
                </method>
        </interface>
 </node>