From: Lennart Poettering Date: Thu, 10 Jan 2013 21:45:45 +0000 (+0100) Subject: dbus: duplicate Job.Cancel() as CancelJob() and Snapshot.Remove() as RemoveSnapshot... X-Git-Tag: v198~574 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5dd9014faf58bf974352043fbddd3a8e9c3cd9d9;hp=5dd9014faf58bf974352043fbddd3a8e9c3cd9d9;p=elogind.git 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. ---