efl/src/tests/eolian/data/class_funcs.eo

22 lines
321 B
Plaintext

class Class_Funcs {
[[Docs for class Class_Funcs. @since 1.66]]
methods {
@property a @static {
get {
}
}
@property b {
get {
}
}
foo @static {
}
bar {
}
baz @protected @static {
}
bah @protected {
}
}
}