Files
tdesktop/Telegram/ThirdParty/xdg-desktop-portal/doc/common-conventions.rst
allhaileris afb81b8278
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
init
2026-02-16 15:50:16 +03:00

58 lines
1.5 KiB
ReStructuredText

Common Conventions
==================
XDG Desktop Portal uses D-Bus in a slightly uncommon way, due to the potentially
long-running nature of some of its requests. These different usage patterns are
documented in the pages below:
.. toctree::
:hidden:
terminology
requests
sessions
window-identifiers
icons
.. cssclass:: tiled-toc
* .. image:: _static/img/tiles/Terminology-l.png
:target: terminology.html
:class: only-light
.. image:: _static/img/tiles/Terminology-d.png
:target: terminology.html
:class: only-dark
:doc:`Terminology </terminology>`
* .. image:: _static/img/tiles/Request-l.png
:target: requests.html
:class: only-light
.. image:: _static/img/tiles/Request-d.png
:target: requests.html
:class: only-dark
:doc:`Requests </requests>`
* .. image:: _static/img/tiles/Sessions-l.png
:target: sessions.html
:class: only-light
.. image:: _static/img/tiles/Sessions-d.png
:target: sessions.html
:class: only-dark
:doc:`Sessions </sessions>`
* .. image:: _static/img/tiles/Window-ids-l.png
:target: window-identifiers.html
:class: only-light
.. image:: _static/img/tiles/Window-ids-d.png
:target: window-identifiers.html
:class: only-dark
:doc:`Window Identifiers </window-identifiers>`
* .. image:: _static/img/tiles/Icons-l.png
:target: icons.html
:class: only-light
.. image:: _static/img/tiles/Icons-d.png
:target: icons.html
:class: only-dark
:doc:`Icons </icons>`