#include <wayland-client.h>
#include <memory>
#include <vector>
#include <functional>
#include <unordered_map>
Go to the source code of this file.
|
| template<typename Type> |
| auto | make_scoped (Type *owned, void(*deleter)(Type *)) -> std::unique_ptr< Type, void(*)(Type *)> |
| wl_shm_pool * | make_shm_pool (struct wl_shm *shm, int size, void **data) |
◆ make_scoped()
template<typename Type>
| auto make_scoped |
( |
Type * | owned, |
|
|
void(* | deleter )(Type *) )->std::unique_ptr< Type, void(*)(Type *)> |
◆ make_shm_pool()
| wl_shm_pool * make_shm_pool |
( |
struct wl_shm * | shm, |
|
|
int | size, |
|
|
void ** | data ) |
Copyright © 2012-2026
Canonical Ltd.
Generated on Sun Mar 15 20:28:55 UTC 2026
This documentation is licensed under the GPL version 2 or 3.