mirror of
https://github.com/loot/libloot-python.git
synced 2026-07-27 14:14:13 -07:00
Update LOOT API wrapped
To dc3a93ecf331465b17a28ac39e6c17370438331b.
This commit is contained in:
+5
-1
@@ -82,12 +82,16 @@ Classes with public fields and no member functions.
|
||||
|
||||
.. py:class:: loot_api.Message
|
||||
|
||||
Wraps :cpp:class:`loot::PluginMessage`.
|
||||
Wraps :cpp:class:`loot::SimpleMessage`.
|
||||
|
||||
.. py:attribute:: type
|
||||
|
||||
A :py:class:`loot_api.MessageType` giving the message type.
|
||||
|
||||
.. py:attribute:: language
|
||||
|
||||
A :py:class:`loot_api.LanguageCode` giving the message text language.
|
||||
|
||||
.. py:attribute:: text
|
||||
|
||||
A Unicode string containing the message text.
|
||||
|
||||
+2
-2
@@ -38,12 +38,12 @@ releases, so snapshot builds created from commits between releases may use the
|
||||
last release's version number, and so appear compatible, but contain breaking
|
||||
changes that aren't yet reflected by the version numbering.
|
||||
|
||||
The module is currently built against revision `d1524b8`_
|
||||
The module is currently built against revision `dc3a93e`_
|
||||
of the API, which is post-0.9.2 and pre-0.10.0, but uses the v0.10 metadata
|
||||
syntax (as specified at that revision, in case there are further changes before
|
||||
the v0.10 release).
|
||||
|
||||
.. _d1524b8: https://github.com/loot/loot/tree/d1524b83d216efd2744b6575510bb4dbe390c102
|
||||
.. _dc3a93e: https://github.com/loot/loot/tree/dc3a93ecf331465b17a28ac39e6c17370438331b
|
||||
|
||||
Getting a Plugin's Bash Tag Suggestions
|
||||
***************************************
|
||||
|
||||
Reference in New Issue
Block a user