summaryrefslogtreecommitdiff
path: root/src/lib/ecore/efl_loop_consumer.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore/efl_loop_consumer.eo')
-rw-r--r--src/lib/ecore/efl_loop_consumer.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore/efl_loop_consumer.eo b/src/lib/ecore/efl_loop_consumer.eo
index 52aa619bae..e486567ed5 100644
--- a/src/lib/ecore/efl_loop_consumer.eo
+++ b/src/lib/ecore/efl_loop_consumer.eo
@@ -1,6 +1,6 @@
-class Efl.Loop.Consumer (Efl.Object)
+class Efl.Loop_Consumer (Efl.Object)
{
- [[An Efl.Loop.Consumer is a class which requires one of the parents to provide
+ [[An Efl.Loop_Consumer is a class which requires one of the parents to provide
an Efl.Loop interface when performing provider_find. It will enforce this by
only allowing parents which provide such an interface or NULL.]]
eo_prefix: efl_loop;