Libraries:Gtk:Gio:GInetSocketAddress
Types
T
Inherits from:Gtk.Gio.GSocketAddress.T, Gtk.GObject.Object.T
An IPv4 or IPv6 socket address; that is, the combination of a Gtk.Gio.GInetAddress.T and a port number.
Constants
Nil : T
Functions
GetType() : Gtk.GObject.Type.T
New(address @ Gtk.Gio.GInetAddress.T, port @ Std.Integer.SmallT) : Gtk.Gio.GInetSocketAddress.T
Creates a new T for address and port.
address | a Gtk.Gio.GInetAddress.T |
port | a port number |
Returns | a new T |
Methods
:GetAddress(self @ T) : Gtk.Gio.GInetAddress.T
Gets address's Gtk.Gio.GInetAddress.T.
address | a T |
Returns | the Gtk.Gio.GInetAddress.T for address, which must be g_object_ref()'d if it will be stored. [transfer none] |