Revision: 23523 http://trac.macosforge.org/projects/launchd/changeset/23523 Author: zarzycki@apple.com Date: 2008-02-25 11:43:09 -0800 (Mon, 25 Feb 2008) Log Message: ----------- Fix an oversight. Modified Paths: -------------- trunk/launchd/src/libvproc_public.h Modified: trunk/launchd/src/libvproc_public.h =================================================================== --- trunk/launchd/src/libvproc_public.h 2008-02-25 19:42:03 UTC (rev 23522) +++ trunk/launchd/src/libvproc_public.h 2008-02-25 19:43:09 UTC (rev 23523) @@ -101,6 +101,9 @@ /*! * @function vproc_standby_prepare * + * @result + * Returns an opaque handle to be passed to vproc_standby_complete(). + * * @abstract * Call this API before registering notifications. For example: timers network * state change, or when monitoring keyboard/mouse events. @@ -111,6 +114,9 @@ /*! * @function vproc_standby_complete * + * @param + * The handle previously created with vproc_standby_prepare(). + * * @abstract * Call this API when deregistering notifications. *
participants (1)
-
source_changes@macosforge.org