mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-13 13:29:47 -05:00
Add wl_client_marshal() for sending events.
This commit is contained in:
parent
4a29890da7
commit
c2b633e6c2
2 changed files with 89 additions and 38 deletions
|
|
@ -58,6 +58,8 @@ struct wl_method {
|
|||
|
||||
struct wl_event {
|
||||
const char *name;
|
||||
int argument_count;
|
||||
const struct wl_argument *arguments;
|
||||
};
|
||||
|
||||
struct wl_interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue