ecore: make efl_loop_consumer abstract

There is no point in having the object instancable. However, in order to
support bindings, we need to ensure that every abstract does have only
abstracts as inherit-parents, thus making this class abstract.

ref T7240

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D7599
This commit is contained in:
Marcel Hollerbach 2019-01-11 13:08:24 +01:00
parent 3511b96448
commit afa5368f31
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function EflLoopConsumerPromiseCancel {
}
};
class Efl.Loop_Consumer (Efl.Object)
abstract Efl.Loop_Consumer (Efl.Object)
{
[[An Efl.Loop_Consumer is a class which requires one of the parents to provide
an Efl.Loop interface when performing provider_find. It will enforce this by