NetworkManager r2260 - in trunk: . src



Author: tambeti
Date: 2007-02-02 08:50:56 +0000 (Fri, 02 Feb 2007)
New Revision: 2260
ViewCVS link: http://svn.gnome.org/viewcvs/NetworkManager?rev=2260&view=rev

Modified:
   trunk/ChangeLog
   trunk/src/nm-dbus-manager.c
   trunk/src/nm-dbus-manager.h
Log:
2007-02-02  Tambet Ingo  <tambet ximian com>

	* src/nm-dbus-manager.c:
	* src/nm-dbus-manager.h:
		- Convert all internal DBUS code to use dbus-glib bindings.
		- Remove GObject properties, we don't need them here.
		- Don't explicitly set things to NULL after freeing, glib is
		  happy to do it if asked nicely (G_DEBUG=gc-friendly).
		- Make public API argument checks type safe.
		- Remove unnecessary (and wrong) cast to GObject for the first
		  argument to g_signal_* calls - The first argument is a gpointer.
		- Export DBusGConnection to other cool classes that (are going to)
		  use dbus-glib.






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