Revert "[3.0] Dali C# GBS build enabled"
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / automatic / csharp / TextEditor.cs
index f4e24f6..e715079 100644 (file)
@@ -362,12 +362,12 @@ public class TextChangedEventArgs : EventArgs
       SetProperty( TextEditor.Property.FONT_FAMILY, new Dali.Property.Value( value ) );
     }
   }
-  public Dali.Property.Map FontStyle 
+  public string FontStyle 
   { 
     get 
     {
-      Dali.Property.Map temp = new Dali.Property.Map();
-      GetProperty( TextEditor.Property.FONT_STYLE).Get(  temp );
+      string temp;
+      GetProperty( TextEditor.Property.FONT_STYLE).Get( out temp );
       return temp;
     }
     set 
@@ -674,12 +674,12 @@ public class TextChangedEventArgs : EventArgs
       SetProperty( TextEditor.Property.INPUT_FONT_FAMILY, new Dali.Property.Value( value ) );
     }
   }
-  public Dali.Property.Map InputFontStyle 
+  public string InputFontStyle 
   { 
     get 
     {
-      Dali.Property.Map temp = new Dali.Property.Map();
-      GetProperty( TextEditor.Property.INPUT_FONT_STYLE).Get(  temp );
+      string temp;
+      GetProperty( TextEditor.Property.INPUT_FONT_STYLE).Get( out temp );
       return temp;
     }
     set 
@@ -726,12 +726,12 @@ public class TextChangedEventArgs : EventArgs
       SetProperty( TextEditor.Property.INPUT_LINE_SPACING, new Dali.Property.Value( value ) );
     }
   }
-  public Dali.Property.Map Underline 
+  public string Underline 
   { 
     get 
     {
-      Dali.Property.Map temp = new Dali.Property.Map();
-      GetProperty( TextEditor.Property.UNDERLINE).Get(  temp );
+      string temp;
+      GetProperty( TextEditor.Property.UNDERLINE).Get( out temp );
       return temp;
     }
     set 
@@ -739,12 +739,12 @@ public class TextChangedEventArgs : EventArgs
       SetProperty( TextEditor.Property.UNDERLINE, new Dali.Property.Value( value ) );
     }
   }
-  public Dali.Property.Map InputUnderline 
+  public string InputUnderline 
   { 
     get 
     {
-      Dali.Property.Map temp = new Dali.Property.Map();
-      GetProperty( TextEditor.Property.INPUT_UNDERLINE).Get(  temp );
+      string temp;
+      GetProperty( TextEditor.Property.INPUT_UNDERLINE).Get( out temp );
       return temp;
     }
     set 
@@ -752,12 +752,12 @@ public class TextChangedEventArgs : EventArgs
       SetProperty( TextEditor.Property.INPUT_UNDERLINE, new Dali.Property.Value( value ) );
     }
   }
-  public Dali.Property.Map Shadow 
+  public string Shadow 
   { 
     get 
     {
-      Dali.Property.Map temp = new Dali.Property.Map();
-      GetProperty( TextEditor.Property.SHADOW).Get(  temp );
+      string temp;
+      GetProperty( TextEditor.Property.SHADOW).Get( out temp );
       return temp;
     }
     set 
@@ -765,12 +765,12 @@ public class TextChangedEventArgs : EventArgs
       SetProperty( TextEditor.Property.SHADOW, new Dali.Property.Value( value ) );
     }
   }
-  public Dali.Property.Map InputShadow 
+  public string InputShadow 
   { 
     get 
     {
-      Dali.Property.Map temp = new Dali.Property.Map();
-      GetProperty( TextEditor.Property.INPUT_SHADOW).Get(  temp );
+      string temp;
+      GetProperty( TextEditor.Property.INPUT_SHADOW).Get( out temp );
       return temp;
     }
     set 
@@ -778,12 +778,12 @@ public class TextChangedEventArgs : EventArgs
       SetProperty( TextEditor.Property.INPUT_SHADOW, new Dali.Property.Value( value ) );
     }
   }
-  public Dali.Property.Map Emboss 
+  public string Emboss 
   { 
     get 
     {
-      Dali.Property.Map temp = new Dali.Property.Map();
-      GetProperty( TextEditor.Property.EMBOSS).Get(  temp );
+      string temp;
+      GetProperty( TextEditor.Property.EMBOSS).Get( out temp );
       return temp;
     }
     set 
@@ -791,12 +791,12 @@ public class TextChangedEventArgs : EventArgs
       SetProperty( TextEditor.Property.EMBOSS, new Dali.Property.Value( value ) );
     }
   }
-  public Dali.Property.Map InputEmboss 
+  public string InputEmboss 
   { 
     get 
     {
-      Dali.Property.Map temp = new Dali.Property.Map();
-      GetProperty( TextEditor.Property.INPUT_EMBOSS).Get(  temp );
+      string temp;
+      GetProperty( TextEditor.Property.INPUT_EMBOSS).Get( out temp );
       return temp;
     }
     set 
@@ -804,12 +804,12 @@ public class TextChangedEventArgs : EventArgs
       SetProperty( TextEditor.Property.INPUT_EMBOSS, new Dali.Property.Value( value ) );
     }
   }
-  public Dali.Property.Map Outline 
+  public string Outline 
   { 
     get 
     {
-      Dali.Property.Map temp = new Dali.Property.Map();
-      GetProperty( TextEditor.Property.OUTLINE).Get(  temp );
+      string temp;
+      GetProperty( TextEditor.Property.OUTLINE).Get( out temp );
       return temp;
     }
     set 
@@ -817,12 +817,12 @@ public class TextChangedEventArgs : EventArgs
       SetProperty( TextEditor.Property.OUTLINE, new Dali.Property.Value( value ) );
     }
   }
-  public Dali.Property.Map InputOutline 
+  public string InputOutline 
   { 
     get 
     {
-      Dali.Property.Map temp = new Dali.Property.Map();
-      GetProperty( TextEditor.Property.INPUT_OUTLINE).Get(  temp );
+      string temp;
+      GetProperty( TextEditor.Property.INPUT_OUTLINE).Get( out temp );
       return temp;
     }
     set