tizen_surface: specify the descrption of the tizen_surface interface 67/285967/2
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 23 Dec 2022 07:27:29 +0000 (16:27 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 26 Dec 2022 01:50:37 +0000 (10:50 +0900)
Change-Id: Ie7df6f8d6768e387c19a45dc567b3bc493493976

protocol/tizen/tizen-extension.xml

index 7943165..326a7c8 100644 (file)
@@ -1,14 +1,24 @@
 <protocol name="tizen_extension">
   <interface name="tizen_surface" version="1">
+    <description summary="tizen-specific surface">
+      The tizen_surface provides tizen-specific functionalities for the given
+      surface.
+    </description>
+
     <request name="get_tizen_resource">
-      <arg name="id" type="new_id" interface="tizen_resource" />
-      <arg name="surface" type="object" interface="wl_surface" />
+      <description summary="get a tizen_resource object">
+        Create a tizen_resource interface for the given surface.
+      </description>
+      <arg name="id" type="new_id" interface="tizen_resource" summary="the new tizen_resource object"/>
+      <arg name="surface" type="object" interface="wl_surface" summary="the the surface object"/>
     </request>
+
     <request name="destroy" type="destructor">
-      <description summary="destroy the tizen_surface">
-       Destroy the tizen_surface.
+      <description summary="destroy tizen_surface">
+        Destroy this tizen_surface object.
       </description>
     </request>
+
   </interface>
 
   <interface name="tizen_resource" version="1">