Complete channel-closing behaviour

We now emit appropriate signals and return a non-error status code when
a channel is closed.
This commit is contained in:
2020-05-17 22:23:57 +01:00
parent 782662b82f
commit 576fec63cd
2 changed files with 16 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ impl telepathy::Channel for Channel {
.send(DbusAction::CloseChannel(self.path()))
.unwrap();
Err(MethodErr::no_arg())
Ok(())
}
// Deprecated