Class
RebonjourResolvedService
Description
final class Rebonjour.ResolvedService : GObject.Object
implements Gio.SocketConnectable {
/* No available fields */
}
Resolved DNS-SD service data.
A resolved service combines the original RebonjourService,
resolved target host, endpoint list, TXT records, SRV metadata, and resolver flags.
Instance methods
Methods inherited from GSocketConnectable (3)
g_socket_connectable_enumerate
Creates a GSocketAddressEnumerator for connectable.
g_socket_connectable_proxy_enumerate
Creates a GSocketAddressEnumerator for connectable that will
return a GProxyAddress for each of its addresses that you must connect
to via a proxy.
g_socket_connectable_to_string
Format a GSocketConnectable as a string. This is a human-readable format for
use in debugging output, and is not a stable serialization format. It is not
suitable for use in user interfaces as it exposes too much information for a user.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.