cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
21 lines
949 B
XML
21 lines
949 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name='org.freedesktop.Application'>
|
|
<method name='Activate'>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
|
|
<arg type='a{sv}' name='platform-data' direction='in'/>
|
|
</method>
|
|
<method name='Open'>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
|
|
<arg type='as' name='uris' direction='in'/>
|
|
<arg type='a{sv}' name='platform-data' direction='in'/>
|
|
</method>
|
|
<method name='ActivateAction'>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QVariantMap"/>
|
|
<arg type='s' name='action_name' direction='in'/>
|
|
<arg type='av' name='parameter' direction='in'/>
|
|
<arg type='a{sv}' name='platform-data' direction='in'/>
|
|
</method>
|
|
</interface>
|
|
</node>
|