NetworkManager r2479 - in trunk: . libnm-glib



Author: tambeti
Date: 2007-03-16 09:37:53 +0000 (Fri, 16 Mar 2007)
New Revision: 2479
ViewCVS link: http://svn.gnome.org/viewcvs/NetworkManager?rev=2479&view=rev

Modified:
   trunk/ChangeLog
   trunk/libnm-glib/libnm-glib-test.c
   trunk/libnm-glib/nm-client.c
   trunk/libnm-glib/nm-client.h
   trunk/libnm-glib/nm-device-802-11-wireless.c
   trunk/libnm-glib/nm-device-802-3-ethernet.c
   trunk/libnm-glib/nm-device-private.h
   trunk/libnm-glib/nm-device.c
   trunk/libnm-glib/nm-device.h
   trunk/libnm-glib/nm-ip4-config.c
   trunk/libnm-glib/nm-utils.c
   trunk/libnm-glib/nm-utils.h
Log:
2007-03-16  Tambet Ingo  <tambet ximian com>

	* libnm-glib/nm-device.c (nm_device_get_description): Implement.

	* libnm-glib/nm-client.c (nm_client_manager_is_running): Implement. Also add a
	"manager-running" signal that notifies the appearance/disappearance of NM.
	(nm_client_sleep): Implement.

	* libnm-glib/nm-device.c:
	* libnm-glib/nm-device-802-11-wireless.c: 
	* libnm-glib/nm-device-802-3-ethernet.c: 

	Don't inherit from DBusGProxy, add a proxy to private
	data. The reason is, classes inherited from NMDevice wouldn't get any dbus signals
	for anything but their own dbus interface. DBusGProxy objects support only one
	interfaces and to work around this, NMDevice has spearate proxy for each dbus
	interface. The nice side effect of this change is that we do not create a new
	DBusGProxy object for each property access.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]