Add SetSwitch API to Tizen.Runtime
[platform/core/dotnet/launcher.git] / NativeLauncher / launcher / lib / core_runtime.h
index f341261..a6dc452 100644 (file)
@@ -32,6 +32,10 @@ namespace tizen {
 namespace runtime {
 namespace dotnetcore {
 
+typedef bool (*set_environment_variable_ptr)(const char* name, const char* value);
+typedef bool (*stop_profile_after_delay_ptr)(int sec);
+typedef bool (*set_switch_ptr)(const char* name, bool value);
+
 class CoreRuntime
 {
        public: