mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
[style] rename action() to actions_run()
This commit is contained in:
parent
7d98bc7aa2
commit
953e8a4f9d
5 changed files with 8 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ struct action {
|
|||
struct action *action_create(const char *action_name);
|
||||
void action_list_free(struct wl_list *action_list);
|
||||
|
||||
void action(struct view *activator, struct server *server,
|
||||
void actions_run(struct view *activator, struct server *server,
|
||||
struct wl_list *actions, uint32_t resize_edges);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue