[launchd-changes] [23523] trunk/launchd/src/libvproc_public.h

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 25 11:43:09 PST 2008


Revision: 23523
          http://trac.macosforge.org/projects/launchd/changeset/23523
Author:   zarzycki at 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.
  *

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20080225/74859dd2/attachment.html 


More information about the launchd-changes mailing list