chiark / gitweb /
login: add public sd_session_get_desktop() API
[elogind.git] / src / libsystemd / libsystemd.sym.m4
index d1450fbb26f0abed567b8d1fd4b974824880fc7f..87da7ac021c35f3368b89996f5a8209528f7a7f0 100644 (file)
@@ -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;
 )