DBusObjectManagerServer.unexport

If manager has an object at path, removes the object. Otherwise does nothing. Note that object_path must be in the hierarchy rooted by the object path for manager. Since 2.30

class DBusObjectManagerServer
int
unexport
(
string objectPath
)

Parameters

objectPath string

An object path.

Return Value

Type: int

TRUE if object at object_path was removed, FALSE otherwise.

Meta