GNOME Bugzilla – Bug 570031
getting Devices from ActiveConnection with wrong interface
Last modified: 2009-02-03 15:06:10 UTC
nm_active_connection_get_devices() calls: if (!_nm_object_get_property (NM_OBJECT (connection), NM_DBUS_INTERFACE, DBUS_PROP_DEVICES, &value)) { Should be NM_DBUS_INTERFACE_ACTIVE_CONNECTION instead of NM_DBUS_INTERFACE.
5f7cbe5ee9444734ac4267787571472ace994904 thanks! your dbus helper library must not suck as much as dbus-glib; which one is it?
haha; dbus-gjs and yes it ownz dbus-glib. JavaScript is the way to do dbus