summaryrefslogtreecommitdiff
path: root/src/lib/eo/efl_object_override.eo
blob: 4d2074b6e2f6c5ede95e260b2f43a266821122f0 (plain)
1
2
3
4
5
6
7
8
abstract 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;
}