I get an aswer, but in ret it contains only the first return
parameter, the name of the connection, instead of all the four
parameters from the specs:

rpc_run() is only a "shortcut" for a set of OSSO/D-BUS calls that return only one parameter. So you must use the generic D-BUS bindings to do the ICD call you want.


osso_c.rpc_async_run("com.nokia.icd", "/com/nokia/icd",
           "com.nokia.icd", "get_ipinfo", callback = cb)

This seems to be a binding bug, we will investigate that.

I've reported this as a bug[#726] on Maemo bugzilla. As Elvis said, we will take a look on this.
_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to