mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Add a wl_resource_instance_of function
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
96afa34776
commit
5ac5d55d81
4 changed files with 21 additions and 4 deletions
|
|
@ -73,6 +73,9 @@ struct wl_connection;
|
|||
struct wl_closure;
|
||||
struct wl_proxy;
|
||||
|
||||
int wl_interface_equal(const struct wl_interface *iface1,
|
||||
const struct wl_interface *iface2);
|
||||
|
||||
struct wl_connection *wl_connection_create(int fd);
|
||||
void wl_connection_destroy(struct wl_connection *connection);
|
||||
void wl_connection_copy(struct wl_connection *connection, void *data, size_t size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue