Group: Development/Libraries
License: Apache-2.0 and BSD-3-Clause and MIT
URL: https://www.tizen.org
-Source0: %{name}-%{version}.tar.gz
+Source0: %{name}-%{version}-pre1.tar.gz
Source1: %{name}.manifest
AutoReqProv: no
<Project Sdk="Microsoft.NET.Sdk">\r
\r
<PropertyGroup>\r
- <Version>0.2.49</Version>\r
+ <Version>0.2.49-pre1</Version>\r
<Authors>Samsung Electronics</Authors>\r
<Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>\r
<Description>\r
* limitations under the License.
*
*/
-using System;
namespace Tizen.NUI
{
}
- [Obsolete("Please do not use! this will be deprecated, please use VisualFactory.Instance instead")]
- public static VisualFactory Get()
+ /// <summary>
+ /// Create or retrieve VisualFactory singleton.
+ /// </summary>
+ /// <returns>A handle to the VisualFactory control.</returns>
+ private static VisualFactory Get()
{
VisualFactory ret = new VisualFactory(NDalicPINVOKE.VisualFactory_Get(), true);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();