Commit graph

16 commits

Author SHA1 Message Date
Felix Rosén
0080a5c9db feat(AccessPoint): add LastSeen property
The property field can be seen as available here:
https://developer-old.gnome.org/NetworkManager/stable/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.LastSeen

Its also showing, in the `Body` of the recieved dBus signal on the
`Subscribe()` method.
2021-12-13 20:28:34 +01:00
Christian Müller
90c97fb098 Add property setter helper 2020-03-06 11:46:34 +01:00
Blake Miner
73c139ad58 Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
jkirkwood
744dfb200e Remove all panicking from methods 2019-06-19 17:47:59 +00:00
jkirkwood
2a9ef418e6 Implement better error handling for properties 2019-06-19 17:26:36 +00:00
Christian Müller
edc408ad29 Add getUint64Property 2019-06-19 10:36:04 +02:00
Christian Müller
79378fe268 Add Checkpoint properties 2019-06-12 14:42:59 +02:00
Christian Müller
b9e95e8780 Refactor callAndPanic to callWithReturnAndPanic 2019-05-28 11:06:28 +02:00
Christian Müller
c8c883838e Fix IP6Config nameserver data fetch 2019-05-17 18:13:23 +02:00
Christian Müller
053b71438e IP4Config (new API) methods implementation 2019-05-17 17:55:50 +02:00
Christian Müller
d277069c44 Add getBoolProperty 2019-05-16 16:41:51 +02:00
Christian Müller
a5d97dddcc Rename call methods for better understandable logic. Add additional call with no return value. 2019-05-15 17:38:20 +02:00
Peter Hommel
9224fc9401 I have added AddAndActivateConnection to NetworkManager (#8)
Add `AddAndActivateConnection` method to NetworkManager.

This adds a network profile, and activates the connection in one operation.
2019-05-13 09:51:12 -04:00
Kamil Krawczyk
394a1ac2cd Get configuration returned by the IPv4 DHCP server. 2018-07-19 10:22:54 -04:00
Tom Wambold
e9eb8e5842 Flesh out Device and AccessPoint objects, JSON marshalling, basic signals. 2016-05-25 16:47:07 -04:00
Tom Wambold
75591bce97 Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00