From: RinaYou Date: Thu, 14 Sep 2017 01:50:42 +0000 (+0900) Subject: [ElmSharp] ReloadConfig method is proecessed as EditorBrowsableState.Never X-Git-Tag: preview1-00213^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39a072ee6c86e871ecdb14cfd24dd6282c3a0c1c;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [ElmSharp] ReloadConfig method is proecessed as EditorBrowsableState.Never Change-Id: I8363aa39e562eb9cb84b9ff14d69fd4836bb033a --- diff --git a/src/ElmSharp/ElmSharp/Elementary.cs b/src/ElmSharp/ElmSharp/Elementary.cs old mode 100644 new mode 100755 index 7984f83..bd90845 --- a/src/ElmSharp/ElmSharp/Elementary.cs +++ b/src/ElmSharp/ElmSharp/Elementary.cs @@ -320,9 +320,7 @@ namespace ElmSharp return Interop.Elementary.elm_policy_set(policy, value); } - /// - /// Reloads Elementary's configuration, bounded to the current selected profile. - /// + [EditorBrowsable(EditorBrowsableState.Never)] public static void ReloadConfig() { Interop.Elementary.elm_config_reload();