aboutsummaryrefslogtreecommitdiff
path: root/src/users-service-dbus.h
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-09-24 10:18:23 -0500
committerCody Russell <crussell@canonical.com>2009-09-24 10:18:23 -0500
commit3e9432a11979cc8909c8a4db3c0b22651e11e638 (patch)
tree80edc7972709ff0d1c67624648bc8532502e2680 /src/users-service-dbus.h
parent997dd272496ef0071c227448a5320d42e437c421 (diff)
downloadayatana-indicator-session-3e9432a11979cc8909c8a4db3c0b22651e11e638.tar.gz
ayatana-indicator-session-3e9432a11979cc8909c8a4db3c0b22651e11e638.tar.bz2
ayatana-indicator-session-3e9432a11979cc8909c8a4db3c0b22651e11e638.zip
Remove user_changed and users_icons_changed from the class
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r--src/users-service-dbus.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h
index 201445e..fc14beb 100644
--- a/src/users-service-dbus.h
+++ b/src/users-service-dbus.h
@@ -61,9 +61,6 @@ struct _UsersServiceDbusClass {
GObjectClass parent_class;
/* Signals */
- gboolean (*user_changed) (UsersServiceDbus *self, gchar **name, gpointer user_data);
- gboolean (*users_icons_changed) (UsersServiceDbus *self, GArray **icons, gpointer user_data);
-
void (* users_loaded) (UsersServiceDbus *self, gpointer user_data);
void (* user_added) (UsersServiceDbus *self, gint64 uid, gpointer user_data);