Fix GetScales bug 19/152419/6 preview1-00267
authorHyunho Kang <hhstark.kang@samsung.com>
Tue, 26 Sep 2017 05:58:00 +0000 (14:58 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Thu, 28 Sep 2017 10:31:36 +0000 (10:31 +0000)
commitf77467e5a61f6758dc77d0e213a9a4a9c724f857
tree77cd832fc89c43adbb980227ede4085b9d870c3e
parent54a4b1ea03cd1e82870740719291d9d682dfd3d4
Fix GetScales bug

widget_service_get_supported_sizes API and
widget_service_get_supported_size_types API alloc new array
for returning pointer when c# receieve pointer from native,
it cannnot know it's size so, we need to marshalling it manually

Change-Id: I1a3324349cf4a065b7d693b39815e1d2f9a0c5e8
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/Tizen.Applications.WidgetControl/Interop/Interop.Libc.cs [new file with mode: 0644]
src/Tizen.Applications.WidgetControl/Interop/Interop.Libraries.cs
src/Tizen.Applications.WidgetControl/Interop/Interop.WidgetService.cs
src/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs