mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
signals: Support after
keyword
This commit is contained in:
parent
07e824d8e7
commit
25d08e56cb
4 changed files with 14 additions and 6 deletions
|
@ -161,6 +161,7 @@ class XmlOutput(OutputFormat):
|
|||
name=name,
|
||||
handler=signal.handler,
|
||||
swapped=signal.is_swapped or None,
|
||||
after=signal.is_after or None,
|
||||
object=(
|
||||
self._object_id(signal, signal.object_id) if signal.object_id else None
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue