summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrina6350.you <rina6350.you@samsung.com>2017-08-14 15:46:27 +0900
committerrina you <rina6350.you@samsung.com>2017-08-14 06:47:46 +0000
commit9ddcafb722bc09f8d4dbdf2c65843d4fcd916742 (patch)
tree70b07aeb59368eef19fc0b5ef56b248d01970b8b
parentcf837fbc3b4a95c070bde9384597d72ee8dc4cab (diff)
downloadelm-sharp-9ddcafb722bc09f8d4dbdf2c65843d4fcd916742.tar.gz
elm-sharp-9ddcafb722bc09f8d4dbdf2c65843d4fcd916742.tar.bz2
elm-sharp-9ddcafb722bc09f8d4dbdf2c65843d4fcd916742.zip
Fix Interop error for ProgressBar
TASK=TCAPI-2639 Change-Id: I45f78bfbafa14a4db1d95be84a419426c246cefe
-rwxr-xr-x[-rw-r--r--]ElmSharp/Interop/Interop.Elementary.ProgressBar.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/Interop/Interop.Elementary.ProgressBar.cs b/ElmSharp/Interop/Interop.Elementary.ProgressBar.cs
index 259b53f..4e35680 100644..100755
--- a/ElmSharp/Interop/Interop.Elementary.ProgressBar.cs
+++ b/ElmSharp/Interop/Interop.Elementary.ProgressBar.cs
@@ -66,7 +66,7 @@ internal static partial class Interop
[DllImport(Libraries.Elementary)]
internal static extern void elm_progressbar_unit_format_set(IntPtr obj, string format);
- [DllImport(Libraries.Elementary)]
+ [DllImport(Libraries.Elementary, EntryPoint = "elm_progressbar_unit_format_get")]
internal static extern IntPtr _elm_progressbar_unit_format_get(IntPtr obj);
internal static string elm_progressbar_unit_format_get(IntPtr obj)