On Fri, Sep 17, 2010 at 3:23 AM, Raghavendra. S <[email protected]> wrote: > Hi All, > > > I am getting following error with below piece of code using which I am > trying to set "IPv4.Configuration". Can anybody tell me what is wrong here. > Connman is connected to below mentioned profile and get properties is > working fine. > > # ./a.out > Error!!! dbus_connection_send_with_reply_and_block() failed, > Error[org.freedesktop.DBus.Error.UnknownMethod: Method "SetProperty" with > signature "sv" on interface "org.moblin.connman.Service" doesn't exist > ]
It's hard to read this code without indentation. If you want to use the C API of dbus, take a look to the implementation of e_dbus. The method you are trying to implement is e_connman_service_ipv4_configure_manual() in e_connman_service.c. Here it is: http://trac.enlightenment.org/e/browser/trunk/e_dbus/src/lib/connman/e_connman_service.c Lucas De Marchi _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
