efl/src/tests/efl_mono/dummy_another_iface.eo

11 lines
136 B
Plaintext

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