This commit is contained in:
Marek Marczykowski-Górecki 2017-05-23 15:35:21 +02:00
parent 74689dd998
commit 1692601fcd
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -261,12 +261,12 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
not fully usable. This will cause the domain to be in "transient" not fully usable. This will cause the domain to be in "transient"
state in the domain lifecycle. state in the domain lifecycle.
.. event:: domain-qtb-create (subject, event) .. event:: domain-qdb-create (subject, event)
Fired at the end of :py:meth:`create_qdb_entries` method. Fired at the end of :py:meth:`create_qdb_entries` method.
:param subject: Event emitter (the qube object) :param subject: Event emitter (the qube object)
:param event: Event name (``'domain-qtb-create'``) :param event: Event name (``'domain-qdb-create'``)
This event is a good place to add your custom entries to the qdb. This event is a good place to add your custom entries to the qdb.