Idris2Doc : System.Linux.Inotify.Inotify

System.Linux.Inotify.Inotify

(source)

Definitions

recordInotify : Type
  An `inotify` file descriptor.

Totality: total
Visibility: export
Constructor: 
I : Bits32->Inotify

Projection: 
.fd : Inotify->Bits32

Hints:
CastInotifyFd
CastCIntInotify
EqInotify
OrdInotify
ShowInotify
recordWatch : Type
  An `inotify` file descriptor.

Totality: total
Visibility: export
Constructor: 
W : Bits32->Watch

Projection: 
.wd : Watch->Bits32

Hints:
CastCIntWatch
CastWatchBits32
EqWatch
InterpolationWatch
OrdWatch
ShowWatch
recordInotifyRes : Type
Totality: total
Visibility: public export
Constructor: 
IR : Watch->InotifyMask->Bits32->String->InotifyRes

Projections:
.cookie : InotifyRes->Bits32
.mask : InotifyRes->InotifyMask
.name : InotifyRes->String
.watch : InotifyRes->Watch

Hints:
EqInotifyRes
FromBuf (ListInotifyRes)
FromPtr (ListInotifyRes)
ShowInotifyRes
.watch : InotifyRes->Watch
Totality: total
Visibility: public export
watch : InotifyRes->Watch
Totality: total
Visibility: public export
.mask : InotifyRes->InotifyMask
Totality: total
Visibility: public export
mask : InotifyRes->InotifyMask
Totality: total
Visibility: public export
.cookie : InotifyRes->Bits32
Totality: total
Visibility: public export
cookie : InotifyRes->Bits32
Totality: total
Visibility: public export
.name : InotifyRes->String
Totality: total
Visibility: public export
name : InotifyRes->String
Totality: total
Visibility: public export
results : SnocListInotifyRes->AnyPtr->AnyPtr->Bits32->ListInotifyRes
Totality: total
Visibility: export