diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-08 19:46:49 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-08 21:35:03 -0400 |
commit | 539e0a4d583bca7db837275b07a20a933b7f8f83 (patch) | |
tree | 2a6b6a275354d289d5301bc3f1b9c6f35733ef94 /src/python-systemd/docs | |
parent | 5afbe712db5cc68213a24c45396ffb43fab05e3e (diff) |
systemd-python: add wrappers for easy functions in sd-login
sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names.
Diffstat (limited to 'src/python-systemd/docs')
-rw-r--r-- | src/python-systemd/docs/index.rst | 1 | ||||
-rw-r--r-- | src/python-systemd/docs/login.rst | 5 |
2 files changed, 6 insertions, 0 deletions
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: |