efl/src/tests/efl_mono/dummy_another_iface.eo

11 lines
133 B
Plaintext

interface Dummy.Another_Iface
{
methods {
emit_another_conflicted {
}
}
events {
conflicted: void;
}
}