Top |
GeditViewActivatable is an interface which should be implemented by extensions that should be activated on a gedit view.
void
gedit_view_activatable_activate (GeditViewActivatable *activatable
);
Activates the extension on the window property.
void
gedit_view_activatable_deactivate (GeditViewActivatable *activatable
);
Deactivates the extension on the window property.
“view”
property“view” GeditView *
The window property contains the gedit window for this GeditViewActivatable instance.
Owner: GeditViewActivatable
Flags: Read / Write / Construct Only