diff options
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 |