rename surface signal get function
authorChris Michael <cp.michael@samsung.com>
Tue, 14 Oct 2014 19:49:53 +0000 (15:49 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 30 Oct 2014 14:39:06 +0000 (10:39 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl.h

index 2f1b2c3..31384f6 100644 (file)
@@ -273,7 +273,7 @@ EINTERN struct wl_resource *e_comp_wl_surface_create(struct wl_client *client, i
 EINTERN void e_comp_wl_surface_destroy(struct wl_resource *resource);
 EINTERN void e_comp_wl_buffer_reference(E_Comp_Wl_Buffer_Ref *ref, E_Comp_Wl_Buffer *buffer);
 
-EAPI struct wl_signal e_comp_wl_surface_signal_get(E_Comp *comp);
+EAPI struct wl_signal e_comp_wl_surface_create_signal_get(E_Comp *comp);
 
 static inline uint64_t
 e_comp_wl_id_get(uint32_t client, uint32_t surface)