efl/src/lib/ector
Stefan Schmidt f356af17c9 ector: use void to force empty function parameters
We have to use void in a function declaration if we want no function
parameters. Using just empty parenthesis means the function takes an
unspecified number of parameters.

We had it correct for most declarations and this series fixes it for
the rest.
2015-11-26 17:24:37 +01:00
..
cairo ector: support fill rule for shape object. 2015-11-24 15:47:15 -08:00
software ector: use void to force empty function parameters 2015-11-26 17:24:37 +01:00
Ector.h ector: make sure that all of Ector is a beta API. 2015-04-03 16:57:55 +02:00
ector_generic_surface.eo ector,ecore,eio,emotion: convert some docs 2015-06-10 14:35:11 +01:00
ector_main.c ector: fix Eina_Log domain to be usable outside of main. 2015-04-03 16:31:13 +02:00
ector_private.h efl: make path stroke related api as non virtual. 2015-11-24 15:42:29 -08:00
ector_renderer.h ector: move all interface to be in the Generic namespace. 2015-04-03 16:15:41 +02:00
ector_renderer_base.c ector: starting decoralating surface and parent by adding a property to access the surface independently. 2015-11-19 14:52:10 +01:00
ector_renderer_generic_base.eo ector: starting decoralating surface and parent by adding a property to access the surface independently. 2015-11-19 14:52:10 +01:00
ector_renderer_generic_gradient.eo ector: implementation of some common code in Ector.Renderer.Cairo.Base. 2015-04-03 16:31:44 +02:00
ector_renderer_generic_gradient_linear.eo ector: implementation of some common code in Ector.Renderer.Cairo.Base. 2015-04-03 16:31:44 +02:00
ector_renderer_generic_gradient_radial.eo ector: implementation of some common code in Ector.Renderer.Cairo.Base. 2015-04-03 16:31:44 +02:00
ector_renderer_generic_shape.eo efl: make path stroke related api as non virtual. 2015-11-24 15:42:29 -08:00
ector_renderer_gradient.c efl: move Efl.Gfx.Gradient_* to Efl.Gfx.Gradient.* much nicer for bindings. 2015-04-03 16:30:35 +02:00
ector_renderer_gradient_linear.c efl: rename namespace Graphics to Gfx. 2015-04-03 16:23:16 +02:00
ector_renderer_gradient_radial.c efl: rename namespace Graphics to Gfx. 2015-04-03 16:23:16 +02:00
ector_renderer_shape.c efl: make path stroke related api as non virtual. 2015-11-24 15:42:29 -08:00
ector_surface.c ector: implement surface size property. 2015-04-03 16:34:24 +02:00
ector_surface.h ector: move all interface to be in the Generic namespace. 2015-04-03 16:15:41 +02:00
ector_util.h ector: expose more useful immediate rendering functions to the outside world. 2015-04-03 16:33:57 +02:00