summaryrefslogtreecommitdiff
path: root/ElmSharp/Interop
diff options
context:
space:
mode:
authorSeungkeun Lee <sngn.lee@samsung.com>2017-02-06 16:44:01 +0900
committerSeungkeun Lee <sngn.lee@samsung.com>2017-02-08 14:56:21 +0900
commit5a720d1321a8a187a054f32cd1767f84709e3a7a (patch)
tree507364165d538e8e2982d1bd420ac0d6fbd99ba8 /ElmSharp/Interop
parent2b059e7fc15fd8a8875614c5a3b6cc1260e85db3 (diff)
downloadelm-sharp-5a720d1321a8a187a054f32cd1767f84709e3a7a.tar.gz
elm-sharp-5a720d1321a8a187a054f32cd1767f84709e3a7a.tar.bz2
elm-sharp-5a720d1321a8a187a054f32cd1767f84709e3a7a.zip
Add FieldUpdate API in GenListItem
- To update Height of Item without recreation Change-Id: I4a6dd30d7775b9d084f2ad601f9f1fe378f2c97a
Diffstat (limited to 'ElmSharp/Interop')
-rw-r--r--ElmSharp/Interop/Interop.Elementary.GenListView.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ElmSharp/Interop/Interop.Elementary.GenListView.cs b/ElmSharp/Interop/Interop.Elementary.GenListView.cs
index d25b624..75698da 100644
--- a/ElmSharp/Interop/Interop.Elementary.GenListView.cs
+++ b/ElmSharp/Interop/Interop.Elementary.GenListView.cs
@@ -132,5 +132,8 @@ internal static partial class Interop
[DllImport(Libraries.Elementary)]
internal static extern void elm_genlist_clear(IntPtr obj);
+
+ [DllImport(Libraries.Elementary)]
+ internal static extern void elm_genlist_item_fields_update(IntPtr item, string part, uint type);
}
}