/usr/share/dbus-1/interfaces/org.freedesktop.URfkill.Device.xml is in urfkill 0.6.0~20150318.103828.5539c0d.1-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 | <!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.URfkill.Device">
<doc:doc>
<doc:description>
<doc:para>
Objects implementing this interface are usually discovered through
the <doc:tt>org.freedesktop.URfkill</doc:tt> interface on
the <doc:tt>/org/freedesktop/URfkill</doc:tt> object on
the D-Bus system bus service with the well-known
name <doc:tt>org.freedesktop.URfkill</doc:tt> using
the
<doc:ref type="method" to="Rfkill.EnumerateDevices">EnumerateDevices</doc:ref>
method.
</doc:para>
<doc:para>
<doc:example language="shell" title="simple example">
<doc:code>
$ gdbus call -y \
-d org.freedesktop.URfkill \
-o /org/freedesktop/URfkill/devices/0 \
-m org.freedesktop.DBus.Properties.GetAll \
"org.freedesktop.URfkill.Device"
({'index': <uint32 0>, 'type': <uint32 2>, 'name': <'tpacpi_bluetooth_sw'>, 'soft': <true>, 'hard': <true>, 'platform': <true>},)
</doc:code>
</doc:example>
</doc:para>
</doc:description>
</doc:doc>
<!-- ************************************************************ -->
<signal name="Changed">
<doc:doc>
<doc:description>
<doc:para>
Emitted when a property of the device is changed.
</doc:para>
<doc:para>
Note: This signal is deprecated since 0.4.0. Use the standard signal,
PropertiesChanged from org.freedesktop.DBus.Properties instead.
</doc:para>
</doc:description>
</doc:doc>
</signal>
<!-- ************************************************************ -->
<property name="index" type="u" access="read">
<doc:doc>
<doc:description>
<doc:para>
The index of the rfkill device
</doc:para>
</doc:description>
</doc:doc>
</property>
<property name="type" type="u" access="read">
<doc:doc>
<doc:description>
<doc:para>
The type of the rfkill device
</doc:para>
<doc:list>
<doc:item>
<doc:term>0</doc:term><doc:definition>All</doc:definition>
</doc:item>
<doc:item>
<doc:term>1</doc:term><doc:definition>WLAN</doc:definition>
</doc:item>
<doc:item>
<doc:term>2</doc:term><doc:definition>Bluetooth</doc:definition>
</doc:item>
<doc:item>
<doc:term>3</doc:term><doc:definition>UWB</doc:definition>
</doc:item>
<doc:item>
<doc:term>4</doc:term><doc:definition>WIMAX</doc:definition>
</doc:item>
<doc:item>
<doc:term>5</doc:term><doc:definition>WWAN</doc:definition>
</doc:item>
<doc:item>
<doc:term>6</doc:term><doc:definition>GPS</doc:definition>
</doc:item>
<doc:item>
<doc:term>7</doc:term><doc:definition>FM</doc:definition>
</doc:item>
<doc:item>
<doc:term>8</doc:term><doc:definition>NFC</doc:definition>
</doc:item>
</doc:list>
</doc:description>
</doc:doc>
</property>
<property name="name" type="s" access="read">
<doc:doc>
<doc:description>
<doc:para>
The name of the rfkill device
</doc:para>
</doc:description>
</doc:doc>
</property>
<property name="soft" type="b" access="read">
<doc:doc>
<doc:description>
<doc:para>
Whether the soft block of the device is on or not
</doc:para>
</doc:description>
</doc:doc>
</property>
<property name="hard" type="b" access="read">
<doc:doc>
<doc:description>
<doc:para>
Whether the hard block of the device is on or not
</doc:para>
</doc:description>
</doc:doc>
</property>
<property name="platform" type="b" access="read">
<doc:doc>
<doc:description>
<doc:para>
Whether the device is generated by a platform driver or not
</doc:para>
</doc:description>
</doc:doc>
</property>
</interface>
</node>
|