chiark / gitweb /
dbus: duplicate Job.Cancel() as CancelJob() and Snapshot.Remove() as RemoveSnapshot...
authorLennart Poettering <lennart@poettering.net>
Thu, 10 Jan 2013 21:45:45 +0000 (22:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 10 Jan 2013 22:03:48 +0000 (23:03 +0100)
For all other object mehtods there are already counterparts on the
manager object, as they help us reduce round-trips. So let's complete
this, and reduce complexity on the client side a bit.

As a side effect this also makes "systemctl snapshot" without arguments
work again.


No differences found