diff options
author | Cody Russell <crussell@canonical.com> | 2009-09-23 10:01:58 -0500 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2009-09-23 10:01:58 -0500 |
commit | 541259b2cb86b7393232f59e4f61366e52fe5cea (patch) | |
tree | d7016739780cc2351aa7d2deca7b1f38781aff79 /src/users-service-dbus.h | |
parent | de28377d3ad3797516826f287f554dfefb7fdb47 (diff) | |
download | ayatana-indicator-session-541259b2cb86b7393232f59e4f61366e52fe5cea.tar.gz ayatana-indicator-session-541259b2cb86b7393232f59e4f61366e52fe5cea.tar.bz2 ayatana-indicator-session-541259b2cb86b7393232f59e4f61366e52fe5cea.zip |
ck fu
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r-- | src/users-service-dbus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h index ecfaf6d..f43abe8 100644 --- a/src/users-service-dbus.h +++ b/src/users-service-dbus.h @@ -44,6 +44,8 @@ struct _UserData gchar *shell; gint login_count; gchar *icon_url; + + GList *sessions; }; struct _UsersServiceDbus { |