tizen_resource: specify the descrption of the tizen_resource interface 68/285968/6
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 23 Dec 2022 07:28:56 +0000 (16:28 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 11 Jan 2023 07:58:10 +0000 (16:58 +0900)
Change-Id: Ieb5e91dd05669d0e118bd20d9f15d69ffb623706

protocol/tizen/tizen-extension.xml

index 326a7c8..e46b083 100644 (file)
   </interface>
 
   <interface name="tizen_resource" version="1">
-    <request name="destroy" type="destructor" />
+    <description summary="global resource id">
+      This tizen_resource provides a global resource id. It is a unique id
+      which is provided by the display server.
+    </description>
+
+    <request name="destroy" type="destructor">
+      <description summary="destroy tizen_resource">
+        Destroy this tizen_resource object.
+      </description>
+    </request>
 
     <event name="resource_id">
-      <arg name="id" type="uint" />
+      <description summary="a global resource id">
+        The resource_id event is sent immediately upon the tizen_resource object
+        creation by the display server. The id is a unique id which is generated
+        by the display server.
+      </description>
+      <arg name="id" type="uint" summary="the global resource id"/>
     </event>
+
   </interface>
 
   <interface name="tizen_policy" version="12">