diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-09-07 21:02:44 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-09-07 21:02:44 +0100 |
commit | 0bef37124f305aef894fa19f01911bc3553df3c5 (patch) | |
tree | 2db1ab978170cb7c473e19f56166d1b5fd54c53a /src/users-service-dbus.h | |
parent | 433512c195ed7faac8d834bd648f32aaff380827 (diff) | |
download | ayatana-indicator-session-0bef37124f305aef894fa19f01911bc3553df3c5.tar.gz ayatana-indicator-session-0bef37124f305aef894fa19f01911bc3553df3c5.tar.bz2 ayatana-indicator-session-0bef37124f305aef894fa19f01911bc3553df3c5.zip |
display manager HasGuestAccount now supported
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 4dbf2a4..25942df 100644 --- a/src/users-service-dbus.h +++ b/src/users-service-dbus.h @@ -85,6 +85,8 @@ gboolean users_service_dbus_activate_guest_session (UsersServiceDbus *self); void users_service_dbus_set_guest_item (UsersServiceDbus * self, DbusmenuMenuitem * mi); +gboolean users_service_dbus_guest_session_enabled (UsersServiceDbus * self); + G_END_DECLS #endif |