From ba24704988964a1f211e82e87cbe8aca29641979 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 18 Aug 2009 11:52:09 -0500 Subject: Deleting everything only leaving libindicator --- tests/test-simple-client.c | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 tests/test-simple-client.c (limited to 'tests/test-simple-client.c') diff --git a/tests/test-simple-client.c b/tests/test-simple-client.c deleted file mode 100644 index f8db55a..0000000 --- a/tests/test-simple-client.c +++ /dev/null @@ -1,30 +0,0 @@ - -#include -#include "libindicate/indicator.h" - -static gboolean passed = TRUE; -static GMainLoop * mainloop = NULL; - -static gboolean -done_timeout_cb (gpointer data) -{ - g_debug("All done."); - g_main_loop_quit(mainloop); - return FALSE; -} - -int -main (int argc, char * argv) -{ - g_type_init(); - - IndicateIndicator * indicator = indicate_indicator_new(); - indicate_indicator_show(indicator); - - g_timeout_add_seconds(2, done_timeout_cb, indicator); - - mainloop = g_main_loop_new(NULL, FALSE); - g_main_loop_run(mainloop); - - return !passed; -} -- cgit v1.2.3