Modified: trunk/launchd/src/libvproc_public.h (23522 => 23523)
--- 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.
*