From 539e0a4d583bca7db837275b07a20a933b7f8f83 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 8 May 2013 19:46:49 -0400 Subject: systemd-python: add wrappers for easy functions in sd-login sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names. --- src/python-systemd/docs/index.rst | 1 + src/python-systemd/docs/login.rst | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 src/python-systemd/docs/login.rst (limited to 'src/python-systemd/docs') diff --git a/src/python-systemd/docs/index.rst b/src/python-systemd/docs/index.rst index 8a94d0750b..e78d966274 100644 --- a/src/python-systemd/docs/index.rst +++ b/src/python-systemd/docs/index.rst @@ -14,6 +14,7 @@ Contents: journal id128 daemon + login Indices and tables ================== diff --git a/src/python-systemd/docs/login.rst b/src/python-systemd/docs/login.rst new file mode 100644 index 0000000000..2cd9d8cbee --- /dev/null +++ b/src/python-systemd/docs/login.rst @@ -0,0 +1,5 @@ +`systemd.login` module +======================= + +.. automodule:: systemd.login + :members: -- cgit v1.2.3-54-g00ecf