Class

RebonjourBrowser

Description

abstract class Rebonjour.Browser : GObject.Object
{
  /* No available fields */
}

Reusable DNS-SD service browser.

A browser exposes a stable GListModel of RebonjourService instances for one DNS-SD service type.

Hierarchy

hierarchy this RebonjourBrowser ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

rebonjour_browser_get_auto_refresh

Gets whether automatic refresh is enabled.

rebonjour_browser_get_refresh_interval

Gets the automatic refresh interval.

rebonjour_browser_list_services

Lists services currently known by self.

rebonjour_browser_refresh

Refreshes the browser contents.

rebonjour_browser_set_auto_refresh

Sets whether self should automatically refresh.

rebonjour_browser_set_refresh_interval

Sets the automatic refresh interval in milliseconds.

rebonjour_browser_stop

Stops browsing for services.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Rebonjour.Browser:auto-refresh
No description available.

Rebonjour.Browser:refresh-interval
No description available.

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 RebonjourBrowserClass {
  /* no available fields */
}

No description available.