aboutsummaryrefslogtreecommitdiff
path: root/src/users-service-dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r--src/users-service-dbus.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h
index f43abe8..95db35d 100644
--- a/src/users-service-dbus.h
+++ b/src/users-service-dbus.h
@@ -46,6 +46,8 @@ struct _UserData
gchar *icon_url;
GList *sessions;
+
+ UsersServiceDbus *service;
};
struct _UsersServiceDbus {
@@ -68,8 +70,10 @@ struct _UsersServiceDbusClass {
GType users_service_dbus_get_type (void) G_GNUC_CONST;
-gint users_service_dbus_get_user_count (UsersServiceDbus *self);
-GList *users_service_dbus_get_user_list (UsersServiceDbus *self);
+gint users_service_dbus_get_user_count (UsersServiceDbus *self);
+GList *users_service_dbus_get_user_list (UsersServiceDbus *self);
+gboolean users_service_dbus_activate_user_session (UsersServiceDbus *self,
+ UserData *user);
G_END_DECLS