diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 14:47:12 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 14:47:12 -0400 |
| commit | b81fe696008620e4123d1407f382561123c86382 (patch) | |
| tree | 92eae2c248aa980058d87899ad554b33a1fed071 /src/users-service.xml | |
| parent | 31c18f6eda48e5ce6f28231585c53a53bd971e04 (diff) | |
| parent | 9c47ca97c6471ff44e44ad0403237ac054333fc2 (diff) | |
| download | ayatana-indicator-session-b81fe696008620e4123d1407f382561123c86382.tar.gz ayatana-indicator-session-b81fe696008620e4123d1407f382561123c86382.tar.bz2 ayatana-indicator-session-b81fe696008620e4123d1407f382561123c86382.zip | |
* New upstream release. (0.2.91)
* Integrates with LightDM now
* Moved to libindicator 0.4
* New upstream release. (0.2.92)
* Fixed dist'ing the XML files
* debian/control: Move suggests from gdm to lightdm
Diffstat (limited to 'src/users-service.xml')
| -rw-r--r-- | src/users-service.xml | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/src/users-service.xml b/src/users-service.xml deleted file mode 100644 index c90f1e8..0000000 --- a/src/users-service.xml +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> -<node name="/org/gnome/DisplayManager/UserManager"> - <interface name="org.gnome.DisplayManager.UserManager"> - - <!-- Get the number of known users --> - <method name="CountUsers"> - <arg name="user_count" direction="out" type="i"/> - </method> - - <!-- Get the list of known UIDs --> - <method name="GetUserList"> - <arg name="uids" direction="out" type="ax"/> - </method> - - <!-- Get user info for a user --> - <method name="GetUserInfo"> - <arg name="uid" direction="in" type="x"/> - <arg name="user_name" direction="out" type="s"/> - <arg name="real_name" direction="out" type="s"/> - <arg name="shell" direction="out" type="s"/> - <arg name="login_count" direction="out" type="i"/> - <arg name="icon_url" direction="out" type="s"/> - </method> - - <!-- Get user info for a list of users --> - <method name="GetUsersInfo"> - <arg name="uid" direction="in" type="ax"/> - <!-- (uid, user_name, real_name, shell, icon_url) --> - <arg name="user_info" direction="out" type="a(xsssis)"/> - </method> - - <!-- Query if the initial user list is loaded --> - <method name="GetUsersLoaded"> - <arg name="is_loaded" direction="out" type="b"/> - </method> - - <!-- Triggered when the initial user list is loaded --> - <signal name="UsersLoaded"></signal> - - <!-- Triggered when a users are added to/removed from the system. - Clients should monitor these signals as soon as they connect to - this object --> - <signal name="UserAdded"> - <arg name="uid" type="x"/> - </signal> - <signal name="UserRemoved"> - <arg name="uid" type="x"/> - </signal> - - <!-- Triggered when a user has updated information --> - <signal name="UserUpdated"> - <arg name="uid" type="x"/> - </signal> - - </interface> -</node> |
