Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.IOChannel

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GIOChannel
Struct : IOChannel
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GLib.IOChannel ()
Create a new GLib.IOChannel
Create a new GLib.IOChannel
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Atk.StreamableContent
Method
get_stream (String mime_type) : GLib.IOChannel
Gets the content in the specified mime type.
GLib
Method
GLib.io_add_watch (IOChannel channel, Number priority, IOCondition condition, Function func, void* user_data, Function notify) : Number
GLib
Method
GLib.io_channel_unix_new (Number fd) : GLib.IOChannel
GLib
Method
GLib.io_create_watch (IOChannel channel, IOCondition condition) : GLib.Source
Gsf.InputMemory
Method
new Gsf.InputMemory.from_iochannel (IOChannel channel) : Gsf.InputMemory
Create a new Gsf.InputMemory
Gsf.OutputIOChannel
Method
new Gsf.OutputIOChannel.c_new (IOChannel channel) : Gsf.OutputIOChannel
Create a new Gsf.OutputIOChannel
Midgard.Blob
Method
get_handler (String mode) : GLib.IOChannel
The main idea is to get file handler.
Soup
Method
Soup.add_io_watch (MainContext async_context, IOChannel chan, IOCondition condition, Function function, void* data) : GLib.Source
NULL for the default context Adds an I/O watch as with g_io_add_watch(), but using the given with g_source_destroy().
Soup
Method
Soup.ssl_wrap_iochannel (IOChannel sock, Boolean non_blocking, SSLType type, String remote_host, SSLCredentials creds) : GLib.IOChannel
This attempts to wrap a new GIOChannel around sock that will SSL-encrypt/decrypt all traffic through it.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:57 GMT+0800 (HKT)