diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 06:24:04 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 06:24:04 -0600 |
commit | 0788baad4bd4714e8361a99150046ba4fdb4513a (patch) | |
tree | f4f67065ac5a0ef3f6692d7d39138be1b51d7704 /src/status-service-dbus.h | |
parent | e36075a13c2e270b9a240032f8fca244614d6367 (diff) | |
download | ayatana-indicator-session-0788baad4bd4714e8361a99150046ba4fdb4513a.tar.gz ayatana-indicator-session-0788baad4bd4714e8361a99150046ba4fdb4513a.tar.bz2 ayatana-indicator-session-0788baad4bd4714e8361a99150046ba4fdb4513a.zip |
Global status being used and thrown over d' bus
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 |