]> git.ipfire.org Git - thirdparty/systemd.git/commit
path-lookup: move xdg_user_dirs() to xdg-autostart-generator 34432/head
authorMike Yuan <me@yhndnzj.com>
Sat, 14 Sep 2024 17:14:33 +0000 (19:14 +0200)
committerMike Yuan <me@yhndnzj.com>
Sun, 6 Oct 2024 17:42:39 +0000 (19:42 +0200)
commit0aae1a09a3868420c654c0f1e51927af81a7e3e5
treee365c12473deda123b8372cc5670ccb076cf31f5
parent5ce4902249e4f10d65022f097d8b7ac0348f3f4f
path-lookup: move xdg_user_dirs() to xdg-autostart-generator

This is the only place where xdg_user_dir() is needed and
makes sense. All other invocations have been replaced with
user_search_dirs() - see previous commits for details.
src/libsystemd/sd-path/path-lookup.c
src/libsystemd/sd-path/path-lookup.h
src/xdg-autostart-generator/xdg-autostart-generator.c