free_interfaces


Description:

[ CCode ( cname = "ibus_service_class_free_interfaces" ) ]
public class int free_interfaces (int depth)

Free the first depth interfaces if depth is positive.

Free the last -depth interfaces if depth is negative.

Parameters:

this

An IBusServiceClass.

depth

The number of D-Bus introspection interfaces.

Returns:

The actual freed number of the introspection interfaces if depth is not 0. If depth is 0, the total number of the introspection interfaces is returned but any interfaces are not freed.