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.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'libindicate/indicator.c') diff --git a/libindicate/indicator.c b/libindicate/indicator.c index 2db8468..3e168c9 100644 --- a/libindicate/indicator.c +++ b/libindicate/indicator.c @@ -4,6 +4,8 @@ /* Signals */ enum { + HIDE, + SHOW, USER_DISPLAY, LAST_SIGNAL }; @@ -65,3 +67,17 @@ indicate_indicator_new (void) return indicator; } +void +indicate_indicator_show (IndicateIndicator * indicator) +{ + + +} + +void +indicate_indicator_hide (IndicateIndicator * indicator) +{ + + +} + -- cgit v1.2.3