summaryrefslogtreecommitdiff
path: root/src/python-systemd/pyutil.c
Commit message (Collapse)AuthorAge
* systemd-python: add support for sd_j_open_filesZbigniew Jędrzejewski-Szmek2013-07-17
| | | | Also export missing flags.
* systemd-python: use consistent indentationZbigniew Jędrzejewski-Szmek2013-05-09
|
* systemd-python: wrap sd_login_monitorZbigniew Jędrzejewski-Szmek2013-05-09
|
* systemd-python: add wrappers for easy functions in sd-loginZbigniew Jędrzejewski-Szmek2013-05-08
| | | | sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names.
* python-systemd: check all errors and use automatic cleanupZbigniew Jędrzejewski-Szmek2013-02-28
__REALTIME_TIMESTAMP and __MONOTONIC_TIMESTAMP return ints. It doesn't make sense to convert to string, just to convert back to a number later on. Also try to follow systemd rules for indentation.