summaryrefslogtreecommitdiff
path: root/ElmSharp/Interop/Interop.Elementary.GenListView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/Interop/Interop.Elementary.GenListView.cs')
-rw-r--r--ElmSharp/Interop/Interop.Elementary.GenListView.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/ElmSharp/Interop/Interop.Elementary.GenListView.cs b/ElmSharp/Interop/Interop.Elementary.GenListView.cs
index 75698da..732db0d 100644
--- a/ElmSharp/Interop/Interop.Elementary.GenListView.cs
+++ b/ElmSharp/Interop/Interop.Elementary.GenListView.cs
@@ -135,5 +135,12 @@ internal static partial class Interop
[DllImport(Libraries.Elementary)]
internal static extern void elm_genlist_item_fields_update(IntPtr item, string part, uint type);
+
+ [DllImport(Libraries.Elementary)]
+ internal static extern void elm_genlist_reorder_mode_set(IntPtr obj, bool mode);
+
+ [DllImport(Libraries.Elementary)]
+ [return: MarshalAs(UnmanagedType.U1)]
+ internal static extern bool elm_genlist_reorder_mode_get(IntPtr obj);
}
}