[Kde-bindings] Implementing Ruby DCOP

Richard Dale Richard_Dale at tipitina.demon.co.uk
Fri Sep 26 07:23:17 UTC 2003


On Friday 26 September 2003 07:57, Richard Dale wrote:

> I like this one best at the moment:
>  $kapp.dcopClient().emit clientDied(pid)
Oops, I don't think that will work. It should be:

$kapp.dcopClient().emit.clientDied(pid)

All this emit does is take zero args and return self.

-- Richard


More information about the Kde-bindings mailing list