tab--
authorDave Andreoli <dave@gurumeditation.it>
Sat, 2 Apr 2016 11:18:29 +0000 (13:18 +0200)
committerDave Andreoli <dave@gurumeditation.it>
Sat, 2 Apr 2016 11:18:29 +0000 (13:18 +0200)
src/lib/eo/eo_base.eo

index aa952c0..d592bde 100644 (file)
@@ -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]]