~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to liblightdm-qt/user-manager.xml

  • Committer: Robert Ancell
  • Date: 2011-05-05 06:11:16 UTC
  • Revision ID: robert.ancell@canonical.com-20110505061116-4nhrdw6k0huve3ek
Move user manager into liblightdm

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;LdmUser&gt;"/>
9
 
      <arg name="users" direction="out" type="a(sssb)"/>
10
 
    </method>
11
 
    
12
 
    <!-- Method to get user default information -->
13
 
    <method name="GetUserDefaults">
14
 
      <arg name="username" direction="in" type="s"/>    
15
 
      <arg name="language" direction="out" type="s"/>
16
 
      <arg name="layout" direction="out" type="s"/>
17
 
      <arg name="session" direction="out" type="s"/>
18
 
    </method>
19
 
 
20
 
  </interface>
21
 
</node>