efl/src/bindings
Lauro Moura 3fd1566a08 csharp: Provisionally fix conversion of eina.Value
When we have an eina.Value_Native (representing an Eina_Value passed by
value) and assign it to an eina.Value (a class with an IntPtr to an
underlying Eina_Value) we copy it so the eina.Value can take ownership
and free the data normally.

A possibly better alternative would be adding an extra flag to
eina.Value (something like OwnsPointer) to check whether we should free
the struct we point to or not.
2018-04-03 17:29:41 -03:00
..
cxx efl-cxx: Fix using efl_add_ref instead of efl_add 2018-04-03 17:28:07 -03:00
js all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
luajit eolian: event/function_get_by_name -> by_name_get 2018-03-16 14:26:15 +01:00
mono csharp: Provisionally fix conversion of eina.Value 2018-04-03 17:29:41 -03:00