gtg-contributors team mailing list archive
-
gtg-contributors team
-
Mailing list archive
-
Message #00402
[Bug 539352] Re: dbuswrapper.py is missing signals
** Changed in: gtg
Milestone: 0.3 => 0.4
--
dbuswrapper.py is missing signals
https://bugs.launchpad.net/bugs/539352
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: Triaged
Bug description:
I am writing a plugin for Cairo-DOck to "control" GTG and have come upon some missing functions in the dbus wrapper
I would like to reacieve signals when various things happen inside GTG.
Things that come to my mind are:
signal to notify a due task
signal to notify a task is late
signal to notify a task has been deleted
signal to notify a task was completed
Basically signal is very important in dbus :)