Class

RebonjourService

Description

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

DNS-SD service identity.

A service identifies an advertised instance by name, service type, domain, network interface, and resolver metadata.

Hierarchy

hierarchy this RebonjourService ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

rebonjour_service_get_domain

Gets the DNS-SD domain.

rebonjour_service_get_ifindex

Gets the network interface index.

rebonjour_service_get_name

Gets the DNS-SD service instance name.

rebonjour_service_get_result_flags

Gets resolver metadata for self.

rebonjour_service_get_type_name

Gets the DNS-SD service type.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Rebonjour.Service:domain

The DNS-SD domain containing the service.

Rebonjour.Service:ifindex

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

Rebonjour.Service:name

The DNS-SD service instance name.

Rebonjour.Service:result-flags

Resolver metadata for the service result.

Rebonjour.Service:type

The DNS-SD service type, such as _ipp._tcp.

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

No description available.

Class members
parent_class: GObjectClass

No description available.