dev/vala/live.gnome.org_tutorial/dbus-client.sh

13 lines
449 B
Bash
Raw Normal View History

2013-03-28 17:50:16 +04:00
#!/bin/sh
dbus-send --type=method_call \
--dest=org.example.DemoService \
/org/example/demo \
org.example.DemoService.SomeMethod
dbus-send --type=method_call \
--dest=org.example.DemoService \
/org/example/demo \
org.example.DemoService.SomeMethodSender \
string:'hello world'