From 4670fee8fe07e67098788396d4d124181d2ecd38 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 13 Jan 2009 15:43:14 -0600 Subject: Adding in a display function and a list by type. --- libindicate/indicator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libindicate/indicator.h') diff --git a/libindicate/indicator.h b/libindicate/indicator.h index 2a15e3b..45c4128 100644 --- a/libindicate/indicator.h +++ b/libindicate/indicator.h @@ -65,6 +65,8 @@ guint indicate_indicator_get_id (IndicateIndicator * indicator); * subclass and exported through this pretty function */ const gchar * indicate_indicator_get_indicator_type (IndicateIndicator * indicator); +void indicate_indicator_user_display (IndicateIndicator * indicator); + G_END_DECLS #endif /* INDICATE_INDICATOR_H_INCLUDED__ */ -- cgit v1.2.3