X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Finternal%2FLanguageChangedSignalType.cs;h=1c11172d69c7ae564357dbf1283a5b69a0ce785b;hb=067e823e47c9d3a61947a4ac4066916714e68189;hp=b7e64b6fe685efd973fbd44d19aef986ec3a0c47;hpb=400cb29bb6472acf8430273bda065eb68b4fa3af;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/internal/LanguageChangedSignalType.cs b/src/Tizen.NUI/src/internal/LanguageChangedSignalType.cs index b7e64b6..1c11172 100644 --- a/src/Tizen.NUI/src/internal/LanguageChangedSignalType.cs +++ b/src/Tizen.NUI/src/internal/LanguageChangedSignalType.cs @@ -23,6 +23,7 @@ namespace Tizen.NUI /// /// Please do not use! this will be deprecated /// + /// 4 [EditorBrowsable(EditorBrowsableState.Never)] public class LanguageChangedSignalType : global::System.IDisposable { @@ -30,6 +31,7 @@ namespace Tizen.NUI /// /// LanguageChangedSignalType /// + /// 4 protected bool swigCMemOwn; internal LanguageChangedSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) @@ -48,7 +50,7 @@ namespace Tizen.NUI /// /// A Flat to check if it is already disposed. /// - /// 3 + /// 4 protected bool disposed = false; /// @@ -66,6 +68,7 @@ namespace Tizen.NUI /// /// Dispose /// + /// 4 public void Dispose() { //Throw excpetion if Dispose() is called in separate thread. @@ -88,6 +91,7 @@ namespace Tizen.NUI /// /// Dispose /// + /// 4 protected virtual void Dispose(DisposeTypes type) { if (disposed) @@ -124,6 +128,7 @@ namespace Tizen.NUI /// Queries whether there are any connected slots. /// /// True if there are any slots connected to the signal + /// 4 public bool Empty() { bool ret = NDalicManualPINVOKE.LanguageChangedSignalType_Empty(swigCPtr); @@ -135,6 +140,7 @@ namespace Tizen.NUI /// Queries the number of slots. /// /// The number of slots connected to this signal + /// 4 public uint GetConnectionCount() { uint ret = NDalicManualPINVOKE.LanguageChangedSignalType_GetConnectionCount(swigCPtr); @@ -146,6 +152,7 @@ namespace Tizen.NUI /// Connects a member function. /// /// The member function to connect + /// 4 public void Connect(System.Delegate func) { System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(func); @@ -159,6 +166,7 @@ namespace Tizen.NUI /// Disconnects a function. /// /// The function to disconnect + /// 4 public void Disconnect(System.Delegate func) { System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(func); @@ -171,6 +179,7 @@ namespace Tizen.NUI /// /// Emits the signal. /// + /// 4 public void Emit(int arg) { NDalicManualPINVOKE.LanguageChangedSignalType_Emit(swigCPtr, arg); @@ -180,6 +189,7 @@ namespace Tizen.NUI /// /// The contructor. /// + /// 4 public LanguageChangedSignalType() : this(NDalicManualPINVOKE.new_LanguageChangedSignalType(), true) { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();