X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/9eb97746c123575593d8cb3709a3413c0b22482d..484daa4c69bf9c1da451585fdbcc91a40ed00053:/man/signal-cli-dbus.5.adoc?ds=inline diff --git a/man/signal-cli-dbus.5.adoc b/man/signal-cli-dbus.5.adoc index a2738337..2a83e50c 100644 --- a/man/signal-cli-dbus.5.adoc +++ b/man/signal-cli-dbus.5.adoc @@ -67,10 +67,9 @@ This can be piped to a QR encoder to create a display that can be captured by a For example: -[source] ----- +``` dbus-send --session --dest=org.asamk.Signal --type=method_call --print-reply /org/asamk/Signal org.asamk.Signal.link string:"My secondary client" | tr '\n' '\0' | sed 's/.*string //g' | sed 's/\"//g' | qrencode -s10 -tANSI256 ----- +``` listAccounts() -> accountList:: * accountList : Array of all attached accounts in DBus object path form @@ -120,7 +119,7 @@ The following methods listen to the account's object path, which is constructed getContactName(number) -> name:: * number : Phone number -* name : Contact's name in local storage (from the master device for a linked account, or the one set with setContactName); if not set, contact's profile name is used +* name : Contact's name in local storage (from the primary device for a linked account, or the one set with setContactName); if not set, contact's profile name is used Exceptions: None