feat: add method SendToDesktop/RemoveFromDesktop, Property isOnDesktop

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-09-01 15:48:29 +08:00
committed by Comix
parent 40babe8aae
commit ca24d2d908
3 changed files with 82 additions and 0 deletions

View File

@ -92,5 +92,16 @@
`env` option will not take effect at all."
/>
</method>
<property name="isOnDesktop" type="b" access="read"/>
<method name="SendToDesktop">
<arg type="b" name="success" direction="out"/>
</method>
<method name="RemoveFromDesktop">
<arg type="b" name="success" direction="out"/>
</method>
</interface>
</node>