Top | ![]() |
![]() |
![]() |
![]() |
GeditAppActivatable is an interface which should be implemented by extensions that should be activated on a gedit application.
void
gedit_app_activatable_activate (GeditAppActivatable *activatable
);
Activates the extension on the application.
void
gedit_app_activatable_deactivate (GeditAppActivatable *activatable
);
Deactivates the extension from the application.
“app”
property“app” GeditApp *
The app property contains the gedit app for this GeditAppActivatable instance.
Flags: Read / Write / Construct Only