summaryrefslogtreecommitdiff
path: root/systemd/docs/journal.rst
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-02-21 15:07:39 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-05 14:19:16 -0400
commit8d697bfd136f6ba8e37aedf9ba06bf8f86845d2d (patch)
tree3436024c4d0e0228c994133caa4c1d8a3357fa72 /systemd/docs/journal.rst
parentec05eb1aef266447dd75b70e92121c6b0cb4bb4f (diff)
downloadpython-systemd-8d697bfd136f6ba8e37aedf9ba06bf8f86845d2d.tar.gz
systemd-python: document attributes
In id128 it would be better to add everything automatically, but sphinx cannot do this right now.
Diffstat (limited to 'systemd/docs/journal.rst')
-rw-r--r--systemd/docs/journal.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/systemd/docs/journal.rst b/systemd/docs/journal.rst
index 89728a2..9d627ce 100644
--- a/systemd/docs/journal.rst
+++ b/systemd/docs/journal.rst
@@ -22,3 +22,26 @@ Accessing the Journal
:inherited-members:
.. automethod:: __init__
+
+.. autoattribute:: systemd.journal.DEFAULT_CONVERTERS
+
+Whence constants
+~~~~~~~~~~~~~~~~
+
+.. autoattribute:: systemd.journal.SEEK_SET
+.. autoattribute:: systemd.journal.SEEK_CUR
+.. autoattribute:: systemd.journal.SEEK_END
+
+Journal access types
+~~~~~~~~~~~~~~~~~~~~
+
+.. autoattribute:: systemd.journal.LOCAL_ONLY
+.. autoattribute:: systemd.journal.RUNTIME_ONLY
+.. autoattribute:: systemd.journal.SYSTEM_ONLY
+
+Journal event types
+~~~~~~~~~~~~~~~~~~~
+
+.. autoattribute:: systemd.journal.NOP
+.. autoattribute:: systemd.journal.APPEND
+.. autoattribute:: systemd.journal.INVALIDATE