GNOME Bugzilla – Bug 721985
The AddWatch method is missing from the Bus class
Last modified: 2014-03-02 21:02:31 UTC
Created attachment 265996 [details] [review] Add the Bus.AddWatch method The AddWatch method is missing from the Bus class. Here's some custom code to add it and have it just call AddWatchFull.
commit 25af4c958b144cfe41a5ec9c78bd191fca9fae97 Author: Bertrand Lorentz <bertrand.lorentz@gmail.com> Date: Sat Jan 11 12:07:01 2014 +0100 Bus: Add custom code for the AddWatch method For now, this is better than making everyone use AddWatchFull, even though the value for G_PRIORITY_DEFAULT is hardcoded. https://bugzilla.gnome.org/show_bug.cgi?id=721985