text: Fix struct definition
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Fri, 22 Nov 2019 14:43:22 +0000 (15:43 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 25 Nov 2019 20:52:23 +0000 (05:52 +0900)
Summary:
Efl_Text_Cursor_Handle was being declared twice, confusing the C#
generator. This commits updates it to be singly defined in the
text_types eot file.

Reviewers: segfaultxavi, ali.alzyod

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10726

src/lib/efl/interfaces/efl_text_types.eot
src/lib/evas/canvas/efl_text_cursor.eo

index 9534c7a..9c8d3e5 100644 (file)
@@ -30,5 +30,4 @@ struct @beta Efl.Ui.Text_Change_Info {
 
 type @extern @beta Efl.Text_Annotate_Annotation: __undefined_type; [[EFL text annotations data structure]]
 
-type @extern @beta Efl.Text_Cursor_Handle: __undefined_type; [[Text cursor data structure]]
-
+struct @beta Efl.Text_Cursor_Handle; [[Opaque handle for Text cursors.]]
index 47786b7..0485eb9 100644 (file)
@@ -1,5 +1,3 @@
-struct @beta Efl_Text_Cursor_Handle; [[Opaque handle for Text cursors.]]
-
 enum @beta Efl.Text.Cursor_Type
 {
    [[Text cursor types.]]
@@ -226,7 +224,7 @@ class @beta Efl.Text.Cursor extends Efl.Object implements Efl.Duplicate{
          set {  }
          get {  }
          values {
-            handle: Efl_Text_Cursor_Handle @by_ref; [[The handle of the cursor object.]]
+            handle: Efl.Text_Cursor_Handle @by_ref; [[The handle of the cursor object.]]
          }
       }