summaryrefslogtreecommitdiff
path: root/src/wayland-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland-client.h')
-rw-r--r--src/wayland-client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wayland-client.h b/src/wayland-client.h
index 43ba3fc..4b19aef 100644
--- a/src/wayland-client.h
+++ b/src/wayland-client.h
@@ -126,6 +126,10 @@ void wl_proxy_marshal_array(struct wl_proxy *p, uint32_t opcode,
union wl_argument *args);
struct wl_proxy *wl_proxy_create(struct wl_proxy *factory,
const struct wl_interface *interface);
+struct wl_proxy *wl_proxy_marshal_constructor(struct wl_proxy *proxy,
+ uint32_t opcode,
+ const struct wl_interface *interface,
+ ...);
void wl_proxy_destroy(struct wl_proxy *proxy);
int wl_proxy_add_listener(struct wl_proxy *proxy,