]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/user-manager.xml
Change language/layout/session when user selected in GTK+ greeter
[sojka/lightdm.git] / src / user-manager.xml
index de81c8ec74dffb6170bc49c029714b754046c40d..a271903a4a553b209e9181ea4cbac747afade1ae 100644 (file)
@@ -7,6 +7,14 @@
       <!-- name,real name,image,logged in -->
       <arg name="users" direction="out" type="a(sssb)"/>
     </method>
+    
+    <!-- Method to get user default information -->
+    <method name="GetUserDefaults">
+      <arg name="username" direction="in" type="s"/>    
+      <arg name="language" direction="out" type="s"/>
+      <arg name="layout" direction="out" type="s"/>
+      <arg name="session" direction="out" type="s"/>
+    </method>
 
   </interface>
 </node>