class Benchmark_Object extends Efl.Object { [[Docs for class Benchmark_Object. @since 1.66]] data: null; methods { emptyarg { } onearg { params { one: int; } } twoarg { params { one: int; two: int; } } tenarg { params { one: int; two: int; three: int; four: int; five: int; six: int; seven: int; eight: int; nine: int; ten: int; } } onecomplexarg { params { one: list; } } tencomplexarg { params { one: list; two: list; three: list; four: list; five: list; six: list; seven: list; eight: list; nine: list; ten: list; } } } }