repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git]
/
arch
/
all-unix
/
hidd
/
unixio
/
unixio.conf
blob
27f312ae8670324edacfc381014ff280cf730cbb
1
##begin config
2
basename UXIO
3
version 41.1
4
residentpri 91
5
libbasetype struct unixio_base
6
sysbase_field uio_SysBase
7
classptr_field uio_unixioclass
8
classid CLID_Hidd_UnixIO
9
superclass CLID_Hidd
10
classdatatype struct UnixIOData
11
options noexpunge
12
##end config
13
14
##begin cdefprivate
15
#include <hidd/unixio.h>
16
#include "unixio.h"
17
##end cdefprivate
18
19
##begin methodlist
20
.interface Root
21
New
22
Dispose
23
.interface Hidd_UnixIO
24
Wait
25
AsyncIO
26
AbortAsyncIO
27
OpenFile
28
CloseFile
29
WriteFile
30
IOControlFile
31
ReadFile
32
##end methodlist