/usr/share/dbus-1/interfaces/org.freedesktop.fwupd.xml is in fwupd 0.7.0-0ubuntu4.
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 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | <!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
<interface name='org.freedesktop.fwupd'>
<doc:doc>
<doc:description>
<doc:para>
The interface used for quering firmware for the system.
</doc:para>
</doc:description>
</doc:doc>
<!--***********************************************************-->
<property name='DaemonVersion' type='s' access='read'>
<doc:doc>
<doc:description>
<doc:para>
The daemon version.
</doc:para>
</doc:description>
</doc:doc>
</property>
<!--***********************************************************-->
<property name='Status' type='u' access='read'>
<doc:doc>
<doc:description>
<doc:para>
The daemon status, e.g. <doc:tt>decompressing</doc:tt>.
</doc:para>
</doc:description>
</doc:doc>
</property>
<!--***********************************************************-->
<method name='GetDevices'>
<doc:doc>
<doc:description>
<doc:para>
Gets a list of all the devices that are supported.
</doc:para>
</doc:description>
</doc:doc>
<arg type='a{sa{sv}}' name='devices' direction='out'>
<doc:doc>
<doc:summary>
<doc:para>An array of devices, with any properties set on each.</doc:para>
</doc:summary>
</doc:doc>
</arg>
</method>
<!--***********************************************************-->
<method name='GetUpdates'>
<doc:doc>
<doc:description>
<doc:para>
Gets a list of all the devices that can be updated.
</doc:para>
</doc:description>
</doc:doc>
<arg type='a{sa{sv}}' name='devices' direction='out'>
<doc:doc>
<doc:summary>
<doc:para>An array of devices, with any properties set on each.</doc:para>
</doc:summary>
</doc:doc>
</arg>
</method>
<!--***********************************************************-->
<method name='GetDetails'>
<doc:doc>
<doc:description>
<doc:para>
Gets details about a firmware file.
</doc:para>
</doc:description>
</doc:doc>
<arg type='h' name='handle' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
An index into the array of file descriptors that may have
been sent with the DBus message.
</doc:para>
</doc:summary>
</doc:doc>
</arg>
<arg type='a{sv}' name='details' direction='out'>
<doc:doc>
<doc:summary>
<doc:para>
Properties about the firmware, e.g.
<doc:tt>DisplayName=ColorHug</doc:tt>.
</doc:para>
</doc:summary>
</doc:doc>
</arg>
</method>
<!--***********************************************************-->
<method name='Install'>
<doc:doc>
<doc:description>
<doc:para>
Schedules a firmware to be installed.
</doc:para>
</doc:description>
</doc:doc>
<arg type='s' name='id' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
An ID, typically a GUID of the hardware to update, or the string
<doc:tt>*</doc:tt> to match any applicable hardware.</doc:para>
</doc:summary>
</doc:doc>
</arg>
<arg type='h' name='handle' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
An index into the array of file descriptors that may have
been sent with the DBus message.
</doc:para>
</doc:summary>
</doc:doc>
</arg>
<arg type='a{sv}' name='options' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
Options to be used when constructing the profile, e.g.
<doc:tt>offline=True</doc:tt>.
</doc:para>
</doc:summary>
</doc:doc>
</arg>
</method>
<!--***********************************************************-->
<method name='Verify'>
<doc:doc>
<doc:description>
<doc:para>
Verifies firmware on a device by reading it back and performing
a cryptographic hash, typically SHA1.
</doc:para>
</doc:description>
</doc:doc>
<arg type='s' name='id' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
An ID, typically a GUID of the hardware.</doc:para>
</doc:summary>
</doc:doc>
</arg>
</method>
<!--***********************************************************-->
<method name='Unlock'>
<doc:doc>
<doc:description>
<doc:para>
Unlock the device to allow firmware access.
</doc:para>
</doc:description>
</doc:doc>
<arg type='s' name='id' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
An ID, typically a GUID of the hardware.</doc:para>
</doc:summary>
</doc:doc>
</arg>
</method>
<!--***********************************************************-->
<method name='GetResults'>
<doc:doc>
<doc:description>
<doc:para>
Gets the results of an offline update.
</doc:para>
</doc:description>
</doc:doc>
<arg type='s' name='id' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
An ID, typically a GUID of the hardware that was updated, or the
string <doc:tt>*</doc:tt> to match any hardware.</doc:para>
</doc:summary>
</doc:doc>
</arg>
<arg type='a{sv}' name='results' direction='out'>
<doc:doc>
<doc:summary>
<doc:para>Results about the update, e.g. <doc:tt>success=True</doc:tt></doc:para>
</doc:summary>
</doc:doc>
</arg>
</method>
<!--***********************************************************-->
<method name='ClearResults'>
<doc:doc>
<doc:description>
<doc:para>
Clears the results of an offline update.
</doc:para>
</doc:description>
</doc:doc>
<arg type='s' name='id' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
An ID, typically a GUID of the hardware that was updated, or the
string <doc:tt>*</doc:tt> to match any hardware.</doc:para>
</doc:summary>
</doc:doc>
</arg>
</method>
<!--***********************************************************-->
<method name='UpdateMetadata'>
<doc:doc>
<doc:description>
<doc:para>
Adds AppStream resource information from a session client.
</doc:para>
</doc:description>
</doc:doc>
<arg type='h' name='data' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
File handle to AppStream metadata.
</doc:para>
</doc:summary>
</doc:doc>
</arg>
<arg type='h' name='signature' direction='in'>
<doc:doc>
<doc:summary>
<doc:para>
File handle to AppStream metadata GPG signature.
</doc:para>
</doc:summary>
</doc:doc>
</arg>
</method>
<!--***********************************************************-->
<signal name='Changed'>
<doc:doc>
<doc:description>
<doc:para>
Some value on the interface or the number of devices or
profiles has changed.
</doc:para>
</doc:description>
</doc:doc>
</signal>
</interface>
</node>
|