[CPML] Implemented offset() as a virtual method
commita953391520d42e54cc32b80e8d0cedc532f2d98f
authorNicola Fontana <ntd@entidi.it>
Sat, 13 Feb 2010 15:39:37 +0000 (13 16:39 +0100)
committerNicola Fontana <ntd@entidi.it>
Sat, 13 Feb 2010 15:56:59 +0000 (13 16:56 +0100)
treecd05b3aa63237777ed7422d345f52989a60a2172
parente3a47b5d75d95f18567826932c76fa43a6030f2f
[CPML] Implemented offset() as a virtual method

Removed public cpml_..._offset() APIs and left only
cpml_primitive_offset() that accesses the underlying private
implementations.

This commit leaves "line-to" and "close" primitives without any public
API and messes up the documentation: gtk-doc seems to need at least one
method to work properly.

Deeper investigation required...
cpml/cpml-arc.c
cpml/cpml-arc.h
cpml/cpml-close.h
cpml/cpml-curve.c
cpml/cpml-curve.h
cpml/cpml-line.c
cpml/cpml-line.h
cpml/cpml-primitive.c
cpml/cpml-primitive.h