Class

RebonjourClient

Description

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

DNS-SD client entry point.

A client owns the selected local backend. Avahi is preferred when available; systemd-resolved is used as a fallback.

Hierarchy

hierarchy this RebonjourClient ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

rebonjour_client_new

Creates a new client using the process-wide system bus backend.

rebonjour_client_new_for_connection

Creates a new client using connection.

Instance methods

rebonjour_client_browse

Creates a browser for service_type.

rebonjour_client_check_available

Checks that an mDNS/DNS-SD backend is reachable.

rebonjour_client_get_available

Checks whether self has a supported backend.

rebonjour_client_list_service_types

Lists advertised DNS-SD service types in domain.

rebonjour_client_lookup_instances

Looks up service instances for service_type.

rebonjour_client_register_service

Registers a DNS-SD service with the selected backend.

rebonjour_client_resolve_service

Resolves service to endpoints and TXT data.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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 RebonjourClientClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.