XedAppActivatable

XedAppActivatable — Interface for activatable extensions on apps

Functions

Properties

XedApp * app Read / Write / Construct Only

Types and Values

Object Hierarchy

    GInterface
    ╰── XedAppActivatable

Prerequisites

XedAppActivatable requires GObject.

Description

XedAppActivatable is an interface which should be implemented by extensions that should be activated on a xed application.

Functions

xed_app_activatable_activate ()

void
xed_app_activatable_activate (XedAppActivatable *activatable);

Activates the extension on the application.

Parameters

activatable

A XedAppActivatable.

 

xed_app_activatable_deactivate ()

void
xed_app_activatable_deactivate (XedAppActivatable *activatable);

Deactivates the extension from the application.

Parameters

activatable

A XedAppActivatable.

 

Types and Values

XedAppActivatable

typedef struct _XedAppActivatable XedAppActivatable;

Property Details

The “app” property

  “app”                      XedApp *

The app property contains the xed app for this XedAppActivatable instance.

Flags: Read / Write / Construct Only

See Also

PeasExtensionSet