Data Structures | Macros | Functions
The zwp_e_session_recovery interface

Data Structures

struct  zwp_e_session_recovery_listener
 

Macros

#define ZWP_E_SESSION_RECOVERY_CREATE_UUID_SINCE_VERSION   1
 
#define ZWP_E_SESSION_RECOVERY_GET_UUID_SINCE_VERSION   1
 
#define ZWP_E_SESSION_RECOVERY_SET_UUID_SINCE_VERSION   1
 
#define ZWP_E_SESSION_RECOVERY_DESTROY_UUID_SINCE_VERSION   1
 

Functions

static void zwp_e_session_recovery_set_user_data (struct zwp_e_session_recovery *zwp_e_session_recovery, void *user_data)
 
static void * zwp_e_session_recovery_get_user_data (struct zwp_e_session_recovery *zwp_e_session_recovery)
 
static void zwp_e_session_recovery_destroy (struct zwp_e_session_recovery *zwp_e_session_recovery)
 
static void zwp_e_session_recovery_get_uuid (struct zwp_e_session_recovery *zwp_e_session_recovery, struct wl_surface *surface)
 
static void zwp_e_session_recovery_set_uuid (struct zwp_e_session_recovery *zwp_e_session_recovery, struct wl_surface *surface, const char *uuid)
 
static void zwp_e_session_recovery_destroy_uuid (struct zwp_e_session_recovery *zwp_e_session_recovery, struct wl_surface *surface, const char *uuid)
 

Detailed Description