aboutsummaryrefslogtreecommitdiff
path: root/src/users-service-dbus.h
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-09-23 12:40:16 -0500
committerCody Russell <crussell@canonical.com>2009-09-23 12:40:16 -0500
commita3ca139c3e39765da2a295b1d7261268f94f020b (patch)
tree6bce022f6235d588f796c388d69706c392341ebd /src/users-service-dbus.h
parent541259b2cb86b7393232f59e4f61366e52fe5cea (diff)
downloadayatana-indicator-session-a3ca139c3e39765da2a295b1d7261268f94f020b.tar.gz
ayatana-indicator-session-a3ca139c3e39765da2a295b1d7261268f94f020b.tar.bz2
ayatana-indicator-session-a3ca139c3e39765da2a295b1d7261268f94f020b.zip
user activation wip
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