[Kde-bindings] DCOP call to ktorrent

Anthony Bargnesi abargnesi at gmail.com
Wed Aug 30 13:18:50 UTC 2006


Caleb,

Wow, thanks for the tips.  That seems like it works perfectly.  I will give
it
a try tonight.  Thanks a lot.

One more thing.  I am new to ruby so I am finding it difficult to navigate
documentation.
How would I go about aquiring documentation for QtRuby and Korundum
classes/methods/etc?

Thanks, it helped a lot.

Anthony Bargnesi

On 8/30/06, Caleb Tennis <caleb at aei-tech.com> wrote:
>
> >
> > Does it take more than this to connect to a running DCOP slot?  It
> > seems like I have to setup
> > the dcopclient before I make a "call".
> >
>
> Yeah, I do something like this:
>
> @dcopclient = KDE::DCOPClient.new
> @dcopclient.attach
> @dcopclient.registerAs("my_app_name",false)
>
> @dcop = KDE::DCOPRef.new("other_app_name","object_identity")
> @dcop.setDCOPClient(@dcopclient)
>
> Then @dcop will work as normal.
>
> HTH,
> Caleb
>
>
> _______________________________________________
> Kde-bindings mailing list
> Kde-bindings at kde.org
> https://mail.kde.org/mailman/listinfo/kde-bindings
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-bindings/attachments/20060830/b837c676/attachment.html>


More information about the Kde-bindings mailing list