Rename global 'func' to 'bind'

This commit is contained in:
Kristian Høgsberg 2011-08-19 11:05:01 -04:00
parent e8a192ca61
commit 84c13ab810
2 changed files with 6 additions and 6 deletions

View file

@ -91,7 +91,7 @@ typedef void (*wl_global_bind_func_t)(struct wl_client *client,
int wl_display_add_global(struct wl_display *display,
struct wl_object *object,
wl_global_bind_func_t func);
wl_global_bind_func_t bind);
int wl_display_remove_global(struct wl_display *display,
struct wl_object *object);