summaryrefslogtreecommitdiff
path: root/legacy/elementary/src/lib/elm_interface_atspi_widget_action.h
blob: 329e229418f6b9534641291e9b064de0aaa3ad03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef ELM_INTERFACE_ATSPI_WIDGET_ACTION_H
#define ELM_INTERFACE_ATSPI_WIDGET_ACTION_H

#ifdef EFL_BETA_API_SUPPORT

struct _Elm_Atspi_Action
{
   const char *name;
   const char *action;
   const char *param;
   Eina_Bool (*func)(Evas_Object *obj, const char *params);
};

typedef struct _Elm_Atspi_Action Elm_Atspi_Action;

#ifdef EFL_EO_API_SUPPORT
#include "elm_interface_atspi_widget_action.eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_interface_atspi_widget_action.eo.legacy.h"
#endif

#endif
#endif