efl/src/lib/eo/efl_object_override.eo

9 lines
190 B
Plaintext

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