Changeset 23523
- Timestamp:
- 2008-02-25 11:43:09 (6 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/libvproc_public.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/libvproc_public.h
r23522 r23523 102 102 * @function vproc_standby_prepare 103 103 * 104 * @result 105 * Returns an opaque handle to be passed to vproc_standby_complete(). 106 * 104 107 * @abstract 105 108 * Call this API before registering notifications. For example: timers network … … 111 114 /*! 112 115 * @function vproc_standby_complete 116 * 117 * @param 118 * The handle previously created with vproc_standby_prepare(). 113 119 * 114 120 * @abstract

