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 685001 - add NMDevice:bus property
add NMDevice:bus property
Status: RESOLVED WONTFIX
Product: NetworkManager
Classification: Platform
Component: API
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks: 677143
 
 
Reported: 2012-09-27 21:01 UTC by Dan Winship
Modified: 2012-10-04 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2012-09-27 21:01:07 UTC
For bug 677143 we want to be able to differentiate "PCI Ethernet" vs "USB Ethernet". I've implemented that in two different ways; the danw/client-bus branch implements it in libnm-glib entirely. The danw/daemon-bus branch implements it in the daemon and then exposes that server-side property in the client. (Though actually, most of the danw/daemon-bus branch is cleanup and code reorg, because I didn't want to have to add a "bus" parameter to every nm_device_*_new() method. Yeah, yeah, so I did 5 times as much work instead.)
Comment 1 Dan Winship 2012-10-04 13:58:55 UTC
this was solved differently, with an API in libnm-gtk