summaryrefslogtreecommitdiff
path: root/ElmSharp/Interop/Interop.Elementary.Button.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/Interop/Interop.Elementary.Button.cs')
-rw-r--r--ElmSharp/Interop/Interop.Elementary.Button.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ElmSharp/Interop/Interop.Elementary.Button.cs b/ElmSharp/Interop/Interop.Elementary.Button.cs
index 4d836a4..5d5279f 100644
--- a/ElmSharp/Interop/Interop.Elementary.Button.cs
+++ b/ElmSharp/Interop/Interop.Elementary.Button.cs
@@ -71,5 +71,8 @@ internal static partial class Interop
[DllImport(Libraries.Elementary)]
internal static extern void elm_check_state_set(IntPtr obj, bool value);
+
+ [DllImport(Libraries.Elementary)]
+ internal static extern void elm_check_state_pointer_set(IntPtr obj, bool value);
}
}