c
Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.InetAddress

Class Gio.InetAddress

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GInetAddress
Class : InetAddress
Extends: GObject.Object
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.InetAddressMask
Property
address : Gio.InetAddress
Gio.InetAddressMask
Method
new Gio.InetAddressMask.c_new (InetAddress addr, guint32 length) : Gio.InetAddressMask
Create a new Gio.InetAddressMask
Gio.InetAddressMask
Method
get_address () : Gio.InetAddress
Gio.InetAddressMask
Method
matches (InetAddress address) : gboolean
Gio.InetSocketAddress
Property
address : Gio.InetAddress
Gio.InetSocketAddress
Method
new Gio.InetSocketAddress.c_new (InetAddress address, guint16 port) : Gio.SocketAddress
Create a new Gio.InetSocketAddress
Gio.InetSocketAddress
Method
get_address () : Gio.InetAddress
Gio.ProxyAddress
Method
new Gio.ProxyAddress.c_new (InetAddress inetaddr, guint16 port, String protocol, String dest_hostname, guint16 dest_port, String username, String password) : Gio.SocketAddress
Create a new Gio.ProxyAddress
Gio.Resolver
Method
lookup_by_address (InetAddress address, Cancellable cancellable) : String
Gio.Resolver
Method
lookup_by_address_async (InetAddress address, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Socket
Method
join_multicast_group (InetAddress group, gboolean source_specific, String iface) : gboolean
Gio.Socket
Method
leave_multicast_group (InetAddress group, gboolean source_specific, String iface) : gboolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:07 GMT+0800 (HKT)