summaryrefslogtreecommitdiff
path: root/src/python-systemd/docs
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-02-23 01:11:36 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-02-28 20:04:17 -0500
commit86e3d32a1d52cd2ccba184e8375da8828914d3ff (patch)
tree9b200f35105c4831de286f708a3c071cc7f71314 /src/python-systemd/docs
parent6a6633a16a510b40c6ad30cd0858699619384a44 (diff)
systemd-python: return both parts of sd_journal_get_monotonic_usec
In Python 3, a named tuple is used. In Python 2, a simple tuple is used. In either case, the pair is (timestamp, bootid).
Diffstat (limited to 'src/python-systemd/docs')
-rw-r--r--src/python-systemd/docs/journal.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python-systemd/docs/journal.rst b/src/python-systemd/docs/journal.rst
index 9d627ce3ed..38ab57e45b 100644
--- a/src/python-systemd/docs/journal.rst
+++ b/src/python-systemd/docs/journal.rst
@@ -23,6 +23,8 @@ Accessing the Journal
.. automethod:: __init__
+.. autoclass:: Monotonic
+
.. autoattribute:: systemd.journal.DEFAULT_CONVERTERS
Whence constants