diff options
author | Ted Gould <ted@gould.cx> | 2010-03-02 16:13:22 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-02 16:13:22 -0600 |
commit | d723e8d4ed1e96c889d139a0f8c4cca117137c4a (patch) | |
tree | a5da8045991c065b22713629e6dff09469ee719c /src/users-service-dbus.h | |
parent | ad9dd9ec9a32d9380c12bce08d939d0f58d56555 (diff) | |
download | ayatana-indicator-session-d723e8d4ed1e96c889d139a0f8c4cca117137c4a.tar.gz ayatana-indicator-session-d723e8d4ed1e96c889d139a0f8c4cca117137c4a.tar.bz2 ayatana-indicator-session-d723e8d4ed1e96c889d139a0f8c4cca117137c4a.zip |
Creating a field for the user that has the real name in it, and a place for that to conflict.
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 41052f8..bba88a7 100644 --- a/src/users-service-dbus.h +++ b/src/users-service-dbus.h @@ -47,6 +47,8 @@ struct _UserData GList *sessions; + gboolean real_name_conflict; + UsersServiceDbus *service; }; |