forked from enlightenment/efl
To mimic function behavior Reviewed-by: Felipe Magno de Almeida <felipe@expertisesolutions.com.br> Differential Revision: https://phab.enlightenment.org/D10381devs/lauromoura/tcautomated
parent
b1a1cdc701
commit
5516b06af5
3 changed files with 36 additions and 1 deletions
@ -1,3 +1,11 @@ |
||||
class @beta Beta_Class extends Efl.Object |
||||
{ |
||||
methods { |
||||
method_should_be_beta { |
||||
[[ Method should be beta ]] |
||||
} |
||||
} |
||||
events { |
||||
event_should_be_beta: void; [[ Event should be beta.]] |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue