mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-17 11:46:46 -04:00
manager/user: Add interface for remote relay interfaces
This commit is contained in:
parent
29ffb42a4e
commit
19d7e3e7c4
5 changed files with 465 additions and 18 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue