From b687b3aefb3b7a231d18dea06ca511b990049487 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 12 Jan 2009 16:07:22 -0600 Subject: Changing to showing the inicator and make it so that we dont' crash right now. --- 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 77fd82f..976e4b6 100644 --- a/libindicate/indicator.h +++ b/libindicate/indicator.h @@ -33,6 +33,8 @@ struct _IndicateIndicator { struct _IndicateIndicatorClass { GObjectClass parent_class; + void (*hide) (IndicateIndicator * indicator, gpointer data); + void (*show) (IndicateIndicator * indicator, gpointer data); void (*user_display) (IndicateIndicator * indicator, gpointer data); gchar * (*get_type) (IndicateIndicator * indicator); -- cgit v1.2.3