[ Version ( since = "0.13.0" ) ]
public void manage_control_point (ControlPoint control_point)
By calling this function, you are asking this to keep a reference to control_point
until
its associated Context is no longer available.
You usually want to call this function from context_available handler after you create a ControlPoint object for the newly available context.
this | |
control_point |
The ControlPoint to be taken care of |