Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples/python: fix "import gi" in example | Thomas Haller | 2016-11-16 | 1 | -0/+2 |
| | | | | | | | Otherwise there is a warning: from gi.repository import GLib, NM __main__:1: PyGIWarning: NM was imported without specifying a version first. Use gi.require_version(NM, 1.0) before import to ensure that the right version gets loaded. | ||||
* | libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices property | Dan Williams | 2015-12-04 | 1 | -0/+41 |
Mirror new NetworkManager API to return both real devices and device placeholders. |