chore: V23接口改造适配

V23接口改造适配

Log: V23接口改造适配
Influence: 无
Task: https://pms.uniontech.com/task-view-207483.html
Change-Id: I91e7c2807c168e87781e18aedc7aec887702ae13
This commit is contained in:
tanfeng
2022-11-17 17:25:20 +08:00
committed by fanpengcheng
parent d1fe32c13e
commit e4f4a47b87
42 changed files with 147 additions and 142 deletions

View File

@ -1,4 +1,4 @@
<interface name='org.desktopspec.ApplicationInstance'>
<interface name='org.deepin.dde.Application1.Instance'>
<method name='Exit'>
</method>
<method name='Kill'>

View File

@ -1,4 +1,4 @@
<interface name='org.desktopspec.ApplicationManager'>
<interface name='org.deepin.dde.Application1.Manager'>
<method name='AddAutostart'>
<arg type='s' name='fileNamae' direction='in' />
<arg type='b' name='outArg0' direction='out' />

View File

@ -1,4 +1,4 @@
<interface name='org.desktopspec.Application'>
<interface name='org.deepin.dde.Application1'>
<method name='Name'>
<arg type='s' name='locale' direction='in' />
<arg type='s' name='value' direction='out' />

View File

@ -1,4 +1,4 @@
<interface name='org.deepin.daemon.Mime'>
<interface name='org.deepin.dde.Mime1'>
<method name='AddUserApp'>
<arg type='as' name='mimeTypes' direction='in'/>
<arg type='s' name='desktopId' direction='in'/>