51 lines
1.9 KiB
XML
51 lines
1.9 KiB
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.ukui.search.appDBManager">
|
||
|
<method name="tranPidToDesktopFp">
|
||
|
<arg type="s" direction="out"/>
|
||
|
<arg name="pid" type="u" direction="in"/>
|
||
|
</method>
|
||
|
<method name="desktopFilePathFromName">
|
||
|
<arg type="s" direction="out"/>
|
||
|
<arg name="desktopFileName" type="s" direction="in"/>
|
||
|
</method>
|
||
|
<method name="tranWinIdToDesktopFilePath">
|
||
|
<arg type="s" direction="out"/>
|
||
|
<arg name="id" type="v" direction="in"/>
|
||
|
</method>
|
||
|
<method name="insertDBItem">
|
||
|
<arg name="desktopfd" type="s" direction="in"/>
|
||
|
</method>
|
||
|
<method name="updateDBItem">
|
||
|
<arg name="desktopfd" type="s" direction="in"/>
|
||
|
</method>
|
||
|
<method name="deleteDBItem">
|
||
|
<arg name="desktopfd" type="s" direction="in"/>
|
||
|
</method>
|
||
|
<method name="updateLocaleData">
|
||
|
<arg name="desktopFilePath" type="s" direction="in"/>
|
||
|
</method>
|
||
|
<method name="updateLaunchTimes">
|
||
|
<arg name="desktopFilePath" type="s" direction="in"/>
|
||
|
</method>
|
||
|
<method name="updateFavoritesState">
|
||
|
<arg name="desktopFilePath" type="s" direction="in"/>
|
||
|
<arg name="num" type="u" direction="in"/>
|
||
|
</method>
|
||
|
<method name="updateFavoritesState">
|
||
|
<arg name="desktopFilePath" type="s" direction="in"/>
|
||
|
</method>
|
||
|
<method name="updateTopState">
|
||
|
<arg name="desktopFilePath" type="s" direction="in"/>
|
||
|
<arg name="num" type="u" direction="in"/>
|
||
|
</method>
|
||
|
<method name="updateTopState">
|
||
|
<arg name="desktopFilePath" type="s" direction="in"/>
|
||
|
</method>
|
||
|
<method name="setValue">
|
||
|
<arg name="infos2BSet" type="a{sa{iv}}" direction="in"/>
|
||
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="UkuiSearch::ApplicationInfoMap"/>
|
||
|
</method>
|
||
|
</interface>
|
||
|
</node>
|