chiark / gitweb /
core: Common code for DBus methods that Cancel a job
authorStef Walter <stef@thewalter.net>
Wed, 6 Aug 2014 09:34:40 +0000 (11:34 +0200)
committerStef Walter <stef@thewalter.net>
Fri, 15 Aug 2014 12:07:07 +0000 (14:07 +0200)
commit2ea31e5b13448fd7a9757da4bcd1de04a151ac3f
treec81d91225ff89f0717e610f3137ec3902e169aa9
parent36e34057a202d389263e98030fbd775b28b28af6
core: Common code for DBus methods that Cancel a job

Both ofs.Job.Cancel() and ofs.Manager.CancelJob() now use same
implementation. So we can add caller verify logic appropriately.
src/core/dbus-job.c
src/core/dbus-job.h
src/core/dbus-manager.c