efl/src/lib/eo/efl_interface.eo

8 lines
244 B
Plaintext

interface Efl.Interface ()
{
[[An interface for other interfaces to inherit from.
This is useful when you want to create interfaces and mixins that expose
functions from a normal class, like for example @Efl.Object.constructor.]]
}