efl/src/lib/eo/efl_interface.eo

8 lines
231 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 such as @Efl.Object.constructor.]]
}