summaryrefslogtreecommitdiff
path: root/ElmSharp/Interop/Interop.Elementary.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/Interop/Interop.Elementary.cs')
-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 e592713..2c0680e 100644
--- a/ElmSharp/Interop/Interop.Elementary.cs
+++ b/ElmSharp/Interop/Interop.Elementary.cs
@@ -153,7 +153,7 @@ internal static partial class Interop
internal static extern void elm_app_base_scale_set(double base_scale);
[DllImport(Libraries.Elementary)]
- internal static extern double elm_app_base_scale_set();
+ internal static extern double elm_app_base_scale_get();
[DllImport(Libraries.Elementary)]
internal static extern IntPtr elm_conformant_add(IntPtr obj);