efl/src
Daniel Kolesa fbcad90fec eolian: add parsing for @move and @by_ref
The @by_ref qualifier is now allowed on parameters, returns and
struct fields in the usual qualifier section. It will mean that
this type is passed around by reference, and will only be allowed
on types that are not already pointer-like.

The @move qualifier will replace @owned as one with a clearer
meaning. It means "transfer of ownership". It has the same semantics
as the current @owned, i.e. on return values it transfers ownership
of the value to the caller, on parameters it transfers ownership
to the callee (the inverse is the default when not specified).
On struct fields, it means the field will transfer together with
the struct that contains it.
2019-08-30 16:22:20 +02:00
..
benchmarks elementary: remove an unused variable. 2019-08-22 13:21:40 +09:00
bin test_ui_slder: remove meaningless printf when reaching the limit 2019-08-30 08:42:41 -04:00
bindings csharp: Fix factory inheritance. 2019-08-30 15:08:53 +09:00
edje_external
examples thread example - add exit with parent flags 2019-08-26 14:28:44 +01:00
generic make mman.h private 2019-08-19 09:55:13 -04:00
lib eolian: add parsing for @move and @by_ref 2019-08-30 16:22:20 +02:00
modules evas -gl engines - buffer age - bring back fix for changing buffer age 2019-08-29 17:35:02 +01:00
scripts pyolian: Update after event and binbuf keywords 2019-08-28 10:21:18 +02:00
static_libs vg_common_json: Support stroke miterlimit 2019-08-22 12:51:53 +09:00
tests eolian: disallow legacy keyword in enums in stable api 2019-08-29 15:06:08 +02:00
wayland_protocol