summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Andreoli <dave@gurumeditation.it>2016-04-02 13:18:29 +0200
committerDave Andreoli <dave@gurumeditation.it>2016-04-02 13:18:29 +0200
commit19b6035490eab86c80804976326c4d017185981d (patch)
tree79f1b4fe2be7c22f7e09acc085e8cd7d8adc6d6e
parentd1f4f6c8aff30d9bc4730a161fa2b63c534233b9 (diff)
downloadefl-19b6035490eab86c80804976326c4d017185981d.tar.gz
tab--
-rw-r--r--src/lib/eo/eo_base.eo8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/eo/eo_base.eo b/src/lib/eo/eo_base.eo
index aa952c0bbc..d592bdefed 100644
--- a/src/lib/eo/eo_base.eo
+++ b/src/lib/eo/eo_base.eo
@@ -184,7 +184,7 @@ abstract Eo.Base ()
callbacks of the same priority are called in reverse order of
creation.
]]
- return: bool; [[Return true when the callback has been successfully added.]]
+ return: bool; [[Return true when the callback has been successfully added.]]
params {
@in desc: const(Eo.Event_Description)*; [[The description of the event to listen to]]
@in priority: Eo.Callback_Priority; [[The priority of the callback]]
@@ -194,7 +194,7 @@ abstract Eo.Base ()
}
event_callback_del {
[[Del a callback with a specific data associated to it for an event.]]
- return: bool; [[Return true when the callback has been successfully removed.]]
+ return: bool; [[Return true when the callback has been successfully removed.]]
params {
@in desc: const(Eo.Event_Description)*; [[The description of the event to listen to]]
@in func: Eo.Event_Cb; [[the callback to delete]]
@@ -207,7 +207,7 @@ abstract Eo.Base ()
callbacks of the same priority are called in reverse order of
creation.
]]
- return: bool; [[Return true when the callback has been successfully added.]]
+ return: bool; [[Return true when the callback has been successfully added.]]
params {
@in array: const(Eo.Callback_Array_Item)*; [[an #Eo_Callback_Array_Item of events to listen to]]
@in priority: Eo.Callback_Priority; [[The priority of the callback]]
@@ -218,7 +218,7 @@ abstract Eo.Base ()
[[Del a callback array with a specific data associated to it for an
event.
]]
- return: bool; [[Return true when the callback has been successfully removed.]]
+ return: bool; [[Return true when the callback has been successfully removed.]]
params {
@in array: const(Eo.Callback_Array_Item)*; [[an #Eo_Callback_Array_Item of events to listen to]]
@in user_data: const(void)*; [[The data to compare]]