Documentation
Dlang.org
GIOFuncs.ioCreateWatch
glib
c
types
GIOFuncs
creates a watch on the channel. This call corresponds directly to
glib.global.ioCreateWatch
.
struct
GIOFuncs
extern (
C
)
GSource
*
function
(
GIOChannel
*
channel
,
GIOCondition
condition
)
ioCreateWatch
;
glib
c
types
GIOFuncs
variables
ioClose
ioCreateWatch
ioFree
ioGetFlags
ioRead
ioSeek
ioSetFlags
ioWrite
creates a watch on the channel. This call corresponds directly to glib.global.ioCreateWatch.