summaryrefslogtreecommitdiffstats
path: root/src/python-systemd/login.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering2014-02-201-6/+5
|
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-031-20/+10
| | | | | | | | | | | | | | - Add space between if/for and the opening parentheses - Place the opening brace on same line as the function (not for udev) From the CODING_STYLE Try to use this: void foo() { } instead of this: void foo() { }
* systemd-python: check for oom, give nicer error messagesZbigniew Jędrzejewski-Szmek2013-08-151-1/+1
|
* systemd-python: allow threads around flushZbigniew Jędrzejewski-Szmek2013-05-101-0/+2
| | | | flush() is potentially costly.
* systemd-python: use consistent indentationZbigniew Jędrzejewski-Szmek2013-05-101-46/+46
|
* systemd-python: wrap sd_login_monitorZbigniew Jędrzejewski-Szmek2013-05-101-0/+209
|
* systemd-python: add wrappers for easy functions in sd-loginZbigniew Jędrzejewski-Szmek2013-05-091-0/+176
sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names.