summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-link-bus.c
Commit message (Collapse)AuthorAgeFilesLines
...
* resolved: add SetLinkXYZ() method counterparts on the Link objectLennart Poettering2016-01-191-0/+274
| | | | | | | | So far, we exposed SetLinkXYZ() on the Manager interface, to set a couple of link properties. This adds similar calls SetXYZ() on the Link interface, and makes sure the former is little more than a shortcut to the latter. SetLinkXYZ() has the benefit of not requiring a GetLink() round trip for setting these properties, while the method actually belongs to the Link objects, and this change corrects that.
* resolved: expose bus objects for each LinkLennart Poettering2016-01-191-0/+236
The link objects expose as properties the current settings made with SetLinkDNS() and related calls, plus some more information.