19 #ifndef UBUNTU_UI_SESSION_SERVICE_C_API_H_
20 #define UBUNTU_UI_SESSION_SERVICE_C_API_H_
46 typedef void (*
ubuntu_ui_session_service_snapshot_cb)(
const void* pixels,
unsigned int width,
unsigned int height,
unsigned int x,
unsigned int y,
unsigned int source_width,
unsigned int source_height,
unsigned int stride,
void* context);
49 typedef void (*
session_born_cb)(ubuntu_ui_session_properties props,
void* context);
54 typedef void (*
session_died_cb)(ubuntu_ui_session_properties props,
void * context);
86 ubuntu_ui_session_properties props,
91 ubuntu_ui_session_properties props);
95 ubuntu_ui_session_properties props);
99 ubuntu_ui_session_properties props);
139 #endif // UBUNTU_UI_SESSION_SERVICE_C_API_H_