mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-07 20:30:17 +01:00
doc/proto: put a standard blurb in for the destructor-type requests
Should eventually have a separate protocol documentation section for this and point to it, but this will do for now.
This commit is contained in:
parent
59ab84669f
commit
fb5b607c13
1 changed files with 23 additions and 1 deletions
|
|
@ -59,6 +59,17 @@ Enum names are shown here in uppercase. The exact name depends on the language b
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if request.is_destructor %}
|
||||
{% raw %}
|
||||
{{% notice default "Destructor" "skull-crossbones" %}}
|
||||
{% endraw %}
|
||||
Immediately after sending this request, the object is considered destroyed
|
||||
by the EIS implementation. It must no longer be used by the client.
|
||||
{% raw %}
|
||||
{{% /notice %}}
|
||||
{% endraw %}
|
||||
{% endif %}
|
||||
|
||||
{{request.description.text|ei_escape_names}}
|
||||
|
||||
{% endfor %}
|
||||
|
|
@ -84,11 +95,22 @@ Enum names are shown here in uppercase. The exact name depends on the language b
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if event.is_destructor %}
|
||||
{% raw %}
|
||||
{{% notice default "Destructor" "skull-crossbones" %}}
|
||||
{% endraw %}
|
||||
Immediately after sending this request, the object is considered destroyed
|
||||
by the EIS implementation. It must no longer be used by the client.
|
||||
{% raw %}
|
||||
{{% /notice %}}
|
||||
{% endraw %}
|
||||
{% endif %}
|
||||
|
||||
{{event.description.text|ei_escape_names}}
|
||||
|
||||
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue