From 816a0be0f20a31e9c5dbe5f83f349f9f69b20256 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Fri, 23 Dec 2022 16:28:56 +0900 Subject: [PATCH] tizen_resource: specify the descrption of the tizen_resource interface Change-Id: Ieb5e91dd05669d0e118bd20d9f15d69ffb623706 --- protocol/tizen/tizen-extension.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/protocol/tizen/tizen-extension.xml b/protocol/tizen/tizen-extension.xml index 326a7c8..e46b083 100644 --- a/protocol/tizen/tizen-extension.xml +++ b/protocol/tizen/tizen-extension.xml @@ -22,11 +22,26 @@ - + + This tizen_resource provides a global resource id. It is a unique id + which is provided by the display server. + + + + + Destroy this tizen_resource object. + + - + + 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. + + + -- 2.34.1