Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.SocketClient

Class Gio.SocketClient

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GSocketClient
Class : SocketClient
Extends: GObject.Object
GSocketClient is a high-level utility class for connecting to a
network host using a connection oriented socket type.
You create a GSocketClient object, set any options you want, then
call a sync or async connect operation, which returns a GSocketConnection
subclass on success.
The type of the GSocketConnection object returned depends on the type of
the underlying socket that is in use. For instance, for a TCP/IP connection
it will be a GTcpConnection.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties- Nowhere other than here
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:17 GMT+0800 (HKT)