mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
cc3d85eb97
codesearch.debian.net shows no uses (except for the definition in systemd and elogind). $ cat > test.c int main() { sd_bus_try_close(NULL); return 0; } $ gcc -Isrc/systemd -Wall -o testbus test.c -lsystemd test.c: In function ‘main’: test.c:4:3: warning: ‘sd_bus_try_close’ is deprecated [-Wdeprecated-declarations] 4 | sd_bus_try_close(NULL); | ^~~~~~~~~~~~~~~~ In file included from test.c:1: src/systemd/sd-bus.h:180:5: note: declared here 180 | int sd_bus_try_close(sd_bus *bus) _sd_deprecated_; /* deprecated */ | ^~~~~~~~~~~~~~~~ |
||
---|---|---|
.. | ||
chromiumos | ||
add-git-hook.sh | ||
catalog-report.py | ||
check-directives.sh | ||
check-includes.pl | ||
choose-default-locale.sh | ||
coverity.sh | ||
find-build-dir.sh | ||
find-double-newline.sh | ||
find-tabs.sh | ||
gdb-sd_dump_hashmaps.py | ||
generate-gperfs.py | ||
make-autosuspend-rules.py | ||
make-directive-index.py | ||
make-man-index.py | ||
make-man-rules.py | ||
meson-apply-m4.sh | ||
meson-autosuspend-update.sh | ||
meson-build.sh | ||
meson-check-api-docs.sh | ||
meson-check-compilation.sh | ||
meson-check-help.sh | ||
meson-git-contrib.sh | ||
meson-hwdb-update.sh | ||
meson-make-symlink.sh | ||
meson-vcs-tag.sh | ||
oss-fuzz.sh | ||
xml_helper.py |