GIOFuncs.ioGetFlags

gets the #GIOFlags for the channel. This function need only return the G_IO_FLAG_APPEND and G_IO_FLAG_NONBLOCK flags; glib.iochannel.IOChannel.getFlags automatically adds the others as appropriate.

struct GIOFuncs
extern (C)
GIOFlags function(GIOChannel* channel) ioGetFlags;