Data Structures | Macros | Functions
The efl_aux_hints interface

Data Structures

struct  efl_aux_hints_listener
 

Macros

#define EFL_AUX_HINTS_SUPPORTED_AUX_HINTS_SINCE_VERSION   1
 
#define EFL_AUX_HINTS_ALLOWED_AUX_HINT_SINCE_VERSION   1
 
#define EFL_AUX_HINTS_AUX_MESSAGE_SINCE_VERSION   1
 
#define EFL_AUX_HINTS_ADD_AUX_HINT_SINCE_VERSION   1
 
#define EFL_AUX_HINTS_CHANGE_AUX_HINT_SINCE_VERSION   1
 
#define EFL_AUX_HINTS_DEL_AUX_HINT_SINCE_VERSION   1
 
#define EFL_AUX_HINTS_GET_SUPPORTED_AUX_HINTS_SINCE_VERSION   1
 

Functions

static int efl_aux_hints_add_listener (struct efl_aux_hints *efl_aux_hints, const struct efl_aux_hints_listener *listener, void *data)
 
static void efl_aux_hints_set_user_data (struct efl_aux_hints *efl_aux_hints, void *user_data)
 
static void * efl_aux_hints_get_user_data (struct efl_aux_hints *efl_aux_hints)
 
static void efl_aux_hints_destroy (struct efl_aux_hints *efl_aux_hints)
 
static void efl_aux_hints_add_aux_hint (struct efl_aux_hints *efl_aux_hints, struct wl_surface *surface, int32_t id, const char *hint, const char *val)
 
static void efl_aux_hints_change_aux_hint (struct efl_aux_hints *efl_aux_hints, struct wl_surface *surface, int32_t id, const char *val)
 
static void efl_aux_hints_del_aux_hint (struct efl_aux_hints *efl_aux_hints, struct wl_surface *surface, int32_t id)
 
static void efl_aux_hints_get_supported_aux_hints (struct efl_aux_hints *efl_aux_hints, struct wl_surface *surface)
 

Detailed Description