Name: csapi-tizenfx
Summary: Assemblies of Tizen .NET
-Version: 4.0.0.221
+Version: 4.0.0.224
Release: 1
Group: Development/Libraries
License: Apache-2.0
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
./build.sh --full
./build.sh --dummy
-./build.sh --pack 4.0.0-preview1-00221
+./build.sh --pack 4.0.0-preview1-00224
%install
mkdir -p %{buildroot}%{DOTNET_ASSEMBLY_PATH}
internal static extern void elm_image_animated_set(IntPtr obj, bool anim);
[DllImport(Libraries.Elementary)]
+ [return : MarshalAs(UnmanagedType.U1)]
internal static extern bool elm_image_animated_get(IntPtr obj);
[DllImport(Libraries.Elementary)]
internal static extern void elm_image_animated_play_set(IntPtr obj, bool play);
[DllImport(Libraries.Elementary)]
+ [return: MarshalAs(UnmanagedType.U1)]
internal static extern bool elm_image_animated_play_get(IntPtr obj);
[DllImport(Libraries.Elementary)]