blob: 777d863bc946c28f6e79a88784407284e7aa2b44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
IMPORTANT: Test contains non-ascii characters
---------------------------------------------
issue
dbus-send --print-reply --system --dest='net.zemberekserver.server.dbus' /net/zemberekserver/server/dbus/ZemberekDbus net.zemberekserver.server.dbus.IZemberek.oner string:'yalnış'
on commandline.
The output should be similar to the following (Excat results may change due to changes in wordlist):
method return sender=:1.4 -> dest=:1.29 reply_serial=2
array [
string "yalnız"
string "yalanış"
string "yalmış"
string "yanlış"
]
|