Table of Contents

Description

This struct holds the description of a specific event.

Since 1.22

Fields

Signature

struct Efl.Event_Description {
    name: string;
    unfreezable: bool;
    legacy_is: bool;
    restart: bool;
}

C signature

typedef struct _Efl_Event_Description {
    const char *name;
    Eina_Bool unfreezable;
    Eina_Bool legacy_is;
    Eina_Bool restart;
} Efl_Event_Description;