标签: glib dbus vala
我需要在远程实例的主GLib.Application实例上调用以下函数。
return list(map(lambda input: (input[0], (input[1] * 1.0) / len(tokens)), abc))
我假设我需要通过private void do_stuff (string[] args) { ... } 使用DBus,但是没有丝毫的线索从哪里开始。
private void do_stuff (string[] args) { ... }