After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 721985 - The AddWatch method is missing from the Bus class
The AddWatch method is missing from the Bus class
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-11 11:16 UTC by Bertrand Lorentz
Modified: 2014-03-02 21:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add the Bus.AddWatch method (1.68 KB, patch)
2014-01-11 11:16 UTC, Bertrand Lorentz
committed Details | Review

Description Bertrand Lorentz 2014-01-11 11:16:15 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.
Comment 1 Sebastian Dröge (slomo) 2014-03-02 21:02:28 UTC
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