1
0
mirror of https://github.com/systemd/systemd synced 2024-07-05 17:39:42 +00:00
systemd/src/hibernate-resume
Lennart Poettering 309a747fa6 libsystemd: turn json.[ch] into a public API
This is preparation for making our Varlink API a public API. Since our
Varlink API is built on top of our JSON API we need to make that public
first (it's a nice API, but JSON APIs there are already enough, this is
purely about the Varlink angle).

I made most of the json.h APIs public, and just placed them in
sd-json.h. Sometimes I wasn't so sure however, since the underlying data
structures would have to be made public too. If in doubt I didn#t risk
it, and moved the relevant API to src/libsystemd/sd-json/json-util.h
instead (without any sd_* symbol prefixes).

This is mostly a giant search/replace patch.
2024-06-12 18:42:22 +02:00
..
hibernate-resume-config.c libsystemd: turn json.[ch] into a public API 2024-06-12 18:42:22 +02:00
hibernate-resume-config.h hibernate-resume-config: expose get_efi_hibernate_location 2024-04-03 21:59:59 +08:00
hibernate-resume-generator.c hibernate-resume: don't wait forever if hibernate info is from EFI 2023-12-12 12:36:58 +00:00
hibernate-resume.c hibernate-resume: introduce --clear for clearing hibernate storage var 2024-04-03 22:07:17 +08:00
meson.build hibernate-resume: break lines in meson.build files() 2023-09-22 21:02:55 +08:00