[Kde-bindings] sending an email using korundum and dcop
Caleb Tennis
caleb at aei-tech.com
Mon Nov 5 22:34:23 UTC 2007
>
> So, how do I get korundum to call the correct dcop function?
Here's a snippet of what I did in an old app. It might help.
@dcopclient = KDE::DCOPClient.new
@dcopclient.attach
@dcopclient.registerAs("fuel_state")
@dcop = KDE::DCOPRef.new("gina","MessageHandlerBase")
@dcop.setDCOPClient(@dcopclient)
@dcop.call("TriggerESTOPTimer(QString,unsigned int)","cuty_writer",
secs)
More information about the Kde-bindings
mailing list