efl/src/tests/efl_mono/dummy_inherit_iface.eo

12 lines
241 B
Plaintext

interface Dummy.Inherit_Iface {
[[Docs for interface Dummy.Inherit_Iface. @since 1.66]]
methods {
stringshare_test {
params {
@in v: stringshare;
}
return: stringshare @move;
}
}
}