[ElmSharp] ReloadConfig method is proecessed as EditorBrowsableState.Never 81/149981/3
authorRinaYou <rina6350.you@samsung.com>
Thu, 14 Sep 2017 01:50:42 +0000 (10:50 +0900)
committerrina you <rina6350.you@samsung.com>
Thu, 14 Sep 2017 02:02:39 +0000 (02:02 +0000)
Change-Id: I8363aa39e562eb9cb84b9ff14d69fd4836bb033a

src/ElmSharp/ElmSharp/Elementary.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 7984f83..bd90845
@@ -320,9 +320,7 @@ namespace ElmSharp
             return Interop.Elementary.elm_policy_set(policy, value);
         }
 
-        /// <summary>
-        /// Reloads Elementary's configuration, bounded to the current selected profile.
-        /// </summary>
+        [EditorBrowsable(EditorBrowsableState.Never)]
         public static void ReloadConfig()
         {
             Interop.Elementary.elm_config_reload();