From: buliabyak Date: Mon, 25 Feb 2008 09:27:10 +0000 (+0000) Subject: comment fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ce92a40e9b08d1712dcaad75675f3b7b42c9fe1e;p=inkscape.git comment fix --- diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index d1f6d7886..e990fdf8e 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -1082,7 +1082,9 @@ sp_shape_get_curve (SPShape *shape) return NULL; } -/* NOT FOR GENERAL PUBLIC UNTIL SORTED OUT (Lauris) */ +/** + * Same as sp_shape_set_curve but without updating the display + */ void sp_shape_set_curve_insync (SPShape *shape, SPCurve *curve, unsigned int owner) {