tizen-policy: add requests and events for aux_hint 92/48492/4
authorDuna Oh <duna.oh@samsung.com>
Tue, 22 Sep 2015 06:31:27 +0000 (15:31 +0900)
committerDuna Oh <duna.oh@samsung.com>
Thu, 1 Oct 2015 10:44:06 +0000 (19:44 +0900)
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I479b5e4f50ab1488b2370e52a6b6e40e615d21cf

protocol/tizen-extension.xml

index 3ecbe1e473d3a551b0e22895d0c95a9cc6c36701..0985eff4496320458048dc7c5b4b1473177f7180 100644 (file)
       <arg name="surface" type="object" interface="wl_surface" summary="surface object"/>
     </request>
 
+    <!-- for aux_hint -->
+    <request name="add_aux_hint">
+      <arg name="surface" type="object" interface="wl_surface"/>
+      <arg name="id" type="int" />
+      <arg name="name" type="string" />
+      <arg name="value" type="string" />
+    </request>
+
+    <request name="change_aux_hint">
+      <arg name="surface" type="object" interface="wl_surface"/>
+      <arg name="id" type="int" />
+      <arg name="value" type="string" />
+    </request>
+
+    <request name="del_aux_hint">
+      <arg name="surface" type="object" interface="wl_surface"/>
+      <arg name="id" type="int" />
+    </request>
+
+    <request name="get_supported_aux_hints">
+      <arg name="surface" type="object" interface="wl_surface"/>
+    </request>
+
+    <event name="supported_aux_hints">
+      <arg name="surface" type="object" interface="wl_surface"/>
+      <arg name="hints" type="array" />
+      <arg name="num_hints" type="uint"/>
+    </event>
+
+    <event name="allowed_aux_hint">
+      <arg name="surface" type="object" interface="wl_surface"/>
+      <arg name="id" type="int" />
+    </event>
+
   </interface>
 
   <interface name="tizen_visibility" version="1">