Description

EFL Ui property event data structure triggered when an object property change due to the interaction on the object.

Since 1.23

Fields

  • changed_properties - List of changed properties

Signature

struct Efl.Ui.Property_Event {
    changed_properties: array<stringshare>;
}

C signature

typedef struct _Efl_Ui_Property_Event {
    Eina_Array *changed_properties;
} Efl_Ui_Property_Event;