GIOFuncs.ioSetFlags

sets the #GIOFlags on the channel. This is called from glib.iochannel.IOChannel.setFlags with all flags except for G_IO_FLAG_APPEND and G_IO_FLAG_NONBLOCK masked out.

struct GIOFuncs
extern (C)
GIOStatus function(GIOChannel* channel, GIOFlags flags, GError** _err) ioSetFlags;