Advance Wayland and KDE package bring-up
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<!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.kde.JobViewV3">
|
||||
|
||||
<method name="terminate">
|
||||
<!-- The error code why the job view was terminated.
|
||||
0 means no error. An error can be e.g. ERR_USER_CANCELED -->
|
||||
<arg name="errorCode" type="u" direction="in"/>
|
||||
<!-- The user-visible error message, e.g. "Network connection lost" -->
|
||||
<arg name="errorMessage" type="s" direction="in"/>
|
||||
<!-- Custom hints for the server, used for future extension -->
|
||||
<arg name="hints" type="a{sv}" direction="in"/>
|
||||
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QVariantMap"/>
|
||||
</method>
|
||||
|
||||
<method name="update">
|
||||
<arg name="properties" type="a{sv}" direction="in"/>
|
||||
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
|
||||
</method>
|
||||
|
||||
<signal name="suspendRequested"/>
|
||||
<signal name="resumeRequested"/>
|
||||
<signal name="cancelRequested"/>
|
||||
</interface>
|
||||
</node>
|
||||
Reference in New Issue
Block a user