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)
commit5dd9014faf58bf974352043fbddd3a8e9c3cd9d9
tree3f884ee7658732e66ee47ab1ed13a15f36218879
parentd354315ff7a4e128aea58583a3cbedbf86e69196
dbus: duplicate Job.Cancel() as CancelJob() and Snapshot.Remove() as RemoveSnapshot() on the Manager interface

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.
src/core/dbus-job.c
src/core/dbus-manager.c
src/core/dbus-snapshot.c
src/systemctl/systemctl.c