1 2 3 4 5 6 7 8
[DBus (name = "org.example.Test")] public class Foo : Object { public void do_foo (Variant value) { } } void main () { }