[Applications][Common] Fix RuaRec structure (#888)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Mon, 17 Jun 2019 23:05:02 +0000 (08:05 +0900)
committerpjh9216 <jh9216.park@samsung.com>
Mon, 17 Jun 2019 23:05:02 +0000 (08:05 +0900)
The component ID element was added on the rua_rec structure.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Interop/Interop.ApplicationManager.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 11a879c..05396ab
@@ -347,6 +347,7 @@ internal static partial class Interop
             internal IntPtr icon;
             internal IntPtr uri;
             internal IntPtr image;
+            internal IntPtr compId;
         };
 
         [DllImport(Libraries.Rua, EntryPoint = "rua_history_get_rec")]