hal ChangeLog,1.425,1.426

David Zeuthen david at freedesktop.org
Tue Feb 22 14:00:47 PST 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv26902

Modified Files:
	ChangeLog 
Log Message:
2005-02-22  David Zeuthen  <davidz at redhat.com>

	* libhal/libhal.c: Patch from John (J5) Palmieri
	<johnp at redhat.com>. Most libhal methods now require an additional
	DBusError pointer to be passed into the method.  Sometimes errors
	are expected in a world where device can be added or removed at
	any moment.  These errors can be handled based on the return value
	of the method and do not need the extra verbosity that the dbus
	errors provide.  Attached is a patch which allows a NULL value to
	be passed to all methods which read HAL keys indicating that a
	dbus error is not needed thereby freeing the programmer from
	having to initialize and free dbus error objects when they are not
	needed.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -d -r1.425 -r1.426
--- ChangeLog	22 Feb 2005 20:51:30 -0000	1.425
+++ ChangeLog	22 Feb 2005 22:00:45 -0000	1.426
@@ -1,5 +1,19 @@
 2005-02-22  David Zeuthen  <davidz at redhat.com>
 
+	* libhal/libhal.c: Patch from John (J5) Palmieri
+	<johnp at redhat.com>. Most libhal methods now require an additional
+	DBusError pointer to be passed into the method.  Sometimes errors
+	are expected in a world where device can be added or removed at
+	any moment.  These errors can be handled based on the return value
+	of the method and do not need the extra verbosity that the dbus
+	errors provide.  Attached is a patch which allows a NULL value to
+	be passed to all methods which read HAL keys indicating that a
+	dbus error is not needed thereby freeing the programmer from
+	having to initialize and free dbus error objects when they are not
+	needed.
+
+2005-02-22  David Zeuthen  <davidz at redhat.com>
+
 	* hald/linux2/classdev.c (usbclass_add): Also set 
 	printer.physical_device
 




More information about the hal-commit mailing list