Re: changing ip addresses using nm dbus with qt

2011-06-09 Thread Jirka Klimes
On Monday 06 of June 2011 12:07:27 Savio Sebastian wrote: > Hi all, > I am trying to change the ip addresses(switching between DHCP and manual) > using nm dbus with the qt i am able to get the devices list but how can i > change the ip addresses any examples available > Thanks I've added an examp

Re: changing ip addresses using nm dbus with qt

2011-06-06 Thread Vratislav Podzimek
Hi, first of all, you have to get connection which you want to change. ip addresses are set for connection not for device. You can use ListConnections() method of org.freedesktop.NetworkManager.Settings (http://projects.gnome.org/NetworkManager/developers/migrating-to-09/spec.html#org.freedesktop.N

changing ip addresses using nm dbus with qt

2011-06-06 Thread Savio Sebastian
Hi all, I am trying to change the ip addresses(switching between DHCP and manual) using nm dbus with the qt i am able to get the devices list  but how can i change the ip addresses any examples available Thanks ___ networkmanager-list mailing list networ