Hi all, I'm trying to clear properties using the net.connman.Service For instance in order to clear out the AutoConnected flag, I've written the following code: g_dbus_proxy_call_sync( myProxy, "ClearProperty", g_variant_new( "(s)", "AutoConnect"), G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL );
I got the following error: [GLibDBusBase] Call method failed reason: GDBus.Error:net.connman.Error.InvalidProperty: Invalid property Could you please tell me where to find the correct property's name? I've read it here http://git.kernel.org/cgit/network/connman/connman.git/tree/doc/service-api.txt Thanks in advanceBest Regards -fb _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
