X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=systemd-interfaces.vala;h=9947df54a73a2c45d9e75a91ce75883faad433f1;hp=6eba8a5580f4442517222bbd075fc8f6b16199bf;hb=6be1e7d538e12f4e5c79c1271dba90e66726d8fd;hpb=380bc8790dd284bbf967add222fa90d117ed50ea diff --git a/systemd-interfaces.vala b/systemd-interfaces.vala index 6eba8a558..9947df54a 100644 --- a/systemd-interfaces.vala +++ b/systemd-interfaces.vala @@ -71,7 +71,7 @@ public interface Unit : DBus.Object { public abstract string description { owned get; } public abstract string load_state { owned get; } public abstract string active_state { owned get; } - public abstract string load_path { owned get; } + public abstract string fragment_path { owned get; } public abstract uint64 active_enter_timestamp { owned get; } public abstract uint64 active_exit_timestamp { owned get; } public abstract bool can_reload { owned get; }