cpml: s/cpml_segment_deep_copy/cpml_segment_copy_data/
commit1eb0629df9ca3a8f8ed1c0e7ed99636d93a172ab
authorNicola Fontana <ntd@entidi.it>
Sun, 8 Feb 2015 13:31:39 +0000 (8 14:31 +0100)
committerNicola Fontana <ntd@entidi.it>
Sun, 8 Feb 2015 13:31:39 +0000 (8 14:31 +0100)
tree3896b76b66a2d1449cc9619c1cfc9d3acb880174
parentacb78b6cc53d0e92f31295a74c0c7dbf0c1af4d2
cpml: s/cpml_segment_deep_copy/cpml_segment_copy_data/

The new name makes much more clear what the function is supposed to do.
Also, moved the code from cpml-gobject.c (that should theoretically
depends on GObject) to cpml-segment.c because there are no GObject
calls in that code.
src/adg/adg-marker.c
src/cpml/cpml-gobject.c
src/cpml/cpml-gobject.h
src/cpml/cpml-segment.c
src/cpml/cpml-segment.h
src/cpml/tests/test-gobject.c
src/cpml/tests/test-segment.c