Class

RebonjourEndpoint

Description

final class Rebonjour.Endpoint : GObject.Object
{
  /* No available fields */
}

Resolved network endpoint.

An endpoint contains the socket address and metadata for one address returned while resolving a DNS-SD service.

Hierarchy

hierarchy this RebonjourEndpoint ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

rebonjour_endpoint_new

Creates a resolved endpoint.

Instance methods

rebonjour_endpoint_dup_address

Gets the socket address for self.

rebonjour_endpoint_get_host_name

Gets the host name that produced this endpoint.

rebonjour_endpoint_get_ifindex

Gets the network interface index associated with this endpoint.

rebonjour_endpoint_get_result_flags

Gets resolver metadata for self.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Rebonjour.Endpoint:address

The resolved socket address.

Rebonjour.Endpoint:host-name

The host name that produced this endpoint.

Rebonjour.Endpoint:ifindex

The network interface index, or 0 when not specific to one interface.

Rebonjour.Endpoint:result-flags

Resolver metadata for the endpoint.

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.

Class structure

struct RebonjourEndpointClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.