has_seen_eof
Description:
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.