summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_config.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/efl/interfaces/efl_config.eo')
-rw-r--r--src/lib/efl/interfaces/efl_config.eo3
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
}
}
}
+ events {
+ 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.]]
+ }
}
/* NOTES: