DBusObjectManagerServer


Description:

[ CCode ( has_construct_function = false ) ]
public DBusObjectManagerServer (string object_path)

Creates a new DBusObjectManagerServer object.

The returned server isn't yet exported on any connection. To do so, use set_connection. Normally you want to export all of your objects before doing so to avoid InterfacesAdded signals being emitted.

Parameters:

object_path

The object path to export the manager object at.

Returns:

A DBusObjectManagerServer object. Free with unref.