chiark / gitweb /
Prep 229.9: Make all supportable API functions visible.
authorSven Eden <yamakuzure@gmx.net>
Fri, 22 Sep 2017 07:04:02 +0000 (09:04 +0200)
committerSven Eden <yamakuzure@gmx.net>
Mon, 25 Sep 2017 10:58:39 +0000 (12:58 +0200)
commiteb0e417895c37dbdb64f18ae95c6b1a7a99f871e
tree70f4ebe06bd73b714b150b98eea8e4b4ac5bc59e
parentdf890458e39a14b95f8a2c88e8e1c1815e1320d2
Prep 229.9: Make all supportable API functions visible.

The process of cleaning up elogind, meaning to mask all bits that are
unneeded by elogind, has been finished a while ago.

It is therefore time to re-enable all previously masked API functions
that elogind can support. This will make it easier for future
developers to integrate elogind into their software where they
already support systemd-login.
50 files changed:
Makefile-man.am
Makefile.am
man/glib-event-glue.c [new file with mode: 0644]
man/sd_booted.xml
man/sd_bus_creds_get_pid.xml
man/sd_bus_creds_new_from_pid.xml
man/sd_bus_default.xml
man/sd_bus_error_add_map.xml
man/sd_bus_message_append.xml
man/sd_bus_message_append_array.xml
man/sd_bus_message_append_basic.xml
man/sd_bus_message_append_string_memfd.xml [new file with mode: 0644]
man/sd_bus_message_append_strv.xml
man/sd_bus_message_get_cookie.xml [new file with mode: 0644]
man/sd_bus_message_get_monotonic_usec.xml [new file with mode: 0644]
man/sd_bus_negotiate_fds.xml
man/sd_bus_new.xml
man/sd_bus_path_encode.xml [new file with mode: 0644]
man/sd_bus_request_name.xml
man/sd_event_add_child.xml
man/sd_event_add_defer.xml
man/sd_event_add_signal.xml
man/sd_event_add_time.xml
man/sd_event_get_fd.xml [new file with mode: 0644]
man/sd_event_new.xml
man/sd_event_run.xml
man/sd_event_wait.xml
man/sd_is_fifo.xml
man/sd_login_monitor_new.xml
man/sd_pid_get_session.xml
man/sd_uid_get_state.xml
src/basic/memfd-util.c
src/basic/memfd-util.h
src/basic/siphash24.c
src/basic/socket-util.h
src/libelogind/libelogind.sym
src/libelogind/sd-bus/bus-control.c
src/libelogind/sd-bus/bus-convenience.c
src/libelogind/sd-bus/bus-creds.c
src/libelogind/sd-bus/bus-message.c
src/libelogind/sd-bus/bus-objects.c
src/libelogind/sd-bus/bus-slot.c
src/libelogind/sd-bus/bus-track.c
src/libelogind/sd-bus/sd-bus.c
src/libelogind/sd-daemon/sd-daemon.c
src/libelogind/sd-event/sd-event.c
src/login/.gitignore
src/systemd/sd-bus.h
src/systemd/sd-daemon.h
src/systemd/sd-event.h