summaryrefslogtreecommitdiff
path: root/src/libelogind/libelogind.sym
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-12-18 21:52:50 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:49:58 +0200
commitfcf57ffefc702c6edc9c6fc5e18270247f4f9abe (patch)
tree9bef56ac793bdccd5e0cd9a70055de25ccd08854 /src/libelogind/libelogind.sym
parent9a24de0ce5140732f09c040073a7f6cbcad73ecf (diff)
sd-bus: add new API sd_bus_match_signal() + sd_bus_match_signal_asnyc()
These are convenience helpers that hide the match string logic (which we probably should never have exposed), and instead just takes regular C arguments.
Diffstat (limited to 'src/libelogind/libelogind.sym')
-rw-r--r--src/libelogind/libelogind.sym2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libelogind/libelogind.sym b/src/libelogind/libelogind.sym
index 8bd8107d2..84b7ef406 100644
--- a/src/libelogind/libelogind.sym
+++ b/src/libelogind/libelogind.sym
@@ -544,4 +544,6 @@ global:
sd_bus_request_name_async;
sd_bus_release_name_async;
sd_bus_add_match_async;
+ sd_bus_match_signal;
+ sd_bus_match_signal_async;
} LIBSYSTEMD_236;