Data Structures | Macros | Functions
The zwp_teamwork interface

Data Structures

struct  zwp_teamwork_listener
 

Macros

#define ZWP_TEAMWORK_FETCHING_URI_SINCE_VERSION   1
 
#define ZWP_TEAMWORK_COMPLETED_URI_SINCE_VERSION   1
 
#define ZWP_TEAMWORK_FETCH_INFO_SINCE_VERSION   1
 
#define ZWP_TEAMWORK_PRELOAD_URI_SINCE_VERSION   1
 
#define ZWP_TEAMWORK_ACTIVATE_URI_SINCE_VERSION   1
 
#define ZWP_TEAMWORK_DEACTIVATE_URI_SINCE_VERSION   1
 
#define ZWP_TEAMWORK_OPEN_URI_SINCE_VERSION   1
 

Functions

static int zwp_teamwork_add_listener (struct zwp_teamwork *zwp_teamwork, const struct zwp_teamwork_listener *listener, void *data)
 
static void zwp_teamwork_set_user_data (struct zwp_teamwork *zwp_teamwork, void *user_data)
 
static void * zwp_teamwork_get_user_data (struct zwp_teamwork *zwp_teamwork)
 
static void zwp_teamwork_destroy (struct zwp_teamwork *zwp_teamwork)
 
static void zwp_teamwork_preload_uri (struct zwp_teamwork *zwp_teamwork, struct wl_surface *surface, const char *uri)
 
static void zwp_teamwork_activate_uri (struct zwp_teamwork *zwp_teamwork, struct wl_surface *surface, const char *uri, wl_fixed_t x, wl_fixed_t y)
 
static void zwp_teamwork_deactivate_uri (struct zwp_teamwork *zwp_teamwork, struct wl_surface *surface, const char *uri)
 
static void zwp_teamwork_open_uri (struct zwp_teamwork *zwp_teamwork, struct wl_surface *surface, const char *uri)
 

Detailed Description