mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-02 07:15:53 -04:00
Added a destroy signal to the wl_display object.
Added a destroy signal to the wl_display object.
This commit is contained in:
parent
0d2c233e15
commit
31511d0ea0
4 changed files with 106 additions and 0 deletions
|
|
@ -106,6 +106,11 @@ void wl_display_remove_global(struct wl_display *display,
|
|||
uint32_t wl_display_get_serial(struct wl_display *display);
|
||||
uint32_t wl_display_next_serial(struct wl_display *display);
|
||||
|
||||
void wl_display_add_destroy_listener(struct wl_display *display,
|
||||
struct wl_listener *listener);
|
||||
struct wl_listener *wl_display_get_destroy_listener(struct wl_display *display,
|
||||
wl_notify_func_t notify);
|
||||
|
||||
struct wl_client *wl_client_create(struct wl_display *display, int fd);
|
||||
void wl_client_destroy(struct wl_client *client);
|
||||
void wl_client_flush(struct wl_client *client);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue