~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to src/user-manager.xml

  • Committer: robert.ancell at gmail
  • Date: 2010-05-01 09:01:38 UTC
  • Revision ID: robert.ancell@gmail.com-20100501090138-6nopr69b2hw2bbdk
Move user database server-side.  Fix up D-Bus object names

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.gnome.LightDisplayManager.Users">
 
4
 
 
5
    <!-- Method to return the users -->
 
6
    <method name="GetUsers">
 
7
      <arg name="users" direction="out" type="a(ss)"/>
 
8
    </method>
 
9
 
 
10
  </interface>
 
11
</node>