mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Tweak automatic markup .. recognize C/ObjC types
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21978 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f9dd4ffccc
commit
a7f29c00b9
3 changed files with 95 additions and 2 deletions
|
@ -140,8 +140,8 @@ typedef enum {
|
|||
* Callback message sent to object when the event it it waiting
|
||||
* for occurs. The 'data' and 'type' values are those passed in the
|
||||
* original -addEvent:type:watcher:forMode: method.<br />
|
||||
* The 'extra' value may be additional data returned depending
|
||||
* on the type of event. In the case of ET_WINMSG 'extra' is a pointer
|
||||
* The 'extra' value may be additional data returned depending on the type
|
||||
* of event. In the case of <code>ET_WINMSG</code> 'extra' is a pointer
|
||||
* to a windows <code>MSG</code> structure containing the received event.
|
||||
*/
|
||||
- (void) receivedEvent: (void*)data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue