diff options
author | Tadeo Kondrak <me@tadeo.ca> | 2020-06-11 14:22:16 -0600 |
---|---|---|
committer | Tadeo Kondrak <me@tadeo.ca> | 2020-06-11 14:22:16 -0600 |
commit | cae8a2b6fc7ca69419c03e2737389382165e61ea (patch) | |
tree | 8981daf3a03888e4fe8f622dfaa1ce51a41c5dfd /stable/presentation-time | |
parent | 6a7c97988e75c3b978a95c97613dcec490ea80be (diff) |
presentation-time: Annotate destructor events
Signed-off-by: Tadeo Kondrak <me@tadeo.ca>
Diffstat (limited to 'stable/presentation-time')
-rw-r--r-- | stable/presentation-time/presentation-time.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stable/presentation-time/presentation-time.xml b/stable/presentation-time/presentation-time.xml index 00fea53..04301ff 100644 --- a/stable/presentation-time/presentation-time.xml +++ b/stable/presentation-time/presentation-time.xml @@ -198,7 +198,7 @@ </entry> </enum> - <event name="presented"> + <event name="presented" type="destructor"> <description summary="the content update was displayed"> The associated content update was displayed to the user at the indicated time (tv_sec_hi/lo, tv_nsec). For the interpretation of @@ -256,7 +256,7 @@ <arg name="flags" type="uint" enum="kind" summary="combination of 'kind' values"/> </event> - <event name="discarded"> + <event name="discarded" type="destructor"> <description summary="the content update was not displayed"> The content update was never displayed to the user. </description> |