Skip to content

Commit

Permalink
globalshortcuts: Remove session_id option from CreateSession impl
Browse files Browse the repository at this point in the history
It is not used in the frontend and not in the backends. This is most
likely a mistake from copying things from another portal.
  • Loading branch information
swick committed Oct 9, 2024
1 parent 02b7051 commit 4408d4c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions data/org.freedesktop.impl.portal.GlobalShortcuts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@
Create a global shortcuts session.
The following results get returned in the @results vardict:
* ``session_id`` (``s``)
The session id. A string representing the created global shortcuts session.
There are currently no supported keys in the @results vardict.
-->
<method name="CreateSession">
<arg type="o" name="handle" direction="in"/>
Expand Down

0 comments on commit 4408d4c

Please sign in to comment.