Hello everybody.

My name is Baptiste Saleil, I'm a GSoC student.
My project is to integrate GTG software to Gnome-Shell.

For this project, I need to use DBus with Gjs, but I have a problem
with method calls :
I created my interface and the proxy object without problem, and I'm
able to call methods like this :
        myProxy.myMethodRemote(args);

My problem is with non-void methods, I would like to get informations
like this :
        var myVar = myProxy.muGetMethodRemote(args);
        
How can I simply do that ?

Thanks,
Baptiste.
_______________________________________________
javascript-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/javascript-list

Reply via email to