XedViewActivatable

XedViewActivatable — Interface for activatable extensions on views

Functions

Properties

XedView * view Read / Write / Construct Only

Types and Values

Object Hierarchy

    GInterface
    ╰── XedViewActivatable

Prerequisites

XedViewActivatable requires GObject.

Description

XedViewActivatable is an interface which should be implemented by extensions that should be activated on a xed view.

Functions

xed_view_activatable_activate ()

void
xed_view_activatable_activate (XedViewActivatable *activatable);

Activates the extension on the window property.

Parameters

activatable

A XedViewActivatable.

 

xed_view_activatable_deactivate ()

void
xed_view_activatable_deactivate (XedViewActivatable *activatable);

Deactivates the extension on the window property.

Parameters

activatable

A XedViewActivatable.

 

Types and Values

XedViewActivatable

typedef struct _XedViewActivatable XedViewActivatable;

Property Details

The “view” property

  “view”                     XedView *

The window property contains the xed window for this XedViewActivatable instance.

Flags: Read / Write / Construct Only

See Also

PeasExtensionSet