aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-component-listener.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-06-04 23:05:09 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-06-04 23:05:09 +0800
commite9e1b3c40c33cc195b73ec06dcb85a16b9b1d7c5 (patch)
treee9cf8389ce0b93937f9a68e6bcfe785d24efb3c3 /e-util/e-component-listener.h
parent28f43f54fc01e2d7ba3e4f4a94894f92969ffe55 (diff)
downloadgsoc2013-evolution-e9e1b3c40c33cc195b73ec06dcb85a16b9b1d7c5.tar
gsoc2013-evolution-e9e1b3c40c33cc195b73ec06dcb85a16b9b1d7c5.tar.gz
gsoc2013-evolution-e9e1b3c40c33cc195b73ec06dcb85a16b9b1d7c5.tar.bz2
gsoc2013-evolution-e9e1b3c40c33cc195b73ec06dcb85a16b9b1d7c5.tar.lz
gsoc2013-evolution-e9e1b3c40c33cc195b73ec06dcb85a16b9b1d7c5.tar.xz
gsoc2013-evolution-e9e1b3c40c33cc195b73ec06dcb85a16b9b1d7c5.tar.zst
gsoc2013-evolution-e9e1b3c40c33cc195b73ec06dcb85a16b9b1d7c5.zip
use ORBit_small_listen/_unlisten instead of Bonobo_Unknown_ping'ing the
2003-06-04 Rodrigo Moya <rodrigo@ximian.com> * e-component-listener.[ch]: use ORBit_small_listen/_unlisten instead of Bonobo_Unknown_ping'ing the components. svn path=/trunk/; revision=21382
Diffstat (limited to 'e-util/e-component-listener.h')
-rw-r--r--e-util/e-component-listener.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/e-util/e-component-listener.h b/e-util/e-component-listener.h
index 3ade575cea..3f5694ecd0 100644
--- a/e-util/e-component-listener.h
+++ b/e-util/e-component-listener.h
@@ -36,10 +36,8 @@ typedef struct {
} EComponentListenerClass;
GType e_component_listener_get_type (void);
-EComponentListener *e_component_listener_new (Bonobo_Unknown comp, int ping_delay);
+EComponentListener *e_component_listener_new (Bonobo_Unknown comp);
-int e_component_listener_get_ping_delay (EComponentListener *cl);
-void e_component_listener_set_ping_delay (EComponentListener *cl, int ping_delay);
Bonobo_Unknown e_component_listener_get_component (EComponentListener *cl);
void e_component_listener_set_component (EComponentListener *cl,
Bonobo_Unknown comp);