aboutsummaryrefslogtreecommitdiff
path: root/src/users-service-dbus.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-16 21:46:42 -0500
committerTed Gould <ted@gould.cx>2010-03-16 21:46:42 -0500
commit41fb4503ec3443835be5176733158cf5bcf372d9 (patch)
tree2bd28d8ff76386982de86b9f1016356c102a9d33 /src/users-service-dbus.h
parent5a06c7033c279c5421894ed99d01adb449568521 (diff)
downloadayatana-indicator-session-41fb4503ec3443835be5176733158cf5bcf372d9.tar.gz
ayatana-indicator-session-41fb4503ec3443835be5176733158cf5bcf372d9.tar.bz2
ayatana-indicator-session-41fb4503ec3443835be5176733158cf5bcf372d9.zip
Adding a menuitem property to the user data structure.
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r--src/users-service-dbus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h
index 29f6690..15dd71b 100644
--- a/src/users-service-dbus.h
+++ b/src/users-service-dbus.h
@@ -22,6 +22,7 @@
#include <glib.h>
#include <glib-object.h>
+#include <libdbusmenu-glib/menuitem.h>
G_BEGIN_DECLS
@@ -47,7 +48,10 @@ struct _UserData
GList *sessions;
+ /* Whether the real name here conflicts with another in the system */
gboolean real_name_conflict;
+ /* The menuitem representing this user if there is one. */
+ DbusmenuMenuitem * menuitem;
UsersServiceDbus *service;
};