chore: V23接口改造适配
V23接口改造适配 Log: V23接口改造适配 Influence: 无 Task: https://pms.uniontech.com/task-view-207483.html Change-Id: I91e7c2807c168e87781e18aedc7aec887702ae13
This commit is contained in:
34
dbus/org.deepin.dde.Application1.Manager.xml
Normal file
34
dbus/org.deepin.dde.Application1.Manager.xml
Normal file
@ -0,0 +1,34 @@
|
||||
<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>
|
Reference in New Issue
Block a user