Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.SocketProtocol

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GSocketProtocol
Enum : SocketProtocol
  Show / Hide Inherited methods, properties and signals
A protocol identifier is specified when creating a GSocket, which is a family/type specific identifier, where 0 means the default protocol for the particular family/type. This enum contains a set of commonly available and used protocols. You can also pass any other identifiers handled by the platform in order to use protocols not listed here.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.Socket
Property
protocol : Gio.SocketProtocol
Gio.Socket
Method
new Gio.Socket.c_new (SocketFamily family, SocketType type, SocketProtocol protocol) : Gio.Socket
Create a new Gio.Socket
Gio.Socket
Method
get_protocol () : Gio.SocketProtocol
Gio.SocketClient
Property
protocol : Gio.SocketProtocol
Gio.SocketClient
Method
get_protocol () : Gio.SocketProtocol
Gio.SocketClient
Method
set_protocol (SocketProtocol protocol) : none
Gio.SocketListener
Method
add_address (SocketAddress address, SocketType type, SocketProtocol protocol, Object source_object, SocketAddress effective_address) : Boolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:33 GMT+0800 (HKT)