Basics
Guides
API Reference
Basics
Guides
API Reference
[24:7] extends: object
A single target host/port that a network service is running on. SRV (service)
records are used by some network protocols to provide service-specific
aliasing and load-balancing. For example, XMPP (Jabber) uses SRV records to
locate the XMPP server for a domain; rather than connecting directly to
‘example.com’ or assuming a specific server hostname like ‘xmpp.example.com’,
an XMPP client would look up the xmpp-client SRV record for ‘example.com’,
and then connect to whatever host was pointed to by that record. You can use
[method@Gio.Resolver.lookup_service] or
[method@Gio.Resolver.lookup_service_async] to find the GSrvTargets for a
given service. However, if you are simply planning to connect to the remote
service, you can use [class@Gio.NetworkService]’s
[iface@Gio.SocketConnectable] interface and not need to worry about
GSrvTarget at all.
SrvTarget (Handle = null)
Creates a new
SrvTargetby wrapping a native handle or another wrapper.
Handle is the native handle or another wrapper whose handle to adopt.toNativeHandle (Source)
Normalizes a constructor argument into a raw pointer carrier. Accepts a raw NativeHandle, a raw NativeBuffer returned from
fn.call(...), another generated wrapper exposinghandle(), or null. Returns null when the argument carries no pointer.
Source is the raw handle, raw buffer, wrapper, or null.A raw pointer carrier or null when no pointer is present.getLib ()
Returns the opened native library for this generated wrapper.
The opened native library.handle ()
Returns the wrapped NativeHandle.
The wrapped NativeHandle.isNull ()
Returns true when the wrapped handle is null.
A bool.describe ()
Returns a small string for debugging generated wrappers.
A string.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.