From 933d45da1d9cf8e1b37687ce5c5d90d14e9a513f Mon Sep 17 00:00:00 2001 From: upple Date: Fri, 27 Sep 2024 14:17:26 +0900 Subject: [PATCH] Add missing since_tizen tag Signed-off-by: upple --- .../Tizen.Applications.ComponentBased.Common/ServiceComponent.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ServiceComponent.cs b/src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ServiceComponent.cs index 53e0397ed..3d95badcd 100755 --- a/src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ServiceComponent.cs +++ b/src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ServiceComponent.cs @@ -31,6 +31,7 @@ namespace Tizen.Applications.ComponentBased.Common /// /// true if the service component is successfully created; otherwise, false. /// + /// 6 public abstract bool OnCreate(); /// -- 2.34.1