Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Properties Author(s) References
Internet GSocketAddress
gInetSocketAddressNew(address, port)
gInetSocketAddressGetAddress(object)
gInetSocketAddressGetPort(object)
gInetSocketAddress(address, port)
1 2 3 | GObject
+----GSocketAddress
+----GInetSocketAddress
|
GInetSocketAddress implements
GSocketConnectable
.
An IPv4 or IPv6 socket address; that is, the combination of a
GInetAddress
and a port number.
GInetSocketAddress
An IPv4 or IPv6 socket address, corresponding to a struct
sockaddr_in
or structsockaddr_in6
.
gInetSocketAddress
is the equivalent of gInetSocketAddressNew
.
address
[GInetAddress
: * : Read / Write / Construct Only]The address.
port
[numeric : Read / Write / Construct Only]The port. Allowed values: <= 65535 Default value: 0
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gio/stable/GInetSocketAddress.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.