Systemd/tools
Zbigniew Jędrzejewski-Szmek cc3d85eb97 sd-bus: mark sd_bus_try_close() as deprecated
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 */
      |     ^~~~~~~~~~~~~~~~
2020-03-18 19:57:44 +01:00
..
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 sd-bus: mark sd_bus_try_close() as deprecated 2020-03-18 19:57:44 +01:00
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