efl/src/bindings
Jean-Philippe Andre 289a4e3aaa cxx: Only give a single ref to unparented objects
On instantiation objects get either one or two refs:
 - with a parent, they will have 2 refs, one for C++, one for the
   parent.
 - without a parent, they get a single ref, the one for C++

This will break the existing C++ examples, which I will fix in later
patches.

Note that the window is a strange object which can be created with no
parent but internally reparents itself to an object it creates (oh so
ugly).
2017-11-14 12:18:39 +09:00
..
cxx cxx: Only give a single ref to unparented objects 2017-11-14 12:18:39 +09:00
js elm: Fix use of Efl.Access APIs 2017-09-13 09:57:20 +09:00
luajit eolian: make inherits_get return a list of classes, not strings 2017-10-25 16:25:41 +02:00