has_seen_eof


Description:

[ CCode ( cname = "FCGX_HasSeenEOF" ) ]
public bool has_seen_eof ()

Returns true if end-of-file has been detected while reading from stream.

Note that this may return false, yet an immediately following getc may return EOF. This function, like the standard C stdio function GLib.FileStream.eof, does not provide the ability to peek ahead.