| Top |
| #define | XED_APP_ACTIVATABLE_IFACE() |
| void | xed_app_activatable_activate () |
| void | xed_app_activatable_deactivate () |
XedAppActivatable is an interface which should be implemented by extensions that should be activated on a xed application.
#define XED_APP_ACTIVATABLE_IFACE(obj) (G_TYPE_CHECK_CLASS_CAST ((obj), XED_TYPE_APP_ACTIVATABLE, XedAppActivatableInterface))
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.
Owner: XedAppActivatable
Flags: Read / Write / Construct Only