Restore GDBus API from async to sync.
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / zcl-scene.xml
index ad8e02c..2ecbf98 100644 (file)
@@ -9,40 +9,47 @@
                        <arg type='q' name='extLen' direction='in'/>
                        <arg type='ay' name='sceneName' direction='in'/>
                        <arg type='ay' name='extFieldSet' direction='in'/>
+                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='view_scene'>
                        <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='y' name='scene_id' direction='in'/>
+                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='remove_scene'>
                        <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='y' name='scene_id' direction='in'/>
+                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='store_scene'>
                        <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='y' name='scene_id' direction='in'/>
+                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='recall_scene'>
                        <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='y' name='scene_id' direction='in'/>
+                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='remove_all_scene'>
                        <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_scene_membership'>
                        <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>
 
                <signal name='add_scene_rsp'>