]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - src/user-manager.xml
Change language/layout/session when user selected in GTK+ greeter
[sojka/lightdm.git] / src / user-manager.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3   <interface name="org.lightdm.LightDisplayManager.Users">
4
5     <!-- Method to return the users -->
6     <method name="GetUsers">
7       <!-- name,real name,image,logged in -->
8       <arg name="users" direction="out" type="a(sssb)"/>
9     </method>
10     
11     <!-- Method to get user default information -->
12     <method name="GetUserDefaults">
13       <arg name="username" direction="in" type="s"/>    
14       <arg name="language" direction="out" type="s"/>
15       <arg name="layout" direction="out" type="s"/>
16       <arg name="session" direction="out" type="s"/>
17     </method>
18
19   </interface>
20 </node>