Change-Id: I902a84f9ff3cf7bf61f9114a2c66bc799600f139
Elementary.Initialize();
Elementary.ThemeOverlay();
+ Console.WriteLine("ELM_PROFILE : {0}", Elementary.GetProfile());
+
TestRunner testRunner = new TestRunner();
testRunner.Run(args);
{
public static class Elementary
{
- private static readonly string _themeFilePath = "/usr/share/elm-sharp/elm-sharp-theme.edj";
+ private static readonly string _themeFilePath = "/usr/share/edje/elm-sharp/elm-sharp-theme.edj";
public static void Initialize()
{
{
Interop.Elementary.elm_config_scroll_bring_in_scroll_friction_set(timeSet);
}
+
+ public static string GetProfile()
+ {
+ return Interop.Elementary.elm_config_profile_get();
+ }
}
}
internal static extern IntPtr elm_config_accel_preference_set(string preference);
[DllImport(Libraries.Elementary)]
+ internal static extern string elm_config_profile_get();
+
+ [DllImport(Libraries.Elementary)]
internal static extern void elm_object_tree_dump(IntPtr top);
[DllImport(Libraries.Elementary)]
-%define DEV_VERSION beta-008
+%define DEV_VERSION beta-009
Name: elm-sharp
Summary: C# Binding for Elementary