efl/src/bin/eolian_mono/eolian/mono
Yeongjong Lee cb5a3bbbc9 eolian_mono: avoid keyword as a variable name
Summary:
```
        private static void relation_left_get(System.IntPtr obj, System.IntPtr pd, Efl.Gfx.IEntity child, out Efl.Gfx.IEntity kw_base, out Efl.Gfx.Align relative_position)
        {
            Eina.Log.Debug("function efl_ui_relative_container_relation_left_get was called");
            var ws = Efl.Eo.Globals.GetWrapperSupervisor(obj);
            if (ws != null)
            {
                base = default(Efl.Gfx.IEntity);relative_position = default(Efl.Gfx.Align);
```
Parameter name is replaced with `kw_base` but `base` is not changed in assignment expression (`base = default(Efl.Gfx.IEntity...`).
This patch will fix following compiler error.
```
src/bindings/mono/efl_ui_relative_container.eo.cs(544,21): error CS1525: Unexpected symbol `=', expecting `.' or `['
```

Test Plan: ninja with D10640

Reviewers: lauromoura

Reviewed By: lauromoura

Subscribers: segfaultxavi, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10639
2019-11-27 09:42:53 -05:00
..
alias_definition.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
async_function_definition.hh csharp:comma have whitespace after and none before 2019-11-27 09:42:53 -05:00
blacklist.hh mono: blacklist efl_ui_text_context_menu_item_add 2019-11-26 11:44:35 -05:00
documentation.hh Typo in comment 2019-10-31 09:48:48 -04:00
enum_definition.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
events.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
function_declaration.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
function_definition.hh csharp:comma have whitespace after and none before 2019-11-27 09:42:53 -05:00
function_helpers.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
function_pointer.hh csharp:comma have whitespace after and none before 2019-11-27 09:42:53 -05:00
function_registration.hh csharp: Returning only method name iwrapper. 2019-10-31 09:45:08 -04:00
generation_contexts.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
helpers.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
klass.hh csharp:comma have whitespace after and none before 2019-11-27 09:42:53 -05:00
logging.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
marshall_annotation.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
marshall_type.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
marshall_type_impl.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
name_helpers.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
parameter.hh eolian_mono: avoid keyword as a variable name 2019-11-27 09:42:53 -05:00
part_definition.hh csharp:comma have whitespace after and none before 2019-11-27 09:42:53 -05:00
struct_definition.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
struct_fields.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
type.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
type_impl.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
using_decl.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
utils.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00
variable_definition.hh csharp: Add licensing information. 2019-10-31 09:43:51 -04:00