wayland-client: Add wl_proxy_get_listener
authorRob Bradford <rob@linux.intel.com>
Mon, 22 Jul 2013 16:30:52 +0000 (17:30 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 12 Aug 2013 23:26:36 +0000 (16:26 -0700)
commit4ad58fbb4a8eaa1852326df6cf71ad6e60dd891f
treee82d48dab653cc33368cacb48b019e1ccd1fc82e
parent748c20c46f6c85203dc5582c9e7fce9fee7a1331
wayland-client: Add wl_proxy_get_listener

This is the mirror function to wl_proxy_add_listener and is useful
inside client libraries to differentiate events on listeners for which
multiple proxies have been created.
src/wayland-client.c
src/wayland-client.h