manager/user: Add interface for remote relay interfaces

This commit is contained in:
Vicki Pfau 2025-07-09 16:22:50 -07:00
parent 29ffb42a4e
commit 19d7e3e7c4
5 changed files with 465 additions and 18 deletions

View file

@ -298,6 +298,27 @@
</interface>
<!--
com.steampowered.SteamOSManager1.RemoteInterface1
@short_description: TKTK
-->
<interface name="com.steampowered.SteamOSManager1.RemoteInterface1">
<method name="RegisterInterface">
<arg type="s" name="interface" direction="in"/>
<arg type="o" name="object" direction="in"/>
<arg type="b" name="registered" direction="out"/>
</method>
<method name="UnregisterInterface">
<arg type="s" name="interface" direction="in"/>
<arg type="b" name="unregistered" direction="out"/>
</method>
<property name="RemoteInterfaces" type="as" access="read"/>
</interface>
<!--
com.steampowered.SteamOSManager1.ScreenReader1
@short_description: Optional interface for managing a screen reader.