chiark / gitweb /
systemd-python: document attributes
[elogind.git] / src / python-systemd / docs / journal.rst
index 89728a2ecb54500d9fb812489a947493e99f509e..9d627ce3ed8f5c13175b6ca0c21b089159fda8e4 100644 (file)
@@ -22,3 +22,26 @@ Accessing the Journal
    :inherited-members:
 
    .. automethod:: __init__
    :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