DBusServer

constructor(address: String, flags: DBusServerFlags, guid: String, observer: DBusAuthObserver? = null, cancellable: Cancellable? = null)

Creates a new D-Bus server that listens on the first address in

Return

A #GDBusServer or null if @error is set. Free with g_object_unref().

Since

2.26

Parameters

address

A D-Bus address.

flags

Flags from the #GDBusServerFlags enumeration.

guid

A D-Bus GUID.

observer

A #GDBusAuthObserver or null.

cancellable

A #GCancellable or null.


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)