blob: 4e404065f766ada531f2d8a0cf41f68a609f3d93 (
plain) (
blame)
1
2
3
4
5
6
7
|
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.]]
}
|