mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
keybind: s/add/create/
This commit is contained in:
parent
97c29987e2
commit
b2504bdf9a
3 changed files with 5 additions and 5 deletions
|
@ -14,9 +14,9 @@ struct keybind {
|
|||
};
|
||||
|
||||
/**
|
||||
* keybind_add - parse keybind and add to linked list
|
||||
* keybind_create - parse keybind and add to linked list
|
||||
* @keybind: key combination
|
||||
*/
|
||||
struct keybind *keybind_add(const char *keybind);
|
||||
struct keybind *keybind_create(const char *keybind);
|
||||
|
||||
#endif /* __LABWC_KEYBIND_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue