Handle signals properly.
This commit is contained in:
parent
1457b249b7
commit
602b3958fd
3 changed files with 24 additions and 13 deletions
7
Rakefile
Normal file
7
Rakefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
task :testCall do
|
||||
sh "dbus-send --type=method_call --print-reply --dest=ca.thume.ddbus.test /root ca.thume.test.test int32:5"
|
||||
end
|
||||
|
||||
task :testSignal do
|
||||
sh "dbus-send --dest=ca.thume.ddbus.test /signaler ca.thume.test.signal int32:9"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue