Activatable
Object Hierarchy:
Description:
[
CCode ( type_cname =
"PeasActivatableInterface" , type_id =
"peas_activatable_get_type ()" ) ]
public interface Activatable :
Object
Interface for activatable plugins.
Content:
Properties:
Methods:
- public abstract void activate ()
Activates the extension on the targetted object.
- public abstract void deactivate ()
Deactivates the extension on the targetted object.
- public abstract void update_state ()
Triggers an update of the extension internal state to take into
account state changes in the targetted object, due to some event or user action.
Inherited Members:
All known members inherited from class GLib.Object