summaryrefslogtreecommitdiff
path: root/src/libsystemd/libsystemd.sym.m4
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2014-09-20 18:42:29 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2014-09-22 14:27:02 +0200
commitc72d5456e2d6a6c8cefbfc16a542ae03a769397f (patch)
tree2fdd3fd00a04984c20df04bd9c573b659a84fa65 /src/libsystemd/libsystemd.sym.m4
parent7f3d3ba1a61f28a951ca5fbe59ed15c7ce55219c (diff)
login: add public sd_session_get_desktop() API
The desktop brand is stored as DESKTOP variable for sessions. It can be set arbitrarily by the session owner and identifies the desktop environment that is running on that session.
Diffstat (limited to 'src/libsystemd/libsystemd.sym.m4')
-rw-r--r--src/libsystemd/libsystemd.sym.m47
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4
index d1450fbb26..87da7ac021 100644
--- a/src/libsystemd/libsystemd.sym.m4
+++ b/src/libsystemd/libsystemd.sym.m4
@@ -153,6 +153,11 @@ global:
sd_machine_get_ifindices;
} LIBSYSTEMD_214;
+LIBSYSTEMD_217 {
+global:
+ sd_session_get_desktop;
+} LIBSYSTEMD_216;
+
m4_ifdef(`ENABLE_KDBUS',
LIBSYSTEMD_FUTURE {
global:
@@ -438,5 +443,5 @@ global:
/* sd-path */
sd_path_home;
sd_path_search;
-} LIBSYSTEMD_216;
+} LIBSYSTEMD_217;
)