V23接口改造适配 Log: V23接口改造适配 Influence: 无 Task: https://pms.uniontech.com/task-view-207483.html Change-Id: I91e7c2807c168e87781e18aedc7aec887702ae13
35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<interface name='org.deepin.dde.Application1.Manager'>
|
|
<method name='AddAutostart'>
|
|
<arg type='s' name='fileNamae' direction='in' />
|
|
<arg type='b' name='outArg0' direction='out' />
|
|
</method>
|
|
<method name='AutostartList'>
|
|
<arg type='as' name='outArg0' direction='out' />
|
|
</method>
|
|
<method name='IsAutostart'>
|
|
<arg type='s' name='fileName' direction='in' />
|
|
<arg type='b' name='outArg0' direction='out' />
|
|
</method>
|
|
<method name='RemoveAutostart'>
|
|
<arg type='s' name='fileNamae' direction='in' />
|
|
<arg type='b' name='outArg0' direction='out' />
|
|
</method>
|
|
<method name="Launch">
|
|
<arg type='s' name='desktopFile' direction='in'/>
|
|
</method>
|
|
<method name="LaunchApp">
|
|
<arg type='s' name='desktopFile' direction='in'/>
|
|
<arg type='u' name='timestamp' direction='in'/>
|
|
<arg type='as' name='files' direction='in'/>
|
|
</method>
|
|
<method name='LaunchAppAction'>
|
|
<arg type='s' name='desktopFile' direction='in' />
|
|
<arg type='s' name='action' direction='in' />
|
|
<arg type='u' name='timestamp' direction='in' />
|
|
</method>
|
|
<signal name='AutostartChanged'>
|
|
<arg type='s' name='status' />
|
|
<arg type='s' name='filePath' />
|
|
</signal>
|
|
</interface>
|