mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 14:10:37 +00:00
implement Dbus addDevice and removeDevice
update documentation as well
This commit is contained in:
parent
b875465eff
commit
8b19312a03
3 changed files with 37 additions and 0 deletions
|
@ -83,6 +83,10 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
boolean isRegistered();
|
||||
|
||||
void addDevice(String uri) throws Error.Failure;
|
||||
|
||||
void removeDevice(int deviceId) throws Error.Failure;
|
||||
|
||||
List<String> listDevices() throws Error.Failure;
|
||||
|
||||
void updateAccount(String deviceName) throws Error.Failure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue