diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 09:15:30 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 09:15:30 -0600 |
commit | 46812f4eb145ce20d50b728944b8b4e1205bbb41 (patch) | |
tree | ee3af6f4f5180b100e6f725c5c43c2dee8aa6b59 /src/status-service-dbus.h | |
parent | 32ae53755e9d5646ca3779bd889303d6a8ef5378 (diff) | |
parent | 839f57951591a4bf9d0ce4fd32b0c5b2d06bf73e (diff) | |
download | ayatana-indicator-session-46812f4eb145ce20d50b728944b8b4e1205bbb41.tar.gz ayatana-indicator-session-46812f4eb145ce20d50b728944b8b4e1205bbb41.tar.bz2 ayatana-indicator-session-46812f4eb145ce20d50b728944b8b4e1205bbb41.zip |
Lots of updates from a branch to make things on the status
front all happy happy joy joy.
Diffstat (limited to 'src/status-service-dbus.h')
-rw-r--r-- | src/status-service-dbus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status-service-dbus.h b/src/status-service-dbus.h index 66c9206..34a9c3c 100644 --- a/src/status-service-dbus.h +++ b/src/status-service-dbus.h @@ -52,6 +52,7 @@ struct _StatusServiceDbus { }; GType status_service_dbus_get_type (void); +void status_service_dbus_set_status (StatusServiceDbus * self, const gchar * icon); G_END_DECLS |