chiark / gitweb /
272b0e2b5201be0bfafa72bf14b0c7d37b12796e
[elogind.git] / src / login / libsystemd-login.sym
1 /***
2   This file is part of systemd.
3
4   systemd is free software; you can redistribute it and/or modify it
5   under the terms of the GNU Lesser General Public License as published by
6   the Free Software Foundation; either version 2.1 of the License, or
7   (at your option) any later version.
8 ***/
9
10 /* Original symbols from systemd v31 */
11
12 LIBSYSTEMD_LOGIN_31 {
13 global:
14         sd_get_seats;
15         sd_get_sessions;
16         sd_get_uids;
17         sd_login_monitor_flush;
18         sd_login_monitor_get_fd;
19         sd_login_monitor_new;
20         sd_login_monitor_unref;
21         sd_pid_get_owner_uid;
22         sd_pid_get_session;
23         sd_seat_can_multi_session;
24         sd_seat_get_active;
25         sd_seat_get_sessions;
26         sd_session_get_seat;
27         sd_session_get_uid;
28         sd_session_is_active;
29         sd_uid_get_seats;
30         sd_uid_get_sessions;
31         sd_uid_get_state;
32         sd_uid_is_on_seat;
33 local:
34         *;
35 };
36
37 LIBSYSTEMD_LOGIN_38 {
38 global:
39         sd_pid_get_unit;
40         sd_session_get_service;
41 } LIBSYSTEMD_LOGIN_31;
42
43 LIBSYSTEMD_LOGIN_43 {
44 global:
45         sd_session_get_type;
46         sd_session_get_class;
47         sd_session_get_display;
48 } LIBSYSTEMD_LOGIN_38;
49
50 LIBSYSTEMD_LOGIN_186 {
51 global:
52         sd_session_get_state;
53         sd_seat_can_tty;
54         sd_seat_can_graphical;
55 } LIBSYSTEMD_LOGIN_43;
56
57 LIBSYSTEMD_LOGIN_198 {
58 global:
59         sd_session_get_tty;
60 } LIBSYSTEMD_LOGIN_186;