Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Enum GLib.IOStatus

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GIOStatus
Enum : IOStatus
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib.IOChannel
Method
shutdown (Boolean flush) : GLib.IOStatus
GLib.IOChannel
Method
set_flags (IOFlags flags) : GLib.IOStatus
GLib.IOChannel
Method
set_encoding (String encoding) : GLib.IOStatus
GLib.IOChannel
Method
flush () : GLib.IOStatus
GLib.IOChannel
Method
read_line (Array str_return, Object out_values) : GLib.IOStatus
GLib.IOChannel
Method
read_line_string (String buffer, Object out_values) : GLib.IOStatus
GLib.IOChannel
Method
read_to_end (Array str_return, Object out_values) : GLib.IOStatus
GLib.IOChannel
Method
read_chars (String buf, Number count, Object out_values) : GLib.IOStatus
GLib.IOChannel
Method
read_unichar (Number thechar) : GLib.IOStatus
GLib.IOChannel
Method
write_chars (String buf, Number count, Object out_values) : GLib.IOStatus
GLib.IOChannel
Method
write_unichar (Number thechar) : GLib.IOStatus
GLib.IOChannel
Method
seek_position (Number offset, SeekType type) : GLib.IOStatus
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:59 GMT+0800 (HKT)