WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=9be9fa746ecf411480a4ccd08fa1df0f5fcdf6a1

commit 9be9fa746ecf411480a4ccd08fa1df0f5fcdf6a1
Author: Xavi Artigas <[email protected]>
Date:   Fri Dec 15 03:17:53 2017 -0800

    Wiki page events.md changed with summary [Just satisfying my OCD] by Xavi 
Artigas
---
 pages/develop/guides/c/core/events.md.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/develop/guides/c/core/events.md.txt 
b/pages/develop/guides/c/core/events.md.txt
index 62c98d1b3..cb761a862 100644
--- a/pages/develop/guides/c/core/events.md.txt
+++ b/pages/develop/guides/c/core/events.md.txt
@@ -35,11 +35,11 @@ void callback(void *data, const Efl_Event *event);
 
 In the above example *data* is the last parameter you used when registering 
the callback with ``efl_event_callback_add()``. *event* contains information 
about the event itself:
 
-| Attribute             | Type             | Content                       |
-| --------------------- | ---------------- | ----------------------------- |
+| Attribute             | Type             | Content                           
|
+| --------------------- | ---------------- | --------------------------------- 
|
 | ``event->object``     | ``Eo *``         | The Object that emitted the event 
|
 | ``event->info``       | ``void *``       | Used by some events to provide 
additional information. Must be cast to the appropriate type (see below). |
-| ``event->desc->name`` | ``const char *`` | Name of the event             |
+| ``event->desc->name`` | ``const char *`` | Name of the event                 
|
 
 The [API Reference documentation](/develop/api/) for each event tells you how 
to use ``event->info``. See 
[EFL_EVENT_POINTER_DOWN](/develop/api/interface/efl/input/interface/event/pointer_down)
 for more examples.
 

-- 


Reply via email to