Infinity.LocalPublisherInterface

Fields

Name

Type

Access

Description

parent

GObject.TypeInterface

r

publish

object

r

Virtual function to announce a service of the given type with the given name on the given port. The returned Infinity.LocalPublisherItem is valid as long as the service is published and the Infinity.LocalPublisher is alive. It can be used to unpublish the service again using the unpublish function.

unpublish

object

r

Virtual function to unpublish a previously published service.

Methods

None

Details

class Infinity.LocalPublisherInterface

Virtual functions for Infinity.LocalPublisher.