File: is-active-sensor.xml

package info (click to toggle)
indicator-sensors 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,328 kB
  • sloc: ansic: 8,886; sh: 571; makefile: 394; xml: 41
file content (58 lines) | stat: -rw-r--r-- 1,387 bytes parent folder | download | duplicates (4)
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
<node>
  <!-- com.github.alexmurray.IndicatorSensors.ActiveSensor:
       @short_description: Example docs generated by gdbus-codegen
       @since: 2.30

       This D-Bus interface is used to describe a simple sensor.
    -->
  <interface name="com.github.alexmurray.IndicatorSensors.ActiveSensor">
    <!--
        Path: The path of the sensor.
        @since: 2.30
    -->
    <property name="Path" type="s" access="read"/>

    <!--
        Digits: The digits of the sensor.
        @since: 2.30
    -->
    <property name="Digits" type="u" access="read"/>

    <!--
        Label: The label of the sensor.
        @since: 2.30
    -->
    <property name="Label" type="s" access="read"/>

    <!--
        Units: The units of the sensor.
        @since: 2.30
    -->
    <property name="Units" type="s" access="read"/>

    <!--
        Value: The value of the sensor.
        @since: 2.30
    -->
    <property name="Value" type="d" access="read"/>

    <!--
        Index: The index of the sensor.
        @since: 2.30
    -->
    <property name="Index" type="u" access="read"/>

    <!--
        IconPath: The path to the icon of the sensor.
        @since: 2.30
    -->
    <property name="IconPath" type="s" access="read"/>

    <!--
        Error: The error of the sensor.
        @since: 2.30
    -->
    <property name="Error" type="s" access="read"/>

</interface>
</node>