Change GDBus methods from sync to async
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / zcl-group.xml
index 6ac883a..789bc41 100644 (file)
@@ -5,40 +5,33 @@
                        <arg type='y' name='dst_ep' direction='in'/>
                        <arg type='q' name='group_id' direction='in'/>
                        <arg type='ay' name='group_name' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='view_group'>
                        <arg type='q' name='nodeId' direction='in'/>
                        <arg type='y' name='dst_ep' direction='in'/>
                        <arg type='q' name='group_id' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='get_group_membership'>
                        <arg type='q' name='nodeId' direction='in'/>
                        <arg type='y' name='dst_ep' direction='in'/>
                        <arg type='y' name='group_count' direction='in'/>
                        <arg type='aq' name='group_list' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='remove_group'>
                        <arg type='q' name='nodeId' direction='in'/>
                        <arg type='y' name='dst_ep' direction='in'/>
                        <arg type='q' name='group_id' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='remove_all_group'>
                        <arg type='q' name='nodeId' direction='in'/>
                        <arg type='y' name='dst_ep' direction='in'/>
                        <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='add_group_if_identifying'>
                        <arg type='q' name='nodeId' direction='in'/>
                        <arg type='y' name='dst_ep' direction='in'/>
                        <arg type='q' name='group_id' direction='in'/>
                        <arg type='ay' name='group_name' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
 
                <signal name='add_group_rsp'>