eolian_mono : add verb unselect on naming helper.

Summary:
currently select is verb and mono name is exposed SelectAll
but unselect is non-verb and mono name is exposed AllUnselect.
to fix this differencies, add unselect in the verb list.

Reviewers: segfaultxavi, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10952
This commit is contained in:
SangHyeon Jade Lee 2019-12-23 16:21:10 +09:00 committed by Jaehyun Cho
parent 46ee203331
commit b9b9287454
1 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,8 @@ static const std::vector<std::string> verbs =
"sync",
"toggle",
"unbind",
"unregister"
"unregister",
"unselect"
};
const std::vector<std::string> not_verbs =