Re: BonoboEventSource example?

Martin Kretzschmar <[email protected]> 25 Jul 2003 12:42:15 +0200
Newsgroups gmane.comp.gnome.components
Message-ID <1059129725.2615.5.camel@localhost>
Hi Archit,

Am Fre, 2003-07-25 um 09.26 schrieb Archit Baweja:
> Hi
> 
> Well to make it easier for you guys, is it right for me to just call
> bonobo_event_notify_listeners on my server/control side? with an arbitrary
> string for an event? or do I have to setup one like g_signal_new, using
> bonobo_event_source_new or something?

There's no setup like g_signal_new.

> > Any ideas? Some simple 10 lines of code which briefly explains it in a simple
> > example? comon guys :-(.

How about tests/test-event-source.c (libbonobo source)?

HTH,
	Martin