mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
docs: Move the GNetworkService SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
822521215b
commit
06c2e33707
@ -43,28 +43,19 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:gnetworkservice
|
||||
* @short_description: A GSocketConnectable for resolving SRV records
|
||||
* @include: gio/gio.h
|
||||
* GNetworkService:
|
||||
*
|
||||
* Like #GNetworkAddress does with hostnames, #GNetworkService
|
||||
* Like [class@Gio.NetworkAddress] does with hostnames, `GNetworkService`
|
||||
* provides an easy way to resolve a SRV record, and then attempt to
|
||||
* connect to one of the hosts that implements that service, handling
|
||||
* service priority/weighting, multiple IP addresses, and multiple
|
||||
* address families.
|
||||
*
|
||||
* See #GSrvTarget for more information about SRV records, and see
|
||||
* #GSocketConnectable for an example of using the connectable
|
||||
* See [struct@Gio.SrvTarget] for more information about SRV records, and see
|
||||
* [iface@Gio.SocketConnectable] for an example of using the connectable
|
||||
* interface.
|
||||
*/
|
||||
|
||||
/**
|
||||
* GNetworkService:
|
||||
*
|
||||
* A #GSocketConnectable for resolving a SRV record and connecting to
|
||||
* that service.
|
||||
*/
|
||||
|
||||
struct _GNetworkServicePrivate
|
||||
{
|
||||
gchar *service, *protocol, *domain, *scheme;
|
||||
|
Loading…
Reference in New Issue
Block a user