efl/src/lib/eo/efl_interface.eo

8 lines
234 B
Plaintext
Raw Normal View History

interface Efl.Interface ()
{
[[An interface for other interfaces to inherit from.
This is useful when you want to create interfaces and mixins that expose
2017-12-20 01:52:31 -08:00
functions from a normal class such as @Efl.Object.constructor.]]
}