Support Tizen 3.0
[profile/ivi/ico-uxf-weston-plugin.git] / protocol / workspaces.xml
1 <protocol name="workspaces">
2
3   <interface name="workspace_manager" version="1">
4     <description summary="workspaces manager">
5       An interface for managing surfaces in workspaces.
6     </description>
7
8     <request name="move_surface">
9       <description summary="move surface to workspace">
10         Move the given surface to the specified workspace.
11       </description>
12       <arg name="surface" type="object" interface="wl_surface"/>
13       <arg name="workspace" type="uint"/>
14     </request>
15
16     <event name="state">
17       <description summary="workspace state">
18         The current workspace state, such as current workspace and workspace
19         count, has changed.
20       </description>
21       <arg name="current" type="uint"/>
22       <arg name="count" type="uint"/>
23     </event>
24
25   </interface>
26
27 </protocol>