X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwayland-client.h;h=578fa7e9791f5a3ff229ad262d873a6c2a021f86;hb=b30be63c1f7993380e57a5f3044c98401b90e414;hp=8b1fd0dd0adb5722f986018135557131534b89bb;hpb=4e7d2127a0334da3d108bdc50fc6cd3f7ba29fdf;p=profile%2Fivi%2Fwayland.git diff --git a/src/wayland-client.h b/src/wayland-client.h index 8b1fd0d..578fa7e 100644 --- a/src/wayland-client.h +++ b/src/wayland-client.h @@ -131,6 +131,7 @@ int wl_proxy_add_listener(struct wl_proxy *proxy, void wl_proxy_set_user_data(struct wl_proxy *proxy, void *user_data); void *wl_proxy_get_user_data(struct wl_proxy *proxy); uint32_t wl_proxy_get_id(struct wl_proxy *proxy); +const char *wl_proxy_get_class(struct wl_proxy *proxy); void wl_proxy_set_queue(struct wl_proxy *proxy, struct wl_event_queue *queue); #include "wayland-client-protocol.h"