efl/src/lib/eo/efl_object_override.eo

9 lines
190 B
Plaintext
Raw Normal View History

abstract @beta Efl.Object_Override
{
[[A special class to pass to #eo_super() when using #eo_override()
2016-05-23 08:48:19 -07:00
Shouldn't be inherited from or anything of this sort.
]]
data: null;
}