Revert "[NUI] C# binding for PixelBuffer::GetMetadata()" 21/165421/1
authordongsug.song <dongsug.song@samsung.com>
Fri, 29 Dec 2017 02:20:34 +0000 (11:20 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Fri, 29 Dec 2017 02:20:41 +0000 (11:20 +0900)
- errors : kantm2 C#FS transparent box shows as X-box, MyContents App 100% crash

This reverts commit 99d391c8c1a5ce1e3132dbffe95d6d2c7b0af025.

Change-Id: Ia1414f0633d3d67eac1d9209b8a7e840250037cc

src/Tizen.NUI/src/internal/NDalicPINVOKE.cs
src/Tizen.NUI/src/public/ImageLoading.cs
src/Tizen.NUI/src/public/PixelBuffer.cs

index 23be7ce..2dbb943 100755 (executable)
@@ -11456,9 +11456,6 @@ class NDalicPINVOKE {
   [global::System.Runtime.InteropServices.DllImport("libdali-csharp-binder.so", EntryPoint="CSharp_Dali_PixelBuffer_Resize")]
   public static extern void PixelBuffer_Resize(global::System.Runtime.InteropServices.HandleRef jarg1, ushort jarg2, ushort jarg3);
 
-  [global::System.Runtime.InteropServices.DllImport("libdali-csharp-binder.so", EntryPoint="CSharp_Dali_PixelBuffer_GetMetadata")]
-  public static extern void PixelBuffer_GetMetadata(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-
   [global::System.Runtime.InteropServices.DllImport("libdali-csharp-binder.so", EntryPoint="CSharp_Dali_new_PixelBuffer__SWIG_2")]
   public static extern global::System.IntPtr new_PixelBuffer__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
 
index 2bff4e9..b04a085 100755 (executable)
@@ -14,7 +14,6 @@
  * limitations under the License.
  *
  */
-
 using System.ComponentModel;
 
 namespace Tizen.NUI
index c74bc4c..5c922f1 100755 (executable)
@@ -301,21 +301,6 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// <summary>
-        /// Get Meta data.
-        /// </summary>
-        /// <returns>PropertyMap of Metadata.</returns>
-        /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public PropertyMap GetMetadata()
-        {
-            var retval = new PropertyMap();
-            NDalicPINVOKE.PixelBuffer_GetMetadata(swigCPtr, PropertyMap.getCPtr(retval));
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return retval;
-        }
-
         internal PixelBuffer(SWIGTYPE_p_unsigned_char pointer) : this(NDalicPINVOKE.new_PixelBuffer__SWIG_2(SWIGTYPE_p_unsigned_char.getCPtr(pointer)), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();