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