From: Lennart Poettering Date: Tue, 14 Jul 2026 21:14:22 +0000 (+0200) Subject: sysupdate: Add ListFeatures() and ListTargets() varlink methods (#42900) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64a3846ced8f363a2d27541157166e4e22e73a15;p=thirdparty%2Fsystemd.git sysupdate: Add ListFeatures() and ListTargets() varlink methods (#42900) Following on from adding the basic varlink scaffolding to sysupdate, let’s varlinkify a couple of the D-Bus methods. Because varlink doesn’t have a concept of object paths, the D-Bus path structure which allows a target to be selected has been squashed down to a target argument for each relevant method. Varlinkify the way to list targets, and also the way to list features because that was simple to do at the same time. More methods need varlinkifying in the future, but let’s do it in small and manageable chunks. --- 64a3846ced8f363a2d27541157166e4e22e73a15