aboutsummaryrefslogtreecommitdiff
path: root/src/status-service-dbus.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-08 09:15:30 -0600
committerTed Gould <ted@canonical.com>2009-08-08 09:15:30 -0600
commit46812f4eb145ce20d50b728944b8b4e1205bbb41 (patch)
treeee3af6f4f5180b100e6f725c5c43c2dee8aa6b59 /src/status-service-dbus.h
parent32ae53755e9d5646ca3779bd889303d6a8ef5378 (diff)
parent839f57951591a4bf9d0ce4fd32b0c5b2d06bf73e (diff)
downloadayatana-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.h1
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