hal/doc/spec hal-spec.html,1.20,1.21

David Zeuthen david at freedesktop.org
Sun Sep 19 06:47:54 PDT 2004


Update of /cvs/hal/hal/doc/spec
In directory gabe:/tmp/cvs-serv27334/doc/spec

Modified Files:
	hal-spec.html 
Log Message:
2004-09-19  David Zeuthen  <david at fubar.dk>

	* hald/hald_dbus.c: Include dbus-glib-lowlevel.h instead of dbus-glib.h
	(filter_function): Remove some debug output

	* configure.in: Check for selinux_removable_context_path in 
	libselinux

	* tools/fstab-sync.c:
	(get_removable_context):
	(fs_table_add_volume):
	(add_udi):
	(remove_udi):
	(clean): 
	Patch from Dan Walsh <dwalsh at redhat.com> to add fscontext to
	/etc/fstab for SELinux. Also removes patch that restored context
	for /etc/fstab since this is not needed.



Index: hal-spec.html
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- hal-spec.html	16 Sep 2004 22:04:15 -0000	1.20
+++ hal-spec.html	19 Sep 2004 13:47:52 -0000	1.21
@@ -6264,6 +6264,23 @@
 # @raises                       org.freedesktop.Hal.NoSuchDevice
 #
 bool QueryCapability(string capability)
+
+# Take an advisory lock on the device.
+#
+# @param  reason                A user-presentable reason why the device
+#                               is locked.
+# @raises                       org.freedesktop.Hal.NoSuchDevice,
+#                               org.freedesktop.Hal.DeviceAlreadyLocked
+#
+void Lock(string reason)
+
+# Release an advisory lock on the device.
+#
+# @raises                       org.freedesktop.Hal.NoSuchDevice,
+#                               org.freedesktop.Hal.DeviceAlreadyLocked,
+#                               org.freedesktop.Hal.PermissionDenied
+#
+void Unlock()
 </PRE
 ></TD
 ></TR




More information about the hal-commit mailing list