ungetc
Description:
Pushes back the character onto the input stream.
One character of pushback is guaranteed once a character has been read. No pushback is possible for EOF.
Returns:
c if the pushback succeeded, GLib.FileStream.EOF if not. |