aboutsummaryrefslogtreecommitdiff
path: root/src/users-service-dbus.h
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-09-22 16:57:01 -0500
committerCody Russell <crussell@canonical.com>2009-09-22 16:57:01 -0500
commitc4ff339c7576c83000b1a3695918d70e0124c098 (patch)
tree701ffaff23b5d40a4cb13b7b7e51e9941602830b /src/users-service-dbus.h
parent15e2e5192dce211e3d6d8f4dfa0bf1690ca3a77d (diff)
downloadayatana-indicator-session-c4ff339c7576c83000b1a3695918d70e0124c098.tar.gz
ayatana-indicator-session-c4ff339c7576c83000b1a3695918d70e0124c098.tar.bz2
ayatana-indicator-session-c4ff339c7576c83000b1a3695918d70e0124c098.zip
fix dbus fu
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r--src/users-service-dbus.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h
index 370df2e..ecfaf6d 100644
--- a/src/users-service-dbus.h
+++ b/src/users-service-dbus.h
@@ -38,7 +38,7 @@ typedef struct _UserData UserData;
struct _UserData
{
- uid_t uid;
+ gint64 uid;
gchar *user_name;
gchar *real_name;
gchar *shell;
@@ -68,7 +68,6 @@ 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);
-gchar *users_service_dbus_get_error (UsersServiceDbus *self);
G_END_DECLS