diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2020-01-30 11:46:59 -0500 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-02-14 09:20:30 +0100 |
commit | 151ec0748a5398ccdf6a802c913b2ed3876238a0 (patch) | |
tree | c680bdb964513f212bb7032bdfc71cbcdef6cb1b /src/lib/efl | |
parent | 23678b3695c4e0976afb3949dff19c85878e213b (diff) |
efl/config: merge all gesture manager config code into efl.config
this is all just duplicated code, so we can deduplicate it with minimal
effort to clean up the api
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11251
Diffstat (limited to 'src/lib/efl')
-rw-r--r-- | src/lib/efl/interfaces/efl_config.eo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/efl/interfaces/efl_config.eo b/src/lib/efl/interfaces/efl_config.eo index afbe38ec89..449456468c 100644 --- a/src/lib/efl/interfaces/efl_config.eo +++ b/src/lib/efl/interfaces/efl_config.eo | |||
@@ -27,6 +27,9 @@ interface @beta Efl.Config | |||
27 | } | 27 | } |
28 | } | 28 | } |
29 | } | 29 | } |
30 | events { | ||
31 | config,changed: string; [[Called when a config value has been changed for the manager object. Passed string is the name of the value or NULL if all values were changed.]] | ||
32 | } | ||
30 | } | 33 | } |
31 | 34 | ||
32 | /* NOTES: | 35 | /* NOTES: |