dde-application-manager/api/dbus/org.desktopspec.ProcessGuesser1.xml
ComixHe 8f6628c5d2 feat: add ProcessGuesser1 service
Signed-off-by: ComixHe <heyuming@deepin.org>
2023-10-19 15:33:12 +08:00

10 lines
407 B
XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.desktopspec.ProcessGuesser1">
<method name="GuessApplicationId">
<arg type="h" name="pidfd" direction="in" />
<arg type="s" name="appId" direction="out" />
</method>
</interface>
</node>