shm: document wl_shm_buffer
The main motivation is to make it clear when a wl_shm_buffer is destroyed. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
b7153f2273
commit
8899310fc8
|
@ -66,6 +66,15 @@ struct wl_shm_pool {
|
||||||
bool sigbus_is_impossible;
|
bool sigbus_is_impossible;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/** \class wl_shm_buffer
|
||||||
|
*
|
||||||
|
* \brief A SHM buffer
|
||||||
|
*
|
||||||
|
* wl_shm_buffer provides a helper for accessing the contents of a wl_buffer
|
||||||
|
* resource created via the wl_shm interface.
|
||||||
|
*
|
||||||
|
* A wl_shm_buffer becomes invalid as soon as its #wl_resource is destroyed.
|
||||||
|
*/
|
||||||
struct wl_shm_buffer {
|
struct wl_shm_buffer {
|
||||||
struct wl_resource *resource;
|
struct wl_resource *resource;
|
||||||
int32_t width, height;
|
int32_t width, height;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user