aboutsummaryrefslogtreecommitdiff
path: root/src/status-items.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/status-items.h')
-rw-r--r--src/status-items.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/status-items.h b/src/status-items.h
index 686d03c..f685a0e 100644
--- a/src/status-items.h
+++ b/src/status-items.h
@@ -6,8 +6,11 @@
G_BEGIN_DECLS
-GList * status_items_build (void);
+typedef void (*StatusUpdateFunc) (void);
+
+GList * status_items_build (StatusUpdateFunc update_func);
const gchar * status_current_panel_icon (gboolean alert);
+void status_items_cleanup (void);
G_END_DECLS