summaryrefslogtreecommitdiff
path: root/ElmSharp/Interop
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2016-10-18 10:32:57 +0900
committerGerrit Code Review <gerrit@s001>2016-10-18 10:32:57 +0900
commitced0421096f87b06952864a044d2985946c38158 (patch)
treea8ed385d963836c89ca0d5f4506b682e1cb5888a /ElmSharp/Interop
parent004f37c49275cc66f4dca01327b587eed35d9237 (diff)
parent3f767062a543e70eb08d6d002e6e00a6932560b9 (diff)
downloadelm-sharp-ced0421096f87b06952864a044d2985946c38158.tar.gz
elm-sharp-ced0421096f87b06952864a044d2985946c38158.tar.bz2
elm-sharp-ced0421096f87b06952864a044d2985946c38158.zip
Merge "Sync elementary color class API" into devel
Diffstat (limited to 'ElmSharp/Interop')
-rw-r--r--ElmSharp/Interop/Interop.Elementary.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/Interop/Interop.Elementary.cs b/ElmSharp/Interop/Interop.Elementary.cs
index 970e4b7..91438b7 100644
--- a/ElmSharp/Interop/Interop.Elementary.cs
+++ b/ElmSharp/Interop/Interop.Elementary.cs
@@ -144,7 +144,7 @@ internal static partial class Interop
}
[DllImport(Libraries.Elementary)]
- internal static extern void elm_object_part_color_set(IntPtr obj, string part, int r, int g, int b, int a);
+ internal static extern void elm_object_color_class_color_set(IntPtr obj, string colorClass, int r, int g, int b, int a);
[DllImport(Libraries.Elementary)]
internal static extern void elm_object_part_text_set(IntPtr obj, string part, string text);