Mercurial > hg > xemacs-beta
diff src/events.h @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | c9fe270a4101 |
children | cc15677e0335 |
line wrap: on
line diff
--- a/src/events.h Mon Aug 13 11:00:13 2007 +0200 +++ b/src/events.h Mon Aug 13 11:01:07 2007 +0200 @@ -273,7 +273,7 @@ implementation does not care about that implementation. The Create stream pair function is passed two void* values, which identify - process-dependant 'handles'. The process implementation uses these handles + process-dependent 'handles'. The process implementation uses these handles to communicate with child processes. The function must be prepared to receive handle types of any process implementation. Since there only one process implementation exists in a particular XEmacs configuration, preprocessing @@ -293,7 +293,7 @@ corresponding lstream should not be created. The return value of the function is a unique stream identifier. It is used - by processes implementation, in its platform-independant part. There is + by processes implementation, in its platform-independent part. There is the get_process_from_usid function, which returns process object given its USID. The event stream is responsible for converting its internal handle type into USID.