python-efl/efl/evas
Kai Huuhko f86234dd25 Evas.Smart: Comment out a warning for an issue we can't fix
When a smart event has event_info we need to convert it to a Python object.
We rely on the C library documentation to inform us when an event includes event_info
and assign a conversion function to the event handler based on this and pass the Python
object as an extra parameter to the callback. However when the documentation has omitted
this information we erroneously leave the extra parameter out, making the callbacks have
one less parameter, which our users rely on. Finding out the error after release is
useless since fixing it would mean breaking user callbacks.

This warning informed us at runtime when event_info was non-null but it's pretty much
useless so let's remove it.

Our smart callbacks should never have had two different signatures.
2016-08-05 19:12:44 +03:00
..
efl.evas.pyx New 1.17 API: evas.Object.paragraph_direction 2016-01-23 18:34:13 +01:00
efl.evas_canvas.pxi Lots of documentation fixes for ALL the classes 2015-01-03 20:17:24 +01:00
efl.evas_canvas_callbacks.pxi New 1.15 API: EVAS_CALLBACK_CANVAS_VIEWPORT_RESIZE, with test 2015-08-03 14:09:36 +02:00
efl.evas_map.pxi New 1.13 property evas.Map.util_object_move_sync 2015-01-17 11:38:26 +01:00
efl.evas_object.pxi New 1.17 API: evas.Object.paragraph_direction 2016-01-23 18:34:13 +01:00
efl.evas_object_box.pxi Lots of documentation fixes for ALL the classes 2015-01-03 20:17:24 +01:00
efl.evas_object_callbacks.pxi New 1.15 API: EVAS_CALLBACK_CANVAS_VIEWPORT_RESIZE, with test 2015-08-03 14:09:36 +02:00
efl.evas_object_events.pxi Another year has passed... 2015-01-02 20:03:53 +01:00
efl.evas_object_grid.pxi Lots of documentation fixes for ALL the classes 2015-01-03 20:17:24 +01:00
efl.evas_object_image.pxi Trivial todo note updates and doc fix 2016-02-02 14:23:00 +02:00
efl.evas_object_line.pxi Lots of documentation fixes for ALL the classes 2015-01-03 20:17:24 +01:00
efl.evas_object_polygon.pxi Follow recent Eo class names change 2016-06-03 14:21:22 +02:00
efl.evas_object_rectangle.pxi Follow eo class rename 2016-06-03 11:14:40 +02:00
efl.evas_object_smart.pxi Evas.Smart: Comment out a warning for an issue we can't fix 2016-08-05 19:12:44 +03:00
efl.evas_object_table.pxi Elm: Unify modules into a monolithic module 2015-05-07 22:37:48 +03:00
efl.evas_object_text.pxi Lots of documentation fixes for ALL the classes 2015-01-03 20:17:24 +01:00
efl.evas_object_textblock.pxi Rename some classes to new Eo names 2016-06-26 16:17:20 +02:00
efl.evas_object_textgrid.pxi Evas.Textgrid: Fix memleak 2015-05-03 13:05:15 +03:00
efl.evas_rect.pxi Evas.Rect: Use inline and nogil to optimize the intersection helper 2015-03-24 05:05:28 +02:00