From: Wonyoung Choi Date: Thu, 14 Sep 2017 08:36:54 +0000 (+0900) Subject: [SystemSettings] Remove build warnings X-Git-Tag: preview1-00210^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22aacb0a9f8790a707625b4c285af9096184f9fb;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [SystemSettings] Remove build warnings "sender", "e" param comments are not needed for event decl. Change-Id: I74fe6134674af2f5ab344234c1d4dd2dd018c38c --- diff --git a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs index 6fb1b8e..2af7223 100755 --- a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs +++ b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs @@ -764,8 +764,6 @@ namespace Tizen.System /// /// The IncomingCallRingtoneChanged event is triggered when the file path of the incoming ringtone is changed. /// - /// - /// The IncomingCallRingtoneChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler IncomingCallRingtoneChanged @@ -807,8 +805,6 @@ namespace Tizen.System /// /// THe WallpaperHomeScreenChanged event is triggered when the file path of the current home screen wallpaper is changed. /// - /// - /// The WallpaperHomeScreenChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler WallpaperHomeScreenChanged @@ -850,8 +846,6 @@ namespace Tizen.System /// /// The WallpaperLockScreenChanged event is triggered when the file path of the current lock screen wallpaper is changed. /// - /// - /// The WallpaperLockScreenChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler WallpaperLockScreenChanged @@ -893,8 +887,6 @@ namespace Tizen.System /// /// The FontSizeChanged event is triggered when the current system font size is changed. /// - /// - /// The FontSizeChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler FontSizeChanged @@ -936,8 +928,6 @@ namespace Tizen.System /// /// The FontTypeChanged event is triggered when the current system font type is changed. /// - /// - /// The FontTypeChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler FontTypeChanged @@ -979,8 +969,6 @@ namespace Tizen.System /// /// The MotionActivationChanged event is triggered when the motion service status is changed. /// - /// - /// The MotionActivationChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler MotionActivationSettingChanged @@ -1022,8 +1010,6 @@ namespace Tizen.System /// /// The EmailAlertRingtoneChanged event is triggered when the file path of the current email alert ringtone is changed. /// - /// - /// The EmailAlertRingtoneChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler EmailAlertRingtoneChanged @@ -1065,8 +1051,6 @@ namespace Tizen.System /// /// The UsbDebuggingSettingChangedEventArgs event is triggered when the USB debugging status is changed. /// - /// - /// The UsbDebuggingSettingChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler UsbDebuggingSettingChanged @@ -1108,8 +1092,6 @@ namespace Tizen.System /// /// The Data3GNetworkSettingChanged event is triggered when the 3G data network status is changed. /// - /// - /// The Data3GNetworkSettingChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler Data3GNetworkSettingChanged @@ -1151,8 +1133,6 @@ namespace Tizen.System /// /// The LockscreenAppChanged event is triggered when the lockscreen application package name is changed. /// - /// - /// The LockscreenAppChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler LockscreenAppChanged @@ -1194,8 +1174,6 @@ namespace Tizen.System /// /// The LocaleCountryChanged event is triggered when the current country setting in the <LANGUAGE>_<REGION> syntax, is changed. /// - /// - /// The LocaleCountryChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler LocaleCountryChanged @@ -1237,8 +1215,6 @@ namespace Tizen.System /// /// The LocaleLanguageChanged event is triggered when the current language setting in the <LANGUAGE>_<REGION> syntax, is changed. /// - /// - /// The LocaleLanguageChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler LocaleLanguageChanged @@ -1280,8 +1256,6 @@ namespace Tizen.System /// /// The LocaleTimeFormat24HourChanged event is triggered when the time format is changed. /// - /// - /// The LocaleTimeFormat24HourChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler LocaleTimeFormat24HourSettingChanged @@ -1323,8 +1297,6 @@ namespace Tizen.System /// /// The LocaleTimeZoneChanged event is triggered when the current time zone is changed. /// - /// - /// The LocaleTimeZoneChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler LocaleTimeZoneChanged @@ -1367,8 +1339,6 @@ namespace Tizen.System /// /// The TimeChanged event is triggered when the system time is changed. /// - /// - /// The TimeChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler TimeChanged @@ -1410,8 +1380,6 @@ namespace Tizen.System /// /// The SoundLockChanged event is triggered when the screen lock sound enabled status is changed. /// - /// - /// The SoundLockChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler SoundLockSettingChanged @@ -1453,8 +1421,6 @@ namespace Tizen.System /// /// The SoundSilentModeChanged event is triggered when the silent mode status is changed. /// - /// - /// The SoundSilentModeChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler SoundSilentModeSettingChanged @@ -1496,8 +1462,6 @@ namespace Tizen.System /// /// THe SoundTouchChanged event is triggered when the screen touch sound enabled status is changed. /// - /// - /// The SoundTouchChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler SoundTouchSettingChanged @@ -1539,8 +1503,6 @@ namespace Tizen.System /// /// The DisplayScreenRotationAutoChanged event is triggered when the automatic rotation control status is changed. /// - /// - /// The DisplayScreenRotationAutoChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler DisplayScreenRotationAutoSettingChanged @@ -1582,8 +1544,6 @@ namespace Tizen.System /// /// The DeviceNameChanged event is triggered when the device name is changed. /// - /// - /// The DeviceNameChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler DeviceNameChanged @@ -1625,8 +1585,6 @@ namespace Tizen.System /// /// The MotionSettingChanged event is triggered when the motion feature enabled status is changed. /// - /// - /// The MotionSettingChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler MotionSettingChanged @@ -1668,8 +1626,6 @@ namespace Tizen.System /// /// The NetworkWifiNotificationChanged event is triggered when the WiFi-related notifications enabled status is changed. /// - /// - /// The NetworkWifiNotificationChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler NetworkWifiNotificationSettingChanged @@ -1711,8 +1667,6 @@ namespace Tizen.System /// /// The NetworkFlightModeChanged event is triggered when the flight mode status is changed. /// - /// - /// The NetworkFlightModeChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler NetworkFlightModeSettingChanged @@ -1754,8 +1708,6 @@ namespace Tizen.System /// /// THe ScreenBacklightTimeChanged event is triggered when the backlight time is changed. /// - /// - /// The ScreenBacklightTimeChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler ScreenBacklightTimeChanged @@ -1797,8 +1749,6 @@ namespace Tizen.System /// /// The SoundNotificationChanged event is triggered when the file path of the current notification tone set by the user is changed. /// - /// - /// The SoundNotificationChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler SoundNotificationChanged @@ -1840,8 +1790,6 @@ namespace Tizen.System /// /// The SoundNotificationRepetitionPeriodChanged event is triggered when the time period for notification repetitions is changed. /// - /// - /// The SoundNotificationRepetitionPeriodChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler SoundNotificationRepetitionPeriodChanged @@ -1883,8 +1831,6 @@ namespace Tizen.System /// /// The LockStateChanged event is triggered when the current lock state is changed. /// - /// - /// The LockStateChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler LockStateChanged @@ -1926,8 +1872,6 @@ namespace Tizen.System /// /// The AdsIdChanged event is triggered when the current ADS ID state is changed. /// - /// - /// The AdsIdChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler AdsIdChanged @@ -1969,8 +1913,6 @@ namespace Tizen.System /// /// The UltraDataSaveChanged event is triggered when the current Ultra Data Save state is changed. /// - /// - /// The UltraDataSaveChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler UltraDataSaveChanged @@ -2012,8 +1954,6 @@ namespace Tizen.System /// /// The UltraDataSavePackageListChanged event is triggered when the current ADS ID state is changed. /// - /// - /// The UltraDataSavePackageListChangedEventArgs object that contains the key and the changed value. /// http://tizen.org/privilege/systemsettings.admin /// platform public static event EventHandler UltraDataSavePackageListChanged