/usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.AgentManager.xml is in libkf5akonadiserver-dev 4:15.12.3-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | <!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.freedesktop.Akonadi.AgentManager">
<signal name="agentTypeAdded">
<arg name="agentType" type="s" direction="out"/>
</signal>
<signal name="agentTypeRemoved">
<arg name="agentType" type="s" direction="out"/>
</signal>
<signal name="agentInstanceAdded">
<arg name="agentIdentifier" type="s" direction="out"/>
</signal>
<signal name="agentInstanceRemoved">
<arg name="agentIdentifier" type="s" direction="out"/>
</signal>
<signal name="agentInstanceStatusChanged">
<arg name="agentIdentifier" type="s" direction="out"/>
<arg name="status" type="i" direction="out"/>
<arg name="message" type="s" direction="out"/>
</signal>
<signal name="agentInstanceAdvancedStatusChanged">
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
<arg name="agentIdentifier" type="s" direction="out"/>
<arg name="status" type="a{sv}" direction="out"/>
</signal>
<signal name="agentInstanceProgressChanged">
<arg name="agentIdentifier" type="s" direction="out"/>
<arg name="progress" type="u" direction="out"/>
<arg name="message" type="s" direction="out"/>
</signal>
<signal name="agentInstanceNameChanged">
<arg name="agentIdentifier" type="s" direction="out"/>
<arg name="name" type="s" direction="out"/>
</signal>
<signal name="agentInstanceWarning">
<arg name="agentIdentifier" type="s" direction="out"/>
<arg name="message" type="s" direction="out"/>
</signal>
<signal name="agentInstanceError">
<arg name="agentIdentifier" type="s" direction="out"/>
<arg name="message" type="s" direction="out"/>
</signal>
<signal name="agentInstanceOnlineChanged">
<arg name="agentIdentifier" type="s" direction="out"/>
<arg name="state" type="b" direction="out"/>
</signal>
<method name="agentTypes">
<arg type="as" direction="out"/>
</method>
<method name="agentName">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentName">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
<arg name="language" type="s" direction="in"/>
</method>
<method name="agentComment">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentComment">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
<arg name="language" type="s" direction="in"/>
</method>
<method name="agentIcon">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentMimeTypes">
<arg type="as" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentCapabilities">
<arg type="as" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentCustomProperties">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
<arg type="a{sv}" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="createAgentInstance">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="removeAgentInstance">
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentInstanceType">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentInstances">
<arg type="as" direction="out"/>
</method>
<method name="agentInstanceStatus">
<arg type="i" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentInstanceStatusMessage">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentInstanceProgress">
<arg type="u" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentInstanceProgressMessage">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="setAgentInstanceName">
<arg name="identifier" type="s" direction="in"/>
<arg name="name" type="s" direction="in"/>
</method>
<method name="agentInstanceName">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentInstanceName">
<arg type="s" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
<arg name="language" type="s" direction="in"/>
</method>
<method name="agentInstanceConfigure">
<arg name="identifier" type="s" direction="in"/>
<arg name="windowId" type="x" direction="in"/>
</method>
<method name="agentInstanceSynchronize">
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentInstanceSynchronizeCollectionTree">
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="agentInstanceSynchronizeCollection">
<arg name="identifier" type="s" direction="in"/>
<arg name="collection" type="x" direction="in"/>
</method>
<method name="agentInstanceSynchronizeCollection">
<arg name="identifier" type="s" direction="in"/>
<arg name="collection" type="x" direction="in"/>
<arg name="recursive" type="b" direction="in"/>
</method>
<method name="agentInstanceOnline">
<arg type="b" direction="out"/>
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="setAgentInstanceOnline">
<arg name="identifier" type="s" direction="in"/>
<arg name="state" type="b" direction="in"/>
</method>
<method name="restartAgentInstance">
<arg name="identifier" type="s" direction="in"/>
</method>
</interface>
</node>
|