libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices property
authorDan Williams <dcbw@redhat.com>
Fri, 10 Oct 2014 19:28:49 +0000 (14:28 -0500)
committerThomas Haller <thaller@redhat.com>
Fri, 4 Dec 2015 11:16:41 +0000 (12:16 +0100)
commit4db851f852b73a85b9b4a5d617e66461836be210
tree7d11aa0549e986daa4119d6c2829838ddf33b6e3
parente84587183bfa86d92f24deffeba23a4e928cbee7
libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices property

Mirror new NetworkManager API to return both real devices and
device placeholders.
examples/python/gi/get-devices.py [new file with mode: 0755]
libnm-glib/libnm-glib.ver
libnm-glib/nm-client.c
libnm-glib/nm-client.h
libnm-glib/tests/test-nm-client.c
libnm/libnm.ver
libnm/nm-client.c
libnm/nm-client.h
libnm/nm-manager.c
libnm/nm-manager.h
tools/test-networkmanager-service.py