efl/src/tests/efl_mono/dummy_inherit_iface.eo

13 lines
252 B
Plaintext

interface Dummy.Inherit_Iface {
[[No description supplied.]]
methods {
stringshare_test {
[[No description supplied.]]
params {
@in v: stringshare;
}
return: stringshare @move;
}
}
}