Re: How to get the D-bus path of the settings of a connection ?

2014-04-15 Thread Manuel Yguel
on it and it looks like it tries to activate it, however I think it does not work. Is this a problem related to the applet or did I miss to remove something when managing the adhoc connection ? Manuel On 04/10/2014 05:52 PM, Dan Williams wrote: On Thu, 2014-04-10 at 14:44 +0200, Manuel Yguel wrote

How to get the D-bus path of the settings of a connection ?

2014-04-10 Thread Manuel Yguel
the nm_connection_get_path on the NMConnection object but I get a NULL string. I am quite stuck now and any help would be much appreciated. - all the best, Manuel -- Manuel Yguel ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org

Re: nm_device_disconnect

2014-04-02 Thread Manuel Yguel
, Dan Winship wrote: On 04/01/2014 01:18 PM, Manuel Yguel wrote: however in the include directory of libnm-glib the file nm-device.h contains only the following function: void nm_device_disconnect (NMDevice *device, NMDeviceDeactivateFn callback, gpointer user_data); I tried

Re: nm_device_disconnect

2014-04-02 Thread Manuel Yguel
Thanks a lot Dan, It worked as you explained. I will document a minimal example corresponding to my use case and submit it through the mailing list for the record. On 04/02/2014 03:18 PM, Dan Winship wrote: On 04/01/2014 07:08 PM, Manuel Yguel wrote: Thanks for the answer, Is there an other

nm_device_disconnect

2014-04-01 Thread Manuel Yguel
Hi, I am using libnm-glib version 0.9.4.0-0ubuntu4.3 on ubuntu 12.04 precise pangolin. I would like to time the delay of activation of an adhoc network and I would like to do statistics: creating an adhoc network with a pc, scan and connect with an other, log the different times and repeat. So

Re: nm_device_disconnect

2014-04-01 Thread Manuel Yguel
/2014 08:16 PM, Dan Winship wrote: On 04/01/2014 01:18 PM, Manuel Yguel wrote: however in the include directory of libnm-glib the file nm-device.h contains only the following function: void nm_device_disconnect (NMDevice *device, NMDeviceDeactivateFn callback, gpointer user_data