diff options
author | Cody Russell <crussell@canonical.com> | 2009-09-24 10:18:23 -0500 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2009-09-24 10:18:23 -0500 |
commit | 3e9432a11979cc8909c8a4db3c0b22651e11e638 (patch) | |
tree | 80edc7972709ff0d1c67624648bc8532502e2680 | |
parent | 997dd272496ef0071c227448a5320d42e437c421 (diff) | |
download | ayatana-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
-rw-r--r-- | src/users-service-dbus.h | 3 |
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); |