diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2018-01-18 18:39:47 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2018-01-18 18:46:15 +0900 |
commit | c91ae98fd3ecf532036b16499ffd521a2e91e2a3 (patch) | |
tree | b87c47dbfeedab2316d57861a808c549f562d8f9 /src/lib/elementary/efl_selection_types.eot | |
parent | f5b01ac5ce3d86c3bcd89c4882a77b1c126ca789 (diff) |
cnp: Rename selection data to content
This solves an issue with C# bindings where a field of a struct can not
have the same name as the struct itself. Go figure why.
Diffstat (limited to 'src/lib/elementary/efl_selection_types.eot')
-rw-r--r-- | src/lib/elementary/efl_selection_types.eot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_selection_types.eot b/src/lib/elementary/efl_selection_types.eot index b7ec99d..9383845 100644 --- a/src/lib/elementary/efl_selection_types.eot +++ b/src/lib/elementary/efl_selection_types.eot | |||
@@ -37,7 +37,7 @@ struct Efl.Selection.Data | |||
37 | [[Structure holding the info about selected data]] | 37 | [[Structure holding the info about selected data]] |
38 | pos: Eina.Position2D; [[Coordinates of the drop (DND operations only)]] | 38 | pos: Eina.Position2D; [[Coordinates of the drop (DND operations only)]] |
39 | format: Efl.Selection.Format; [[Format of the selection]] | 39 | format: Efl.Selection.Format; [[Format of the selection]] |
40 | data: Eina.Slice; [[Selection data]] | 40 | content: Eina.Slice; [[Selection data]] |
41 | action: Efl.Selection.Action; [[Action to perform with the data]] | 41 | action: Efl.Selection.Action; [[Action to perform with the data]] |
42 | item: Efl.Object; [[Item under the drag position. It is only available for container]] | 42 | item: Efl.Object; [[Item under the drag position. It is only available for container]] |
43 | } | 43 | } |