Change GDBus methods from sync to async
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / service.xml
index bdf5788..aaec71b 100644 (file)
@@ -1,32 +1,19 @@
 <node>
        <interface name='org.tizen.zigbee.service'>
                <method name='enable'>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='disable'>
-                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='zb_hw_reset'>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='form_network'>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='coex_start'>
                        <arg type='y' name='channel' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='coex_stop'>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='q' name='ret' direction='out'/>
                </method>
                <method name='leave_network'>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='get_network_info'>
                        <arg type='i' name='result' direction='out'/>
                <method name='permit_join'>
                        <arg type='i' name='duration' direction='in'/>
                        <arg type='b' name='permitJoin' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='leave_request'>
                        <arg type='ay' name='eui64' direction='in'/>
                        <arg type='y' name='remove_child' direction='in'/>
                        <arg type='y' name='rejoin' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='b' name='status' direction='out'/>
                </method>
                <method name='get_device_list'>
                        <arg type='i' name='result' direction='out'/>
                        <arg type='y' name='node_type' direction='out'/>
                </method>
 
-               <signal name='service_enabled'>
+               <signal name='enabled'>
                        <arg type='b' name='enabled'/>
                </signal>
+               <signal name='disabled'>
+                       <arg type='b' name='disabled'/>
+               </signal>
                <signal name='form_network_done'>
                        <arg type='q' name='panid'/>
                </signal>