Bug 12773 (Signalmatch) - The glib bindings needs some sort of generic signal-listening mechanism.
Summary: The glib bindings needs some sort of generic signal-listening mechanism.
Status: RESOLVED WONTFIX
Alias: Signalmatch
Product: dbus
Classification: Unclassified
Component: GLib (show other bugs)
Version: unspecified
Hardware: All All
: low enhancement
Assignee: Rob Taylor
QA Contact: John (J5) Palmieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 10:55 UTC by Johan Gyllenspetz
Modified: 2011-04-04 04:54 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Johan Gyllenspetz 2007-10-10 10:55:52 UTC
To be able to listen to all signals using the glib-bindings it would be nice to have the same abilities as the python-bindings dbus.connection.SignalMatch.
Comment 1 Simon McVittie 2011-04-04 04:54:36 UTC
New code should use GDBus, where g_dbus_connection_signal_subscribe provides this.

Legacy dbus-glib code can drop into libdbus and use dbus_connection_add_filter if you're sufficiently masochistic.

We're only supporting dbus-glib for backwards compatibility at this point, so I think this is now WONTFIX.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.