aboutsummaryrefslogtreecommitdiff
path: root/src/users-service-dbus.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-09-08 10:23:55 +0100
committerConor Curran <conor.curran@canonical.com>2011-09-08 10:23:55 +0100
commitdaa6295ce57baca8b3e4fc574e3b8dd29cf2598e (patch)
tree8b5e7de3138200a5433c46f4e5c76ad50da33121 /src/users-service-dbus.h
parente889dd7e4d0f5f3eb84d4eff9c080b0f23883999 (diff)
parent9c24a238b2338b3a4af7629e8e4d4a6493499ac2 (diff)
downloadayatana-indicator-session-daa6295ce57baca8b3e4fc574e3b8dd29cf2598e.tar.gz
ayatana-indicator-session-daa6295ce57baca8b3e4fc574e3b8dd29cf2598e.tar.bz2
ayatana-indicator-session-daa6295ce57baca8b3e4fc574e3b8dd29cf2598e.zip
merge the display manager's has-guest-account work
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r--src/users-service-dbus.h2
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