mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
Rename global 'func' to 'bind'
This commit is contained in:
parent
e8a192ca61
commit
84c13ab810
2 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue