The members of GLib.IOChannel are listed below.
See Also: Inherited members from System.Object
| [read-only] | BufferCondition | IOCondition. BufferCondition property. |
| Buffered | bool. Buffered property. | |
| BufferSize | ulong. BufferSize property. | |
| CloseOnUnref | bool. CloseOnUnref property. | |
| Encoding | string. Encoding property. | |
| Flags | IOFlags. Flags property. | |
| [read-only] | Handle | IntPtr. Handle property. |
| LineTerminator | char[]. LineTerminator property. | |
| [read-only] | UnixFd | int. UnixFd property. |
AddWatch(int, IOCondition, IOFunc)Adds a notification watch to the mainloop at a given priority. | ||
Dispose()Disposes the channel. | ||
static | ErrorFromErrno(int)Converts an error number to an Error value. | |
Flush()Flushes the write buffer for the channel. | ||
static | FromHandle(IntPtr)Wraps a native channel. | |
ReadChars(byte[], out ulong)Reads data from the channel. | ||
ReadLine(out string)Reads a line from the channel. | ||
ReadLine(out string, out ulong)Reads the next line in the channel. | ||
ReadToEnd(out string)Reads to the end of the channel. | ||
ReadUnichar(out uint)Reads a UCS4 character from the channel. | ||
SeekPosition(long, SeekType)Seeks to a position in the channel. | ||
Shutdown(bool)Shuts down a channel. | ||
WriteChars(byte[], out ulong)Writes binary data to a channel. | ||
WriteChars(string, out string)Writes text to the channel. | ||
WriteUnichar(uint)Writes a UCS4 character to the channel. | ||
Init()Init method. | ||