Data Fields | |
void(* | fetching_uri )(void *data, struct zwp_teamwork *zwp_teamwork, struct wl_surface *surface, const char *uri) |
void(* | completed_uri )(void *data, struct zwp_teamwork *zwp_teamwork, struct wl_surface *surface, const char *uri, int32_t valid) |
void(* | fetch_info )(void *data, struct zwp_teamwork *zwp_teamwork, struct wl_surface *surface, const char *uri, uint32_t progress) |
void(* zwp_teamwork_listener::completed_uri) (void *data, struct zwp_teamwork *zwp_teamwork, struct wl_surface *surface, const char *uri, int32_t valid) |
valid | 1 if uri can be displayed, else 0 |
void(* zwp_teamwork_listener::fetch_info) (void *data, struct zwp_teamwork *zwp_teamwork, struct wl_surface *surface, const char *uri, uint32_t progress) |
progress | percentage of download |