From c4f5ceccae1b81e52fcc43c1d39ae52b965de178 Mon Sep 17 00:00:00 2001 From: Hyunho Kang Date: Tue, 4 Dec 2018 15:49:37 +0900 Subject: [PATCH] Add documentation about param, return (#590) Signed-off-by: hyunho --- .../Tizen.Applications/WidgetControl.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs b/src/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs index 21606bb99..2aa26e119 100644 --- a/src/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs +++ b/src/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs @@ -51,6 +51,7 @@ namespace Tizen.Applications /// /// Gets the widget content. /// + /// The bundle containing widget content. /// 3 /// http://tizen.org/feature/shell.appwidget /// Thrown in case of failed conditions. @@ -115,6 +116,7 @@ namespace Tizen.Applications /// Changes the update period for the widget instance. /// /// 3 + /// The period to be changed. /// http://tizen.org/feature/shell.appwidget /// Thrown when failed because of an invalid argument. /// Thrown in case of failed conditions. @@ -267,6 +269,7 @@ namespace Tizen.Applications /// /// 3 /// Package ID. + /// The widget control array. /// http://tizen.org/privilege/widget.viewer /// http://tizen.org/feature/shell.appwidget /// Thrown when failed because of an invalid argument. @@ -304,6 +307,8 @@ namespace Tizen.Applications /// Gets all the widget IDs by the package ID. /// /// 3 + /// Package ID. + /// The widget id array. /// http://tizen.org/privilege/widget.viewer /// http://tizen.org/feature/shell.appwidget /// Thrown when failed because of an invalid argument. @@ -539,6 +544,7 @@ namespace Tizen.Applications /// /// Gets the objects for widget instance information. /// + /// The instances list. /// 3 /// http://tizen.org/feature/shell.appwidget /// Thrown in case of failed conditions. @@ -570,6 +576,7 @@ namespace Tizen.Applications /// /// Gets the objects for widget scale information. /// + /// The scales list. /// 3 /// http://tizen.org/privilege/widget.viewer /// http://tizen.org/feature/shell.appwidget @@ -660,6 +667,7 @@ namespace Tizen.Applications /// /// 3 /// Language. + /// The widget name. /// http://tizen.org/privilege/widget.viewer /// http://tizen.org/feature/shell.appwidget /// Thrown when the argument is null. @@ -691,6 +699,7 @@ namespace Tizen.Applications /// /// 3 /// Language. + /// The widget icon path. /// http://tizen.org/privilege/widget.viewer /// http://tizen.org/feature/shell.appwidget /// Thrown when the argument is null. -- 2.34.1