efl/src/lib/ecore/efl_loop_user.eo

17 lines
432 B
Plaintext

class Efl.Loop_User (Efl.Object)
{
[[An Efl.Loop_User is a class that require one of the parent to provide
an Efl.Loop interface when doing provider_find. It will enforce this by
only allowing parent that provide such interface or NULL.]]
eo_prefix: efl_loop;
methods {
loop_get {
[[Get loop]]
return: Efl.Loop; [[Efl loop]]
}
}
implements {
Efl.Object.parent.set;
}
}