Projects
Browse Source     Search     Timeline     Wiki

Changeset 23523

Show
Ignore:
Timestamp:
2008-02-25 11:43:09 (6 months ago)
Author:
zarzycki@…
Message:

Fix an oversight.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/libvproc_public.h

    r23522 r23523  
    102102 * @function vproc_standby_prepare 
    103103 * 
     104 * @result 
     105 * Returns an opaque handle to be passed to vproc_standby_complete(). 
     106 * 
    104107 * @abstract 
    105108 * Call this API before registering notifications. For example: timers network 
     
    111114/*! 
    112115 * @function vproc_standby_complete 
     116 * 
     117 * @param 
     118 * The handle previously created with vproc_standby_prepare(). 
    113119 * 
    114120 * @abstract