export


Description:

public bool export (DBusConnection connection, string object_path) throws Error

Exports this at object_path on connection.

This can be called multiple times to export the same this onto multiple connections however the object_path provided must be the same for all connections.

Use unexport to unexport the object.

Parameters:

this

The D-Bus interface to export.

connection

A DBusConnection to export this on.

object_path

The path to export the interface at.

Returns:

true if the interface was exported on connection, otherwise false with throws set.