summaryrefslogtreecommitdiff
path: root/src/org.xfce.Power.Manager.xml
blob: 416443ddce241fa0825eaf69abb5d3a84346422e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>

<node name="/org/xfce/PowerManager">
    <interface name="org.xfce.Power.Manager">
     
    <method name="Quit">
    </method>
    
    <method name="Restart">
    </method>
    
    <method name="GetConfig">
	<arg direction="out" name="config" type="a{ss}"/>
    </method>
    
    <method name="GetInfo">
	<arg direction="out" name="name" type="s"/>
        <arg direction="out" name="version" type="s"/>
        <arg direction="out" name="vendor" type="s"/>
    </method>
	
    </interface>
</node>