add_interface


Description:

public void add_interface (DBusInterfaceSkeleton interface_)

Adds interface_ to this.

If this already contains a DBusInterfaceSkeleton with the same interface name, it is removed before interface_ is added.

Note that this takes its own reference on interface_ and holds it until removed.

Parameters:

this

A DBusObjectSkeleton.

interface_

A DBusInterfaceSkeleton.